Releases: falkyre/nhl-led-scoreboard-img
v1.8.4
New Features
- Add version of the image to the neofetch display
Bugfixes
- update to latest version of the rpiOS
- pull image version from file rather that using lastversion. fix: sb-issue now includes config.json properly
Full Changelog: v1.8.2.1...v1.8.4
v1.8.2.1
Fix for led-imager-view utility to work with bookworm
V1.8.2 - Now with all bookworm
Latest scoreboard code (V1.8.2) that utilizes the nhl-api-py library with refactor from Azaroth (to use the nhl-apy-py library) as well as weather fixes from me (falkyre).
Image Specific Updates
- Image now built solely on bookworm (12-11-23 release).
- Removed the zram config for the home directory and logs.
- Added zram-swap (swap is now in ram instead of on your SD card).
- Fixed the sb-upgrade tool to reference the virtual environment for the image so you can use that for future upgrades.
- Fixed auto timezone setting to use the raspi-config (with no no interface) as old way was duplicating timezones.
NOTE
Any boards related to playoffs or season countdown no longer work so take them out/don't add them to your config. Wild Card stuff doesn't work (under the standing type in the config for the standings board)
v1.7.0
HOT FIX:
Merged riffnshred/nhl-led-scoreboard#430 from @ELepolt, refactoring the nhl data side to use the new api-web.nhle API.
NOTE...README...NO REALLY READ THIS NEXT LINE
The new NHL API is not a one to one replacement for the old NHL API. We (as in @riffnshred ) is still working out what works and what may break. There might be another hot fix release to his 1.7.0 hot fix release. If you see an issue with the NHL boards not working or showing things as you expect, open an issue here: https://github.com/riffnshred/nhl-led-scoreboard/issues
v1.6.12
This is built on raspios Bullseye, Bookworm will be coming in the future as some parts of the image do not work yet under Bookworm.
All of the scoreboard python is now installed under a virtual environment. Bookworm and Python 3.11 requires python to be done with virtual environments.
NOTE...README...NO REALLY READ THIS NEXT LINE
NHL API currently unreliable as the NHL is changing the API so some functions may not work or the board will crash.
v1.6.8
This is the last image based on Buster.
wifi password is
12345678
Zip file attached to release now has the tzlocal fix that was causing some problems for some users.
NOTE!!!!!!
Zip file with image currently removed to rebuild. Issue with the version of the tzlocal library for some users. New image will be added later today (October 30th - now released see above)
v1.6.6 and v1.6.7 were removed.
v1.6.8 contains newest fixes for scorebopard code to handle when the drunk interns make changes to the conference data. This release also contains the updated config.schema.json and config.json.sample to remove the "covid" divisions (north, east and west). This will allow the nhl_setup to run properly without crashing.
v1.6.5
Stanley Cup Playoffs fix with @riffnshred V1.6.5
There is no v1.6.4 release
v1.6.3
v1.6.2
v1.6.1
This brings the nhl-led-scoreboard code up to V1.6.1.
The are two updates to the image. The sb-upgrade tool will properly check if changes are made to the requirements.txt and the apt-requirements and do a proper upgrade. Also, upon login, if an upgrade is available, you be asked if you want to upgrade.
NOTE If you already have the image and try and use the sb-upgrade, it will not upgrade the python requirements due to some logic in the script. You will need to manually run sudo pip3 install -r requirements.txt
to get the new python libraries.