Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.19 KB

File metadata and controls

33 lines (23 loc) · 1.19 KB
layout default
title Changelog — WebRTC
description Release history for LessUp WebRTC.

[← Back to Home]({{ site.baseurl }}/)

Changelog

This page keeps the release history intentionally small. Detailed version notes remain in changelog/, while older working logs stay in changelog/archive/.

Releases

Version Date Notes
v1.0.0 2026-04-16 First stable release with docs site, Docker path, and full WebRTC demo scope
v0.9.0 2026-02-13 Frontend modularization and repository quality improvements
v0.8.0 2025-12-18 Mesh calling, DataChannel chat, and local recording
v0.1.0 2025-02-13 Initial signaling demo foundation

Historical notes

  • release notes and experimental working logs were consolidated so the repo exposes one primary changelog entrypoint
  • archived logs remain available under changelog/archive/

Versioning

The repository uses semantic versioning for release tags:

  • MAJOR — incompatible changes
  • MINOR — backward-compatible features
  • PATCH — backward-compatible fixes