| layout | default |
|---|---|
| title | Changelog — WebRTC |
| description | Release history for LessUp WebRTC. |
[← Back to Home]({{ site.baseurl }}/)
This page keeps the release history intentionally small. Detailed version notes remain in changelog/, while older working logs stay in changelog/archive/.
| 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 |
- release notes and experimental working logs were consolidated so the repo exposes one primary changelog entrypoint
- archived logs remain available under
changelog/archive/
The repository uses semantic versioning for release tags:
- MAJOR — incompatible changes
- MINOR — backward-compatible features
- PATCH — backward-compatible fixes