Skip to content

Releases: liamcottle/reticulum-meshchat

v2.2.1

27 Jul 10:08
Compare
Choose a tag to compare
  • Fixed bug where confirmation dialogs would cause all editable text fields to become disabled and unusable on Windows machines until the Electron window lost and regained focus.

v2.2.0

27 Jul 08:45
Compare
Choose a tag to compare
  • 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

18 Jul 10:32
Compare
Choose a tag to compare
  • 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 to v1.0.0
  • Updated lxmf to v0.8.0
  • Updated micron-parser to v1.0.2

v2.0.0

13 Jul 07:57
Compare
Choose a tag to compare

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 to v0.9.6

v1.22.0

11 May 10:07
Compare
Choose a tag to compare
  • Merged #81 to allow using --no-sandbox when running AppImage from Linux CLI
  • Updated rns to v0.9.5

v1.21.0

14 Mar 23:38
Compare
Choose a tag to compare
  • Migrated to using micron-parser from NPM
  • Updated lxmf to v0.6.3
  • Updated rns to v0.9.3

v1.20.0

08 Feb 01:27
Compare
Choose a tag to compare
  • 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

20 Jan 03:03
Compare
Choose a tag to compare
  • 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

01 Jan 13:31
Compare
Choose a tag to compare
  • 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

29 Dec 08:44
Compare
Choose a tag to compare
  • 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