mirror of
https://github.com/MeshEnvy/lobbs.git
synced 2026-07-05 01:11:42 +02:00
chore: update changelog
This commit is contained in:
+16
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user