Skip to content

Commit 27fdcd7

Browse files
committed
Update changelog
1 parent 5ab4b4a commit 27fdcd7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313

1414
### What's Changed
1515
* Added: Venus OS 3.7x GUIv2 support by @mr-manuel
16+
* Changed: Daren 485 - Fixed charge/discharge calculation with https://github.com/mr-manuel/venus-os_dbus-serialbattery/pull/343 by @kopierschnitte
1617
* Changed: Fixed typo in activation instructions by @mr-manuel
1718
* Changed: JK Inverter BMS - Fixed serial number lenght by @mr-manuel
1819
* Changed: JKBMS CAN - Correct calculation of arbitration_id for device_address > 0. Fixes https://github.com/mr-manuel/venus-os_dbus-serialbattery/issues/288 with https://github.com/mr-manuel/venus-os_dbus-serialbattery/pull/306 by @Hooorny
20+
* Changed: KS48100 - Fixed charge/discharge calculation with https://github.com/mr-manuel/venus-os_dbus-serialbattery/pull/343 by @kopierschnitte
1921

2022
## v2.0.20250729
2123

dbus-serialbattery/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
# CONSTANTS
17-
DRIVER_VERSION: str = "2.1.20251015dev"
17+
DRIVER_VERSION: str = "2.1.20251107dev"
1818
"""
1919
current version of the driver
2020
"""

0 commit comments

Comments
 (0)