chore: update firmware releases list from Meshtastic API (#1937)

Co-authored-by: jamesarich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-05-25 20:43:39 -05:00
committed by GitHub
parent afc089d830
commit 0de0cca225

View File

@@ -84,16 +84,16 @@
"page_url": "https://github.com/meshtastic/firmware/releases/tag/v2.5.5.e182ae7",
"zip_url": "https://github.com/meshtastic/firmware/releases/download/v2.5.5.e182ae7/firmware-stm32-2.5.5.e182ae7.zip",
"release_notes": "> [!WARNING]\r\n> This release does not come bundled with the web client interface due to a transient issue with the build pipeline. If that is an important feature for your use case, please consider either grabbing a later release or rolling back to 2.5.4.\r\n\r\n## Enhancements \r\n* Save a couple of bytes by @caveman99 in https://github.com/meshtastic/firmware/pull/4922\r\n* Consolidate and shrink down the re-used strings in logs by @thebentern in https://github.com/meshtastic/firmware/pull/4907\r\n* Userprefs prefix macros for clarity and consistency by @thebentern in https://github.com/meshtastic/firmware/pull/4923\r\n* Add a Userprefs Timezone String, to be replaced in the web flasher by @jp-bennett in https://github.com/meshtastic/firmware/pull/4938\r\n* Add `rxDupe`, `txRelay` and `txRelayCanceled` to LocalStats by @GUVWAF in https://github.com/meshtastic/firmware/pull/4936\r\n* Leave the build epoch commented and uncomment when CI runs by @thebentern in https://github.com/meshtastic/firmware/pull/4943\r\n* Add Panel_ILI9342 to TFTDisplay.cpp by @lboue in https://github.com/meshtastic/firmware/pull/4822\r\n\r\n## Bug fixes\r\n* Enabling Ve pin on T114 by @HarukiToreda in https://github.com/meshtastic/firmware/pull/4940\r\n* CleanupNeighbors() time difference fix by @gitbisector in https://github.com/meshtastic/firmware/pull/4941\r\n* Don't use a static decleration in a header file by @jp-bennett in https://github.com/meshtastic/firmware/pull/4944\r\n* Move ifndef to fix test by @jp-bennett in https://github.com/meshtastic/firmware/pull/4950\r\n* Remove ancient .gitignore lines by @fifieldt in https://github.com/meshtastic/firmware/pull/4952\r\n* Adjust dimensions for Canned Message popup screen by @todd-herbert in https://github.com/meshtastic/firmware/pull/4924\r\n\r\n## New Contributors\r\n* @lboue made their first contribution in https://github.com/meshtastic/firmware/pull/4822\r\n\r\n**Full Changelog**: https://github.com/meshtastic/firmware/compare/v2.5.4.8d288d5...v2.5.5.e182ae7"
},
{
"id": "v2.5.4.8d288d5",
"title": "Meshtastic Firmware 2.5.4.8d288d5 Beta",
"page_url": "https://github.com/meshtastic/firmware/releases/tag/v2.5.4.8d288d5",
"zip_url": "https://github.com/meshtastic/firmware/releases/download/v2.5.4.8d288d5/firmware-2.5.4.8d288d5.zip",
"release_notes": "## Enhancements\r\n* Comment on PR with build artifacts link by @scruplelesswizard in https://github.com/meshtastic/firmware/pull/4896\r\n* Return queue status on rate limit throttling by @thebentern in https://github.com/meshtastic/firmware/pull/4901\r\n* Get accelerometerThread running from AdminModule. by @gjelsoe in https://github.com/meshtastic/firmware/pull/4886\r\n* Construct StoreForwardModule for Portduino as well by @GUVWAF in https://github.com/meshtastic/firmware/pull/4903\r\n* Update INA3221 to 1.0.1 by @KodinLanewave in https://github.com/meshtastic/firmware/pull/4877\r\n* Update radiolib to 7.0.1 by @caveman99 in https://github.com/meshtastic/firmware/pull/4905\r\n* Allow for better target level Radiolib exclude plumbing by @thebentern in https://github.com/meshtastic/firmware/pull/4906\r\n\r\n## Bug fixes\r\n* Fix: Not being able to stop Ext. Notification nagging for screenless devices by @thebentern in https://github.com/meshtastic/firmware/pull/4899\r\n* When importing config, keep Bluetooth on and defer rebooting until co… by @dahanc in https://github.com/meshtastic/firmware/pull/4898\r\n* Fix duplicate PR comments by @scruplelesswizard in https://github.com/meshtastic/firmware/pull/4908\r\n* Radiolib 7.0.2 by @caveman99 in https://github.com/meshtastic/firmware/pull/4915\r\n* Regenerate public key on boot, to avoid accidental mismatch. by @jp-bennett in https://github.com/meshtastic/firmware/pull/4916\r\n* Fix #4911 : Partially rework some code to remove warnings about potential non-aligned memory accesses by @TheMalkavien in https://github.com/meshtastic/firmware/pull/4912\r\n\r\n**Full Changelog**: https://github.com/meshtastic/firmware/compare/v2.5.3.a70d5ee...v2.5.4.8d288d5"
}
],
"alpha": [
{
"id": "v2.6.9.f223b8a",
"title": "Meshtastic Firmware 2.6.9.f223b8a Alpha",
"page_url": "https://github.com/meshtastic/firmware/releases/tag/v2.6.9.f223b8a",
"zip_url": "https://github.com/meshtastic/firmware/releases/download/v2.6.9.f223b8a/firmware-stm32-2.6.9.f223b8a.zip",
"release_notes": "\r\n## Enhancements\r\n* Stop the madness! Run as a user (not root) by @vidplace7 in https://github.com/meshtastic/firmware/pull/6718\r\n* Host metrics by @jp-bennett in https://github.com/meshtastic/firmware/pull/6817\r\n* Hostmetrics user string by @jp-bennett in https://github.com/meshtastic/firmware/pull/6850\r\n* Add basic handling for is_manually_validated by @jp-bennett in https://github.com/meshtastic/firmware/pull/6856\r\n* If a contact is add from a QR, it's \"verified\" manually by @thebentern in https://github.com/meshtastic/firmware/pull/6858\r\n* InkHUD Extended ASCII by @todd-herbert in https://github.com/meshtastic/firmware/pull/6768\r\n* Added map report precision bounds by @thebentern in https://github.com/meshtastic/firmware/pull/6862\r\n* Update Adafruit PM25 AQI Sensor to v2 by @renovate in https://github.com/meshtastic/firmware/pull/6778\r\n* Add PCT2075 Temperature Sensor by @mich181189 in https://github.com/meshtastic/firmware/pull/6829\r\n* Add heap metrics to Local stats by @thebentern in https://github.com/meshtastic/firmware/pull/6887\r\n* Feat(RadioInterface): Tx power gain calculation rework by @ndoo in https://github.com/meshtastic/firmware/pull/6796\r\n\r\n## Bug fixes and maintenance\r\n* Remove compass boot calibration by @jp-bennett in https://github.com/meshtastic/firmware/pull/6825\r\n* Update dorny/test-reporter action to v2.1.0 by @renovate in https://github.com/meshtastic/firmware/pull/6833\r\n* Fix for ICM-20948 not initializing by @HarukiToreda in https://github.com/meshtastic/firmware/pull/6827\r\n* Graphics: Add GDEY0213B74 E-Ink display driver by @chihosin in https://github.com/meshtastic/firmware/pull/6879\r\n* chore(deps): update meshtastic/device-ui digest to e63b219 by @renovate in https://github.com/meshtastic/firmware/pull/6883\r\n* Fix is_unmessagable plumbing by @thebentern in https://github.com/meshtastic/firmware/pull/6886\r\n* InkHUD: add missing parsing of UTF-8 chars by @todd-herbert in https://github.com/meshtastic/firmware/pull/6889\r\n* Update seeed solar node led pin by @Dylanliacc in https://github.com/meshtastic/firmware/pull/6871\r\n* Bosch bsec2: Switch back to official releases by @vidplace7 in https://github.com/meshtastic/firmware/pull/6870\r\n\r\n## New Contributors\r\n* @chihosin made their first contribution in https://github.com/meshtastic/firmware/pull/6879\r\n* @mich181189 made their first contribution in https://github.com/meshtastic/firmware/pull/6829\r\n\r\n**Full Changelog**: https://github.com/meshtastic/firmware/compare/v2.6.8.ef9d0d7...v2.6.9.f223b8a"
},
{
"id": "v2.6.8.ef9d0d7",
"title": "Meshtastic Firmware 2.6.8.ef9d0d7 Alpha",