File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414jobs :
1515 build :
16- runs-on : ubuntu -latest
16+ runs-on : debian -latest
1717 permissions :
1818 packages : write
1919 name : Builds the source distribution package
2525 - name : Setup python environment
2626 uses : actions/setup-python@v4
2727 with :
28- python-version : ' 3.11 '
28+ python-version : ' 3.13 '
2929
3030 - name : Install packages
3131 run : sudo apt install -y libsystemd-dev
5050 if-no-files-found : error
5151
5252 docker :
53- runs-on : ubuntu -latest
53+ runs-on : debian -latest
5454 name : Builds the docker image(s)
5555 steps :
5656 - name : Checkout
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Server Version 4.7.1 (06.01.25):
4+
5+ ### Maintenance:
6+ - Update required packages to latest versions.
7+ - Add optional resolution parameter to cli.py for chromium setup
8+
9+ ### Fixes:
10+ - Fix startup behavior with respect to mosquitto and influxdb.
11+ - Fix to install libsystemd-dev under github docker workflow
12+ - Adapt onewire setup -> change /boot/firmware/config.txt instead of /boot/config.txt
13+
14+
315## Server Version 4.7.0 (23.11.25):
416### Codename: Winter Bock
517
Original file line number Diff line number Diff line change 1- __version__ = "4.7.1.a6 "
1+ __version__ = "4.7.1.a7 "
22__codename__ = "Winter Bock"
You can’t perform that action at this time.
0 commit comments