Releases: hickey/meshchat
v2.12.1
v2.12.0
2.12.0 (2024-03-03)
There is a lot of behind the scenes work that has gone into this release which took longer than expected to work everything out and functioning. The MeshChat web interface is becoming more event driven so the performance should be improving. This will also enable easier feature development in the future.
The big change starting with this version is that any settings that are needed to be changed for an installation of MeshChat need to be put in the meshchat_local.lua
file which is located in the cgi-bin
directory. When you upgrade to v2.12.0
your existing meshchatconfig.lua
will be copied to meshchat_local.lua
and modified (a few variables need to be removed). Any of the settings in meshchatconfig.lua
can be overridden in meshchat_local.lua
. The good news is that meshchat_local.lua
will not be modified when you upgrade to a new version. So you will not have to go and update settings after doing an upgrade.
The latest documentation can be found at https://hickey.github.io/meshchat. This is an ongoing process to get better documentation posted so please be patient or submit a Feature Request issue if you find something not being addressed.
Features
- add message class abstracting message handling (#23) (28d1759)
- Add support for meshchat_local.lua (#47) (b51bb16)
- allow admin to set default channel (#19) (d90fc33)
- Set send channel when channel filter changed (f26130b)
Bug Fixes
v2.11.2
v2.11.1
v2.11.0
2.11.0 (2024-03-01)
Features
- allow admin to set default channel (#19) (a1374f0)
- Add documentation (#44)
- Add message class abstracting message handling (#23)
- Set send channel when channel filter changed
Bug fixes
- Discover zone name from /etc/config.mesh (#36)
- set epoch in send_message API even if not specified
Full Changelog: v2.10.0...v2.11.0