From 0cc3080e63cb288bc7a9953a8ce565296075dc17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:35:10 +0000 Subject: [PATCH] chore: update firmware releases list from Meshtastic API (#2096) Co-authored-by: jamesarich <2199651+jamesarich@users.noreply.github.com> --- app/src/main/assets/firmware_releases.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/src/main/assets/firmware_releases.json b/app/src/main/assets/firmware_releases.json index cca91dcf3..98c878e0a 100644 --- a/app/src/main/assets/firmware_releases.json +++ b/app/src/main/assets/firmware_releases.json @@ -70,16 +70,16 @@ "page_url": "https://github.com/meshtastic/firmware/releases/tag/v2.5.7.f77c87d", "zip_url": "https://github.com/meshtastic/firmware/releases/download/v2.5.7.f77c87d/firmware-stm32-2.5.7.f77c87d.zip", "release_notes": "## Enhancements\r\n* Remove waypoint and text message frames on NodeDB reset as well by @thebentern in https://github.com/meshtastic/firmware/pull/5029\r\n* Fix SH1107 - Set Geometry 128x128 by @markbirss in https://github.com/meshtastic/firmware/pull/5033\r\n* Implement rebroadcast mode NONE by @thebentern in https://github.com/meshtastic/firmware/pull/5040\r\n* Remove newline from logging statements. by @caveman99 in https://github.com/meshtastic/firmware/pull/5022\r\n* [Board]: Support for M5Stack CoreS3 (Part 1: radio) by @lboue in https://github.com/meshtastic/firmware/pull/5049\r\n* Add in RF95 support to Pro-micro DIY by @Nestpebble in https://github.com/meshtastic/firmware/pull/5055\r\n* Drop oem.proto support in favor of userprefs by @caveman99 in https://github.com/meshtastic/firmware/pull/5061\r\n* Ws85 updates : set want_ack, high_priority, add temperature. by @tavdog in https://github.com/meshtastic/firmware/pull/5052\r\n* Add MQTT exception for private IP address server by @JohnathonMohr in https://github.com/meshtastic/firmware/pull/5072\r\n* Ensure the MQTT address is an IPv4 before determining it's private by @JohnathonMohr in https://github.com/meshtastic/firmware/pull/5081\r\n\r\n## Bug fixes\r\n* Remove waypoint and text message frames on NodeDB reset as well by @thebentern in https://github.com/meshtastic/firmware/pull/5029\r\n* Retain `fixed_position` during reset-nodedb by @andrekir in https://github.com/meshtastic/firmware/pull/5067\r\n* Fix incorrect va_start calls by @jepler in https://github.com/meshtastic/firmware/pull/5076\r\n* Permanently engage !CTRL by @caveman99 in https://github.com/meshtastic/firmware/pull/5036\r\n\r\n\r\n## New Contributors\r\n* @jepler made their first contribution in https://github.com/meshtastic/firmware/pull/5076\r\n* @JohnathonMohr made their first contribution in https://github.com/meshtastic/firmware/pull/5072\r\n\r\n**Full Changelog**: https://github.com/meshtastic/firmware/compare/v2.5.6.d55c08d...v2.5.7.f77c87d" - }, - { - "id": "v2.5.6.d55c08d", - "title": "Meshtastic Firmware 2.5.6.d55c08d Beta", - "page_url": "https://github.com/meshtastic/firmware/releases/tag/v2.5.6.d55c08d", - "zip_url": "https://github.com/meshtastic/firmware/releases/download/v2.5.6.d55c08d/firmware-stm32-2.5.6.d55c08d.zip", - "release_notes": "> [!WARNING]\r\n> This is a re-cut release of 2.5.6. If you performed an erase and install of 2.5.6.ad8747d on an ESP32 based device and experienced boot issues. Performing a fresh install of this release should resolve the issue.\r\n\r\n## Enhancements\r\n* UserPrefs - Preconfigure up to 3 channels, GPS Mode by @medentem in https://github.com/meshtastic/firmware/pull/4930\r\n* Start of generating json manifest of macros in userPrefs.h by @thebentern in https://github.com/meshtastic/firmware/pull/4946\r\n* Coalesce duplicated method GetTimeSinceMeshPacket by @fifieldt in https://github.com/meshtastic/firmware/pull/4968\r\n* Which Module wants a UI Frame? by @fifieldt in https://github.com/meshtastic/firmware/pull/4967\r\n* Upgrade nanopb by @thebentern in https://github.com/meshtastic/firmware/pull/4973\r\n* Add RAK4631 Ethernet Gateway with working JSON output to MQTT by @beegee-tokyo in https://github.com/meshtastic/firmware/pull/4661\r\n* Preliminary Othernet Dreamcatcher Support by @caveman99 in https://github.com/meshtastic/firmware/pull/4933\r\n* Toggle Bluetooth with Fn+b shortcut by @HarukiToreda in https://github.com/meshtastic/firmware/pull/4977\r\n* Add health telemetry module by @fifieldt @thebentern in https://github.com/meshtastic/firmware/pull/4927\r\n* First version of a DeepSleep state for the RP2040 by @TheMalkavien in https://github.com/meshtastic/firmware/pull/4976\r\n* Add frequencies for Philippines by @fifieldt in https://github.com/meshtastic/firmware/pull/4951\r\n* Set TZ config from string if unset by @jp-bennett in https://github.com/meshtastic/firmware/pull/4979\r\n* Switch Environment Telemetry to use UnitConversions by @fifieldt in https://github.com/meshtastic/firmware/pull/4972\r\n\r\n## Bug fixes and maintenance\r\n* Remove unused Jlink monitoring files by @fifieldt in https://github.com/meshtastic/firmware/pull/4953\r\n* Retire PPR Boards by @fifieldt in https://github.com/meshtastic/firmware/pull/4956\r\n* Retire lora-relay boards by @fifieldt in https://github.com/meshtastic/firmware/pull/4957\r\n* Remove support for pca10056-rc-clock by @fifieldt in https://github.com/meshtastic/firmware/pull/4955\r\n* Remove unused headers by @fifieldt in https://github.com/meshtastic/firmware/pull/4954\r\n* Remove has_rx * on installDefaultDeviceState by @thebentern in https://github.com/meshtastic/firmware/pull/4982\r\n* Fix storage of admin key when installing default config. by @Mictronics in https://github.com/meshtastic/firmware/pull/4995\r\n* On T114 do no wake into loader instead of application. by @jhps in https://github.com/meshtastic/firmware/pull/4997\r\n* Ignore packets coming from the broadcast address by @GUVWAF in https://github.com/meshtastic/firmware/pull/4998\r\n* Possibly forward PKC DMs over MQTT by @jp-bennett in https://github.com/meshtastic/firmware/pull/5012\r\n* Fixes critical error rendering before screen thread is running by @thebentern in https://github.com/meshtastic/firmware/pull/5024\r\n* Uplink DMs not to us if MQTT encryption enabled by @GUVWAF in https://github.com/meshtastic/firmware/pull/5025\r\n\r\n## New Contributors\r\n* @medentem made their first contribution in https://github.com/meshtastic/firmware/pull/4930\r\n\r\n**Full Changelog**: https://github.com/meshtastic/firmware/compare/v2.5.5.e182ae7...v2.5.6.d55c08d" } ], "alpha": [ + { + "id": "v2.6.11.60ec05e", + "title": "Meshtastic Firmware 2.6.11.60ec05e Alpha", + "page_url": "https://github.com/meshtastic/firmware/releases/tag/v2.6.11.60ec05e", + "zip_url": "https://github.com/meshtastic/firmware/releases/download/v2.6.11.60ec05e/firmware-esp32c6-2.6.11.60ec05e.zip", + "release_notes": "> [!CAUTION] \r\n> In older firmware, generated public/private keys may have insufficient entropy, resulting in the possibility of key reuse across devices. This release delays key generation until the user sets a LoRa region, and also mixes in additional sources of randomness. Additionally, if one of the known key collisions are detected, the user is notified, and should regenerate keys as soon as possible.\r\n\r\n## 🚀 Enhancements\r\n* Add --1200bps-reset param to device-install/update scripts by @ThatKalle in https://github.com/meshtastic/firmware/pull/6752\r\n* Generate keys when Lora Region is set by @jp-bennett in https://github.com/meshtastic/firmware/pull/6951\r\n* Seeed_xiao_nrf52840_kit improvements by @ndoo in https://github.com/meshtastic/firmware/pull/6930\r\n* Add InkHUD driver for WeAct Studio 2.9\" display module by @todd-herbert in https://github.com/meshtastic/firmware/pull/6963\r\n* [Variant] nomadstar meteor pro by @CypressXt in https://github.com/meshtastic/firmware/pull/6742\r\n\r\n## 🐛 Bug fixes and maintenance\r\n* fix: Respect LED_STATE_ON for power and user LED by @ndoo in https://github.com/meshtastic/firmware/pull/6976\r\n* Chore(deps): update platformio/espressif32 to v6.11.0 by @renovate in https://github.com/meshtastic/firmware/pull/6900\r\n* Update Alpine to 3.22 by @vidplace7 in https://github.com/meshtastic/firmware/pull/6927\r\n* Clean up install & update shell scripts by @roens in https://github.com/meshtastic/firmware/pull/6839\r\n* Addition of Device Role inside of userPrefs.jsonc by @Crank-Git in https://github.com/meshtastic/firmware/pull/6972\r\n* Chore(deps): update platformio/ststm32 to v19.2.0 by @renovate in https://github.com/meshtastic/firmware/pull/6901\r\n* Chore(deps): update meshtastic/device-ui digest to 2fd19f8 by @renovate in https://github.com/meshtastic/firmware/pull/6982\r\n* Add note to hydra to note that the button pin has no pull-up by @NomDeTom in https://github.com/meshtastic/firmware/pull/6979\r\n* Chore(deps): update meshtastic/device-ui digest to 1b520fc by @renovate in https://github.com/meshtastic/firmware/pull/6991\r\n* Update heltec t114 URL by @dieseltravis in https://github.com/meshtastic/firmware/pull/7004\r\n* Update URL for ThinkNode M1 by @dieseltravis in https://github.com/meshtastic/firmware/pull/7005\r\n* Improve support for Heltec Wireless Bridge by @berlincount in https://github.com/meshtastic/firmware/pull/6647\r\n* Warn users about low entropy keys by @jp-bennett in https://github.com/meshtastic/firmware/pull/7003\r\n* T-watch screen misalignment fix by @HarukiToreda in https://github.com/meshtastic/firmware/pull/6996\r\n* Fix for T-Deck Plus: disable touch IRQ / enable custom touch driver by @mverch67 in https://github.com/meshtastic/firmware/pull/6988\r\n* Create lora-piggystick-lr1121.yaml by @markbirss in https://github.com/meshtastic/firmware/pull/7010\r\n\r\n## New Contributors\r\n* @roens made their first contribution in https://github.com/meshtastic/firmware/pull/6839\r\n* @Crank-Git made their first contribution in https://github.com/meshtastic/firmware/pull/6972\r\n* @dieseltravis made their first contribution in https://github.com/meshtastic/firmware/pull/7004\r\n* @berlincount made their first contribution in https://github.com/meshtastic/firmware/pull/6647\r\n\r\n**Full Changelog**: https://github.com/meshtastic/firmware/compare/v2.6.10.9ce4455...v2.6.11.60ec05e" + }, { "id": "v2.6.10.9ce4455", "title": "Meshtastic Firmware 2.6.10.9ce4455 Alpha",