Releases: ratspeak/rsDeck
Releases · ratspeak/rsDeck
v2.0.0
- Ratdeck repo renamed to rsDeck, firmware now just Ratspeak for T-Deck
- RNode functionality through dual boot options
- Identity import functionality
- Better battery handling
- Light mode available for standalone
- General fixes & improvements
Full Changelog: v1.9.3...v2.0.0
v1.9.3
Full Changelog: v1.9.2...v1.9.3
v1.9.2
Full Changelog: v1.9.1...v1.9.2
v1.9.1
v1.9.1-beta
- Fix stale peer age display in contacts/nodes
- Harden flash config persistence
- Clamp MsgPack debug log level
v1.9.0
- Rebuilt LVGL UI: chat view, messages, home, settings, contacts, nodes; support LXMFace avatars
- Async TCP delivery and multi-WiFi STA with selected-profile reconnect backoff
- Hardened LXMF queued delivery, identity, and dual-backend storage
- Boot backlight fix; non-blocking firmware update check; BLE/input refinements
- Thanks to @drkhsh for PR #30, #31, #32, #34, #35, #36, #37, #40, #43, and more.
v1.8.4-beta2
What's Changed
- Fix wake-click and long-press blanking from subscreens by @drkhsh in #34
- Fix message timestamps clipping out of bubble by @drkhsh in #35
- Delivery status checkmarks by @drkhsh in #36
- FlashStore: fall back to "spiffs" partition label for M5Launcher by @drkhsh in #37
- Settings: show full LXMF address and identity hash by @drkhsh in #40
Full Changelog: v1.8.4-beta...v1.8.4-beta2
v1.8.4-beta
v1.8.3
- Fix LXMF interop with Python RNS — disable bz2 (pairs with microReticulum 290a133)
- Pin lvgl ~8.3.4 / LovyanGFX ~1.1.16 to keep fresh clones building
- Keyboard backlight config and control (#18, @scotty007)
Thanks @RFnexus for surfacing the ESP32 bz2 constraint.