Files
Meshtastic-Android/CHANGELOG.md
2026-06-13 06:39:26 -05:00

44 KiB

Changelog

All notable changes to this project will be documented in this file. The [Unreleased] section is automatically updated on every push to main. See GitHub Releases for the full history.

[Unreleased]

Unreleased (not yet in any build)

  • docs: release CHANGELOG.md for v2.7.14 (#5739) by github-actions[bot] (@github-actions[bot]) in 0c7bda6f0
  • chore(deps): update vico to v3.2.2 (#5746) by renovate[bot] (@renovate[bot]) in 21b6540e0
  • fix(mqtt): make the MQTT client-id unique per connection (#5755) by James Rich (@jamesarich) in 65e937427
  • chore(deps): update fastlane to v2.236.0 (#5754) by renovate[bot] (@renovate[bot]) in d38ddc88b
  • chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5742) by James Rich (@jamesarich) in bc046a66a
  • chore(deps): update com.google.firebase:firebase-bom to v34.14.1 (#5753) by renovate[bot] (@renovate[bot]) in 5c4b5c240
  • chore(deps): update io.nlopez.compose.rules:detekt to v0.6.0 (#5751) by renovate[bot] (@renovate[bot]) in 476789d15
  • chore(deps): update codecov/codecov-action action to v7 (#5749) by renovate[bot] (@renovate[bot]) in 0d9d086b2
  • chore(deps): update org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.5.0 (#5756) by renovate[bot] (@renovate[bot]) in 9945499ba
  • chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5757) by James Rich (@jamesarich) in d31800038
  • ci: group Kotlin-compiler-locked tooling in one Renovate PR (#5758) by James Rich (@jamesarich) in 58cbd1d55
  • chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5761) by James Rich (@jamesarich) in f77998d06
  • Replace :core:proto with org.meshtastic:protobufs:2.7.25 (#5675) by James Rich (@jamesarich) in 8daafe6f7
  • chore(deps): update mqttastic to v0.3.8 (#5763) by renovate[bot] (@renovate[bot]) in fd3dc0cc7
  • chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5767) by James Rich (@jamesarich) in dd462971e
  • chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5768) by James Rich (@jamesarich) in 595fb0035
  • ci: fix update-changelog crash when no channel tags exist (#5769) by James Rich (@jamesarich) in 936be3998
  • chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5771) by James Rich (@jamesarich) in c9eae8e64
  • chore(deps): update fastlane to v2.236.1 (#5772) by renovate[bot] (@renovate[bot]) in 4a0eeae6e
  • chore(deps): update kotlin-toolchain (#5760) by renovate[bot] (@renovate[bot]) in bce317c68
  • chore(deps): update coil to v3.5.0 (#5766) by renovate[bot] (@renovate[bot]) in d9b024acd
  • chore(deps): update kable to v0.43.1 (#5750) by renovate[bot] (@renovate[bot]) in 15568ff46
  • test: fix wall-clock race in NodeTest.isOnline_usesStrictThresholdBoundary (#5779) by James Rich (@jamesarich) in e71722137
  • chore(deps): update datadog.gradle to v1.27.0 (#5776) by renovate[bot] (@renovate[bot]) in 9e3d014c3
  • chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5774) by James Rich (@jamesarich) in 161b2b09a
  • chore(deps): update net.java.dev.jna:jna to v5.19.1 (#5781) by renovate[bot] (@renovate[bot]) in 47134f447
  • build: drop compiler flags and opt-ins made redundant by Kotlin 2.4 (#5786) by James Rich (@jamesarich) in 65320ab7f
  • chore(deps): update com.github.luben:zstd-jni to v1.5.7-11 (#5788) by renovate[bot] (@renovate[bot]) in bd6670572
  • chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5783) by James Rich (@jamesarich) in e670468aa

[2.7.14] - 2026-06-03

🏗️ Features

🖥️ Desktop

🛠️ Fixes

📝 Other Changes

New Contributors