Skip to content

Releases: cwill747/meshcore-uconsole

v1.9.0

09 Mar 12:26

Choose a tag to compare

Installation

See install instructions for APT repository setup, or install manually:

sudo apt install ./meshcore-uconsole_1.9.0-1_arm64.deb

v1.9.0 (2026-03-08)

Feat

  • Add loading/shutdown screen widget
  • Add pre-flight conflict detection for radio hardware (#48)

v1.8.0

23 Feb 03:48

Choose a tag to compare

Installation

See install instructions for APT repository setup, or install manually:

sudo apt install ./meshcore-uconsole_1.8.0-1_arm64.deb

v1.8.0 (2026-02-22)

Feat

  • Add telemetry request and response

Fix

  • Don't show self in contacts
  • Use gpsd if available

v1.7.0

19 Feb 16:58

Choose a tag to compare

Installation

See install instructions for APT repository setup, or install manually:

sudo apt install ./meshcore-uconsole_1.7.0-1_arm64.deb

v1.7.0 (2026-02-19)

Feat

  • Analyzer shows decrypted content and route indicators
  • Store channel kind explicitly in Channel model
  • Surface radio hardware errors in StatusPill and toast

Fix

  • Fix private channel messaging and message dedup
  • Need to fall back out of decrypted not existing
  • Add hardware presets
  • Saving settings shouldn't freeze UI

v1.6.1

18 Feb 12:58

Choose a tag to compare

Installation

See install instructions for APT repository setup, or install manually:

sudo apt install ./meshcore-uconsole_1.6.1-1_arm64.deb

v1.6.1 (2026-02-18)

Fix

  • Fix unread message handling

v1.6.0

18 Feb 03:19

Choose a tag to compare

Installation

See install instructions for APT repository setup, or install manually:

sudo apt install ./meshcore-uconsole_1.6.0-1_arm64.deb

v1.6.0 (2026-02-17)

Feat

  • Add favorite capabilities for peers

Fix

  • Migrate all polling behavior to use glib async
  • Accessibility

v1.5.0

17 Feb 13:31

Choose a tag to compare

Installation

See install instructions for APT repository setup, or install manually:

sudo apt install ./meshcore-uconsole_1.5.0-1_arm64.deb

v1.5.0 (2026-02-17)

Feat

  • Dynamic scaling
  • Add mentions
  • Add more packet handling to analyzer
  • Add hashtag-channel adding from UI
  • Add CONTROL packet handling

Fix

  • Fix main width again and wraparound message text
  • Update sizing method with larger fonts
  • Slight width overflow
  • Message wordwrap
  • Sort peers reverse-chronilocallcally
  • Rely on font with emojis on Pi
  • Multibyte unicode not displaying correctly
  • Mentions are always bracket-wrapped
  • Potentially fix emoji / UTF8 node names
  • Add channel to channel list after import

v1.4.0

16 Feb 20:02

Choose a tag to compare

Installation

See install instructions for APT repository setup, or install manually:

sudo apt install ./meshcore-uconsole_1.4.0-1_arm64.deb

v1.4.0 (2026-02-16)

Feat

  • Add path view on messages

Fix

  • Autoscroll channel to bottom when loading channel pages
  • Speculative grp_text fixes
  • Group texts not appearing in channels

v1.3.1

16 Feb 04:14

Choose a tag to compare

Installation

See install instructions for APT repository setup, or install manually:

sudo apt install ./meshcore-uconsole_1.3.1-1_arm64.deb

v1.3.1 (2026-02-15)

Fix

  • Day separator was not showing
  • Details box shows details for wrong packet

v1.3.0

15 Feb 20:04

Choose a tag to compare

Installation

sudo apt install ./meshcore-uconsole_1.3.0-1_arm64.deb

Using apt install instead of dpkg -i ensures dependencies are installed automatically.

v1.3.0 (2026-02-15)

Feat

  • Add monkey testing script for UI stress testing

Fix

  • Resolve GTK widget assertions found by monkey testing
  • Fixup screenshot generation (#23)

v1.2.0

15 Feb 01:52

Choose a tag to compare

Installation

sudo apt install ./meshcore-uconsole_1.2.0-1_arm64.deb

Using apt install instead of dpkg -i ensures dependencies are installed automatically.

v1.2.0 (2026-02-14)

Feat

  • Add ability to import private channel

Fix

  • Consistent timestamps across GUI
  • Sending and receiving messages different channels
  • Let pymc handle out_path
  • Peer data not refreshing on advert
  • Historical packets showed wrong timestamp
  • Fix dms again