Changelog
Version 1.3.0 - 2025-12-17
Users now receive notifications when other users join or depart the application. Departure notifications are debounced to reduce the frequency of rapid successive alerts.
Changes: 5 files, 418 lines Languages: HTML (1 lines), JavaScript (259 lines), Python (158 lines)
Version 1.2.0 - 2025-12-17
Removes Umami analytics integration, eliminating user tracking functionality. Developers must handle analytics separately if needed.
Changes: 2 files, 2 lines Languages: HTML (1 lines), Python (1 lines)
Version 1.1.0 - 2025-12-17
Fixes potential errors in forum message handling by adding a null check for the star field, preventing crashes when the field is missing. Updates the message list display to handle starred messages more reliably.
Changes: 3 files, 10 lines Languages: JavaScript (2 lines), Python (8 lines)