mirror of
https://github.com/MeshEnvy/lobbs.git
synced 2026-03-28 16:22:33 +01:00
2.0 KiB
2.0 KiB
Changelog
All notable changes to LoBBS will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
1.2.1 - 2025-12-09
Patch
- Updated module registration from
#pragma MPM_MODULEtoMPM_REGISTER_MESHTASTIC_MODULEcomment directive - Renamed module variable from
lobbsPlugintolobbsModulefor consistency
1.2.0 - 2025-12-09
Minor
- Logo assets with logo.pxd and logo.webp files
- Admin user functionality - first registered user automatically becomes administrator
Patch
- Walkthrough video link in README
- Updated README with improved documentation, license information, and links
- Replaced manual memory management with LoDb::freeRecords() in LoBBSModule
- Added extern declaration for lobbsPlugin and updated MPM module pragma
1.1.1 - 2025-12-05
Patch
- Refactored header structure: removed LoBBS and meta headers, updated include paths, introduced new plugin header
1.1.0 - 2025-12-05
Minor
- MPM plugin compatibility
Patch
- Direct messages now properly filter out broadcasts
1.0.1 - 2025-12-05
Patch
- Enhanced installation documentation with Mesh Forge method
- Updated installation instructions for MPM integration
1.0.0 - 2025-11-28
Major
- Initial release of LoBBS (LoDB Bulletin Board System)
- User registration and authentication
- Bulletin board messaging system
- Direct messaging between users
- Session management
- User directory and search functionality