chore: update changelog

This commit is contained in:
Ben Allfree
2025-12-09 08:50:47 -08:00
parent f30f83e607
commit 8e288d9b0d
+16 -8
View File
@@ -7,31 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
### Minor
- Logo assets with logo.pxd and logo.webp files
- Walkthrough video link in README
- Admin user functionality - first registered user automatically becomes administrator
### Changed
### 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
### Added
### Minor
- MPM plugin compatibility
### Fixed
### Patch
- Direct messages now properly filter out broadcasts
## [1.0.1] - 2025-12-05
### Changed
### Patch
- Enhanced installation documentation with Mesh Forge method
- Updated installation instructions for MPM integration
## [1.0.0] - 2025-11-28
### Added
### Major
- Initial release of LoBBS (LoDB Bulletin Board System)
- User registration and authentication
- Bulletin board messaging system
@@ -39,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Session management
- User directory and search functionality
[Unreleased]: https://github.com/MeshEnvy/lobbs/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/MeshEnvy/lobbs/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/MeshEnvy/lobbs/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/MeshEnvy/lobbs/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/MeshEnvy/lobbs/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/MeshEnvy/lobbs/compare/c911244...v1.0.0