Releases: liamcottle/reticulum-meshchat
Releases · liamcottle/reticulum-meshchat
v2.2.1
v2.2.0
- Added new favourites system for NomadNetwork nodes.
- Added fingerprint button to identify yourself to a NomadNetwork node.
- Recent announces list for NomadNetwork nodes is now capped to 500 entries.
v2.1.0
- Fixed bug where a slow to respond Nomad Network page would prevent other pages to load if you navigated away
- Fixed bug where downloading files from Nomad Network never finished when reaching 100%
- Merged #82 to update airtime limit labels in UI
- Merged #89 to ignore
ozone-platform-hint=auto
when running electron under wayland. - Updated
rns
tov1.0.0
- Updated
lxmf
tov0.8.0
- Updated
micron-parser
tov1.0.2
v2.0.0
Breaking Changes in v2.0.0
Please note, MeshChat v2.0.0 has been updated to RNS v0.9.6
The encryption has been upgraded from AES-128 to AES-256.
Unfortunately this change is not backwards compatible, and MeshChat v1.x.x and RNS v0.9.5 or older will not be able to send or receive messages with MeshChat v2.0.0. All users will need to upgrade to continue communicating with newer versions.
Liam's Echo Bot <2334f2a469a31dde0c1ba57d73222d0e>
has also been upgraded to RNS v0.9.6 and will no longer be able to echo messages from older clients.
If you are running Nomad Network Nodes, you will also need to upgrade these as well.
Please upgrade for the best experience :)
Change Log:
- Updated
rns
tov0.9.6
v1.22.0
v1.21.0
- Migrated to using micron-parser from NPM
- Updated lxmf to v0.6.3
- Updated rns to v0.9.3
v1.20.0
- Added ability to manage additional interface types and settings thanks to @RFnexus in #60
- Added ability to double click
lxmf.delivery
nodes in network visualiser to launch conversation - Added ability to double click
nomadnetwork.node
nodes in network visualiser to launch page browser - Added ability to reload ports when adding or editing an interface
- Added IFAC network name to interface info when enabled
- Fixed bug where message would update state forever when in cancelled state
- Fixed bug where pressing
Ctrl+Enter
to add a new line in a message wouldn't add it where the cursor is - Fixed bug where async callbacks would fail due to threading issues
- Fixed bug where interfaces that were actually connected, showed as disconnected
- Updated
lxmf
to v0.6.2 - Updated
websockets
to v14.2 - Updated embedded RNode Flasher
v1.19.0
- Added setting to enable and disable transport mode
- Added ability to cancel sending messages
- Added button to open an LXMF address when no conversations are open
- Added button to open a nomadnet url without having to click a random node first
- Telemetry requests from Sideband no longer show up as empty messages
- Updated
rns
to v0.9.1 - Updated
lxmf
to v0.6.0
v1.18.0
- Added interface importing and exporting thanks to @Sudo-Ivan in #35
- Added dropdown menu on interfaces
- Added button to export a single interface
- Cleaned up interfaces UI to show more info
- Other UI Improvements
v1.17.0
- Added docker image thanks to @g7ufo in #29
- Added the ability to select a custom profile icon similar to Sideband's Icon Appearance
- Added the ability to select different levels of image compression when adding an image to a message
- Fixed nomadnet browser bug #28 thanks to @zenith777777 in #32
- UI Improvements