Skip to content

Releases: liamcottle/reticulum-meshchat

v1.8.0

31 Jul 04:10
Compare
Choose a tag to compare
  • Added new notification for incoming calls
  • Added a red indicator to show if a conversation has messages that failed to send
  • Added buttons to quickly open folder containing Reticulum config file and MeshChat database file
  • Added button to app version section to quickly go to MeshChat releases
  • Added dismissible section to interfaces tab with suggested community servers
  • Added a crash info dialog when Electron fails to start Python executable on launch
  • Changed incoming messages to show time ago instead of sender name
  • Bottom left sections of UI can now be collapsed
  • Tidied up Nomad Network browser
  • Updated icon used for announces

v1.7.2

28 Jul 04:04
Compare
Choose a tag to compare
  • Prevent bug where it was possible to edit an interface name but it would instead create a new interface.
  • Added new settings UI.
  • Added setting to allow auto resending failed messages when the intended destination announces.
  • Added setting to prevent auto resending failed messages if they have attachments.

v1.7.1

13 Jul 06:53
Compare
Choose a tag to compare
  • #4 Command line arguments passed to the release binaries are now passed to MeshChat
  • Added support for viewing and managing TCPServerInterface
  • Added support for viewing and managing UDPInterface
  • Improved some UI for mobile sized screens
  • Sending a message will now attempt to find a path for unknown destinations instead of immediately failing

v1.7.0

09 Jul 06:10
Compare
Choose a tag to compare
  • Added a button to retry sending a failed message.
  • Added button to quickly relaunch electron app after you have made changes to interfaces.
  • Fixed bug #5 on Windows where showing alerts would prevent input fields from working.
  • Fixed a bug where deleting messages would break the UI and other messages would disappear.
  • Messages now show how many sending attempts have been made.
  • Messages are now sent over the HTTP API instead of the websocket for more reliable error handling.
  • web.py has been renamed to meshchat.py

v1.6.0

07 Jul 11:10
Compare
Choose a tag to compare
  • Added push notifications for new messages when electron app is not focussed.
    • You may need to allow notifications in the prompt for macOS.
    • Only supported on the compiled Electron app, not when running in a custom browser from source.
  • The currently selected conversation now correctly marks itself as read even when on the announces tab.
  • Fixed nullable variable in javascript

v1.5.1

05 Jun 01:01
Compare
Choose a tag to compare
  • Added support for opus audio mode AM_OPUS_OGG sent from Sideband
  • Significantly improved codec2 voice recording quality by doing a single encode when the recording is stopped

v1.5.0

04 Jun 09:20
Compare
Choose a tag to compare
  • Added new feature to send and receive voice chats in messages
  • Improvements to interfaces UI for RNodeInterface thanks to @RFnexus

v1.4.0

02 Jun 03:10
Compare
Choose a tag to compare
  • This release renames the project from WebChat to MeshChat.
  • The default storage directory will be migrated from ~/.reticulum-webchat to ~/.reticulum-meshchat
  • Once you have installed the new version, and launched it at least once, you can safely uninstall the old WebChat app.

v1.3.0

02 Jun 02:15
Compare
Choose a tag to compare
  • Added ability to automatically announce at a configurable interval
  • Added ability to see how long ago you last announced
  • Added about page to view app version, config paths and addresses you will be announcing
  • Tidied some UI

v1.2.1

01 Jun 09:11
Compare
Choose a tag to compare
  • Added new feature to view lxmf conversations and when a message was last received
  • Added a label to sidebar to show unread messages count
  • IFAC label on interfaces now shows full byte values
  • IFAC label now shows entire signature when clicked