Releases: cwill747/meshcore-uconsole
Releases · cwill747/meshcore-uconsole
v1.9.0
Installation
See install instructions for APT repository setup, or install manually:
sudo apt install ./meshcore-uconsole_1.9.0-1_arm64.debv1.9.0 (2026-03-08)
Feat
- Add loading/shutdown screen widget
- Add pre-flight conflict detection for radio hardware (#48)
v1.8.0
Installation
See install instructions for APT repository setup, or install manually:
sudo apt install ./meshcore-uconsole_1.8.0-1_arm64.debv1.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
Installation
See install instructions for APT repository setup, or install manually:
sudo apt install ./meshcore-uconsole_1.7.0-1_arm64.debv1.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
Installation
See install instructions for APT repository setup, or install manually:
sudo apt install ./meshcore-uconsole_1.6.1-1_arm64.debv1.6.1 (2026-02-18)
Fix
- Fix unread message handling
v1.6.0
Installation
See install instructions for APT repository setup, or install manually:
sudo apt install ./meshcore-uconsole_1.6.0-1_arm64.debv1.6.0 (2026-02-17)
Feat
- Add favorite capabilities for peers
Fix
- Migrate all polling behavior to use glib async
- Accessibility
v1.5.0
Installation
See install instructions for APT repository setup, or install manually:
sudo apt install ./meshcore-uconsole_1.5.0-1_arm64.debv1.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
Installation
See install instructions for APT repository setup, or install manually:
sudo apt install ./meshcore-uconsole_1.4.0-1_arm64.debv1.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
Installation
See install instructions for APT repository setup, or install manually:
sudo apt install ./meshcore-uconsole_1.3.1-1_arm64.debv1.3.1 (2026-02-15)
Fix
- Day separator was not showing
- Details box shows details for wrong packet
v1.3.0
Installation
sudo apt install ./meshcore-uconsole_1.3.0-1_arm64.debUsing 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
Installation
sudo apt install ./meshcore-uconsole_1.2.0-1_arm64.debUsing 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