14
0

Accepting request 1250615 from system:homeautomation:home-assistant

- update to version 2.5.12
  * Added descriptive FileNotFoundError handler for serial device connection
  * catch unhandled OSError when serial port in use
  * Add optional CLI parameter to specify node info fields to show with --nodes parameter.
  * 464: allow for 0x node prefix values
  * Add text message port cli option
  * Add new channels from an add URL with the new --ch-add-url option

OBS-URL: https://build.opensuse.org/request/show/1250615
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-meshtastic?expand=0&rev=5
This commit is contained in:
2025-03-07 09:38:43 +00:00
committed by Git OBS Bridge
parent 9049a08225
commit f6d1d30a49
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 6 11:28:09 UTC 2025 - Adrian Schröter <adrian@suse.de>
- update to version 2.5.12
* Added descriptive FileNotFoundError handler for serial device connection
* catch unhandled OSError when serial port in use
* Add optional CLI parameter to specify node info fields to show with --nodes parameter.
* 464: allow for 0x node prefix values
* Add text message port cli option
* Add new channels from an add URL with the new --ch-add-url option
-------------------------------------------------------------------
Wed Feb 19 19:12:47 UTC 2025 - Matej Cepl <mcepl@cepl.eu>