Skip to content

v0.9.4

Choose a tag to compare

@dabeani dabeani released this 21 Jan 22:52
· 28 commits to main since this release
9a8513f

This is v0.9.4 from 21.01.2026.
Please have a look at the filename, to download the correct variant for your device!

[v0.9.4] — 2026-01-21

Added

  • Mgmt / "Date/Time": set Date, Time, Timezone, NTP server, Time from GPS toggle.
  • Mgmt / Contacts: ondevice Purge contacts now possible (deletes all contacts except self).
  • Contacts: added repeater login feature — request login to a repeater from Contact detail view; Additional remote repeater features - Neighbors, ACLs
  • Autoupdater(t-deck): initial implementation — Mgmt → Admin → Update & Upgrade; check for new firmware versions and apply OTA updates from Github releases of this Firmware.
  • Repeater: CLI command support — send CLI commands to a repeater from Contact detail view; output like in a Terminal UI.
  • Repeater: password-protected admin access — repeater can be configured to require password for admin commands (login, neighbor scan, ACL management).
  • Repeater: neighbor scan support — request neighbor scan from Contact detail view; results shown in Contact detail.
  • Repeater: ACL management — add/remove contacts to/from repeater ACL from Contact detail view
  • Repeater: saved credentials — when logging into a repeater, credentials could be saved for future sessions.
  • Channels: Join/Add channel via Key (base64) or via #hashtag name when pressing long on "Msgs" Menu button or in the Mgmt / Channels page.
  • Mgmt: new overview page implemented to easy&fast navigate to the needed page.
  • Mgmt / Contacts: Added toggle row Auto Add Contacts (On/Off) + a short info row (“Adds from adverts”).
  • Mgmt / Channels: Added new Page for adding Channels / delete Channels.
  • Mgmt / Stats: Added live SNR, RSSI, Noise floor = Link Margin display (updated every second in a separate layer).
  • Added Cyrillic characters.
  • MAP: Added "Follow Me" button — centers map on own GPS position and keeps following until user pans the map manually.
  • renamed "Channels" to "Msgs" in the main menu for clarity.
  • Channels: Jump to first unread message — when opening a Channel with unread messages, the message list now auto-scrolls to the first unread message.
  • Channels: red indicator line for unread messages — in Channel message view, a red line now marks the position of the first unread message. Opens automatically to the first unread message!
  • In Repeater Admin → CLI (direct typing, not the modal editor): Enter still sends immediately (unchanged). Ctrl+L (byte 0x0C, same as the old Alt+C code) now clears the CLI output window “screen clear”) and keeps you in CLI. Ctrl+U (byte 0x15) clears just the current input line.
  • Channels / DMs: improved message detail view — better layout, fixed scrolling behavior.
  • Channels / DMs: as long as there is no message written in a DM, and you go back to the DMs overview only when there was a message written, the DM will be created/saved.
  • Channels / DMs: long-press Back clears the current transcript (bulk delete all messages in channel/DM).
  • Contacts: Added filter option “Favs only” — show only favourite contacts.
  • Mgmt / Admin: Added Firmware Version display (incl. Mod FW).
  • Contacts: The Statusbar RED Mail indicator is now visible in the Contacts Page next to the User who was writing the last unread message to you.
  • Msgs: (for devices with physical Keyboard) if you are in a Channel, or in a DM, you now can start typing a message directly without having to press the Send button first to open the input field. But show the Send Button anyways!
  • Implemented a confirmation window when switching between WiFi and BLE modes (which requires a reboot).
  • Msgs: show how many channels (slots) are in use, and how many are free (e.g., "3/10").
  • Msgs: in Channels / DMs when there are unread messages, you now will "read" messages while scrolling to the last message, no need for extra opening the messages to mark them as read.
  • small Code cleanups and optimizations (never ending story :)).

Changed / Improved

  • Cyrillic Letters updated
  • Channels: improved Add/Join channel via Key/#hashtag name UI flow.
  • Popup messages now use a consistent default duration time (1500ms)
  • Removed Emoji support (broken) need to be re-implemented properly later.
  • SenseCap Indicator D1Pro/D1L: improved display reaction when touching the screen (responsiveness).
  • Repeater: updated base structure and made it more robust.
  • Repeater: improved neighbor scan output formatting color: green (>12 dB), yellow (>3 dB), red (else).
  • MAP: rendering should now be better on T-Deck (Plus)
  • MAP should now open even without GPS fix!

Fixed

  • Copy/Paste fixed
  • Certain Lists started behind the Menu bar (e.g. Contacts) — fixed.
  • Mgmt / Telemetry: fixed an issue where CO2/TVOC values were not displayed correctly from SenseCap RP2040 sensors.
  • Contacts; fixed an issue where the MAX_CONTACTS was not respected properly in some cases.
  • Repeater: fixed an issue where saved credentials were not used when logging in again.
  • GPS on T-Deck Plus: fixed an issue where GPS was not detected on some modules due to slow startup.