Skip to content

0.7.0

Choose a tag to compare

@github-actions github-actions released this 08 Feb 21:00
· 1137 commits to main since this release

What's Changed

Notification Settings

  • New granular channel notification settings: All, Mentions Only, Mute. Access by tapping the "i" in the upper right of a channel. Not yet available in DMs.

Reactions

  • Send and receive reactions
  • In order to match the reactions to the correct message, a hash is created and sent along with the reaction. Example: :thumbsup:@[user]\n6hsey1z. This was done in an effort to be as friendly to other clients as possible.
  • Note: Reactions will only be rendered as a proper reaction if the other user is using PocketMesh or their client has implemented the same way PocketMesh is creating hashes. If you are a client developer and would like to add interoperability support, check out https://github.com/Avi0n/PocketMesh/blob/dev/docs/Reactions.md

GPS Location Updates

  • Added support for both device and phone GPS location updates
  • Updates your node's location every time you send an advert

Ping Repeater

  • You can now ping repeaters if they are 0 hop. Access the new button by selecting a repeater in the Nodes tab.

New Message Divider

  • If you've received more than 10 new messages, you'll now see a "New Messages" divider

CLI

  • Add new nodes and channel commands

Trace Path Map Optimizations

  • No longer laggy if you have hundreds of repeaters on your map
  • No more delay when tapping repeaters to build a path
  • Repeaters don't disappear upon a successful trace, so you can add more repeaters after the trace

Line of Sight Optimizations

  • Added repeater labels and clustering
  • No longer laggy if you have hundreds of repeaters on your map
  • Added loading states so the app doesn't seem frozen if the API call to Open-Meteo is slow

Bug Fixes

  • Fix CLI text and toolbar buttons getting cut off when using Zoomed display and/or larger text
  • Fix CLI not resetting state when disconnecting/changing devices
  • Fix iPad not being able to start a DM with a contact
  • Fix Telemetry toggles not persisting
  • Fix Telemetry share with trusted contacts not functioning
  • Fix Radio Configuration settings disappearing when clearing Frequency or TX Power
  • Fix Map mode trace getting stuck if you had batch mode enabled in the List tab
  • Workaround for issue on Line of Sight and Trace Path maps where tapping a repeater then immediately panning would trigger a zoom. This was done by completely disabling the double-tap-to-zoom feature.

Full Changelog: v0.6.0...v0.7.0