Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-manuel committed Jul 5, 2024
1 parent a53cf4c commit ea4a175
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion etc/dbus-serialbattery/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit ea4a175

Please sign in to comment.