v0.1.35-alpha
Pre-release
Pre-release
[0.1.35-alpha] - 2026-07-03
Added / 新增
- Added a Meshtastic memory model specification covering stable BLE
FromRadioslots, bounded queues, priority backpressure, MQTT downlink ownership, and hot-path allocation rules across nRF52, ESP32, and Linux. / 新增 Meshtastic 内存模型规格,覆盖稳定 BLEFromRadio发布槽、有界队列、优先级背压、MQTT 下行所有权,以及 nRF52、ESP32、Linux 共享的热路径分配规则。
Changed / 变更
- Reworked Meshtastic BLE/MQTT bridge ownership around fixed published slots, fixed retransmit/pending tables, and shared backpressure rules so high-traffic BLE, MQTT, NodeInfo, and status flows no longer depend on unbounded dynamic containers. / 围绕固定发布槽、固定 retransmit/pending 表和共享背压规则重做 Meshtastic BLE/MQTT 桥接所有权,使高流量 BLE、MQTT、NodeInfo 与状态流不再依赖无界动态容器。
- Updated GitHub Pages device copy for the 0.1.35-alpha nRF52 stabilization lane while keeping firmware download metadata generated by the Release/Pages workflows. / 更新 GitHub Pages 中 0.1.35-alpha nRF52 稳定化发布线的设备说明,同时继续保持固件下载 metadata 由 Release/Pages workflow 生成。
Fixed / 修复
- Stabilized nRF52 Meshtastic BLE connection and reconnect behavior by aligning
FromRadionotify/read liveness, stale-consume recovery, disconnect handling, and phone-visible session state with the app protocol flow. / 稳定 nRF52 Meshtastic BLE 连接与重连行为,使FromRadio通知/读取活性、陈旧消费恢复、断开处理和手机端可见会话状态与 App 协议流程对齐。 - Restored nRF52 MQTT proxy and downlink behavior under the new memory model, keeping MQTT incoming/outgoing traffic, node metadata projection, and LoRa downlink policy functional under bounded pressure. / 在新的内存模型下恢复 nRF52 MQTT proxy 与下行行为,使 MQTT 收发、节点元数据投影和 LoRa 下行策略在有界压力下保持可用。
- Fixed T-Echo Lite GPS memory-corruption exposure by moving GPS/input runtime ownership out of runtime heap and removing transient peer-key vector allocation from the hot PKI/NodeInfo persistence path. / 修复 T-Echo Lite GPS 内存损坏暴露点:将 GPS/input runtime 所有权移出运行期 heap,并从 PKI/NodeInfo 持久化热路径移除临时 peer-key vector 分配。
- Fixed resource-pack font loading so package update/reinstall paths refresh installed Chinese font resources correctly after pack operations. / 修复资源包字体加载,使包更新/重装后已安装中文字体资源能正确刷新。
What's Changed
- Fix ble by @vicliu624 in #70
Full Changelog: v0.1.34-alpha...v0.1.35-alpha