1
0
forked from iarv/lobbs
Files
lobbs/CHANGELOG.md
Ben Allfree 907f22b22c v1.2.1
2025-12-09 11:26:02 -08:00

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_MODULE to MPM_REGISTER_MESHTASTIC_MODULE comment directive
  • Renamed module variable from lobbsPlugin to lobbsModule for 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