Skip to content

Commit c1bd64f

Browse files
committed
Update changelog, version and codename
1 parent 9fd0c25 commit c1bd64f

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
# Changelog
22

3+
## Server Version 4.7.0 (23.11.25):
4+
### Codename: Winter Bock
5+
6+
### Maintenance:
7+
- Update required packages to latest versions.
8+
- Update dockerfile requirements.
9+
- adapt deprecated get_event_loops
10+
11+
### Fixes:
12+
- Fix error handling for local recipe file loading.
13+
- Catch empty MQTT values (Error handling).
14+
- Change rights of log file if file is not accessible.
15+
16+
### Features:
17+
- Add Chromium autostart feature for trixie os
18+
- Add function to transfer free memory value to GUI as well as minimum memory config parameter to reload browser page if memory becomes lower.
19+
- Use output value as alternative (Alternative actor plugin required to ensure higher resolution) instead of power (0-100%).
20+
- Add optional actor to boilstep for steam condensor or solenoid valve
21+
322
## Server Version 4.6.1 (16.04.25):
4-
### Codename: Hop Master
523

624
### Fixes:
725
- Restore Config via raspberryPi did not work. Fix in system controller to check as well for 'application/zip' content type (Issue #162) (4.6.1.a1)

cbpi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "4.7.0.a15"
2-
__codename__ = "Hop Master"
1+
__version__ = "4.7.0"
2+
__codename__ = "Winter Bock"

0 commit comments

Comments
 (0)