From ea4a175cca67d34dc26f7936363127673f027729 Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 5 Jul 2024 22:27:41 +0200 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 16 +++++++--------- etc/dbus-serialbattery/utils.py | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a62bf3f4..829f93d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ## Breaking changes -* Driver version greater or equal to `v1.4.20240625beta` +* Driver version greater or equal to `v1.3.20240625beta` * `Lifepower` was renamed to `EG4_Lifepower`. You need to change it, if you have specified it in the `config.ini`. @@ -58,19 +58,14 @@ * `BULK_AFTER_DAYS` -> `SOC_RESET_AFTER_DAYS` -## v1.4.x +## v1.3.20240705 * Added: EG4 LL BMS by @tuxntoast -* Added: JKBMS PB Model with https://github.com/mr-manuel/venus-os_dbus-serialbattery/pull/39 by @KoljaWindeler -* Added: Show details about driver internals in GUI -> Serialbattery -> Parameters by setting `GUI_PARAMETERS_SHOW_ADDITIONAL_INFO` to `True` by @mr-manuel -* Changed: Optimized code and error handling by @mr-manuel -* Changed: Renamed Lifepower to EG4_Lifepower by @mr-manuel -* Changed: Renogy BMS - Fixes for unknown serial number by @mr-manuel - -## v1.3.20240624 * Added: Fields for debugging switch to float/bulk by @mr-manuel +* Added: JKBMS PB Model with https://github.com/mr-manuel/venus-os_dbus-serialbattery/pull/39 by @KoljaWindeler * Added: Possibility to add custom polling interval to reduce the CPU load. Fixes https://github.com/Louisvdw/dbus-serialbattery/issues/1022 by @mr-manuel * Added: Possibility to select if min/max battery voltage, CVL, CCL and DCL are used from driver or BMS. Fixes https://github.com/Louisvdw/dbus-serialbattery/issues/1056 by @mr-manuel * Added: Possibility to use port name as unique identifier https://github.com/Louisvdw/dbus-serialbattery/issues/1035 by @mr-manuel +* Added: Show details about driver internals in GUI -> Serialbattery -> Parameters by setting `GUI_PARAMETERS_SHOW_ADDITIONAL_INFO` to `True` by @mr-manuel * Added: Show in the remote console/GUI if a non blocking error was triggered by @mr-manuel * Added: Use current measurement from other dbus path by @mr-manuel * Changed: Daly BMS CAN - Prevent recognition of this BMS, if it's not connected by @mr-manuel @@ -80,7 +75,10 @@ * Changed: Fixed SoC is None on driver startup https://github.com/mr-manuel/venus-os_dbus-serialbattery/issues/32 by @mr-manuel * Changed: Fixed some wrong paths in the post-hook commands by @juswes * Changed: JKBMS BLE - Fixed problem with second temperature sensor, which was introduced with `v1.1.20240128dev` https://github.com/mr-manuel/venus-os_dbus-serialbattery/issues/26 by @mr-manuel +* Changed: Optimized code and error handling by @mr-manuel * Changed: Optimized SOC reset to 100% and 0% when `SOC_CALCULATION` is enabled by @mr-manuel +* Changed: Renamed Lifepower to EG4_Lifepower by @mr-manuel +* Changed: Renogy BMS - Fixes for unknown serial number by @mr-manuel * Changed: Seplos BMS - Fixed temperature display https://github.com/Louisvdw/dbus-serialbattery/issues/1072 by @wollew ## v1.2.20240408 diff --git a/etc/dbus-serialbattery/utils.py b/etc/dbus-serialbattery/utils.py index c2dca7b6..b898a558 100644 --- a/etc/dbus-serialbattery/utils.py +++ b/etc/dbus-serialbattery/utils.py @@ -37,7 +37,7 @@ def _get_list_from_config( # Constants -DRIVER_VERSION = "1.4.20240703dev" +DRIVER_VERSION = "1.3.20240705dev" zero_char = chr(48) degree_sign = "\N{DEGREE SIGN}"