You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Config file is now ignored by git. You will need to manually migrate config in the future using the button on the web interface. Shouldn't require much changes from you after this update.
First time after pulling the update you should execute "sudo bash first_time_install.sh" in terminal to re-configure permissions.
Thanks for your patience on this project!
V2.3 introduced a few bugs that I didn't catch before I pushed it out on the weekend. I was racing to get it up and working before the football games started.
Some of the issues included:
Upcoming and Recent games only showing the 1st game found instead of one game per team. (Fixed)
Music and Of the Day managers had permission issues with their accessible API key or json files (Fixed, if you have issues run "first_time_install.sh" again)
NCAA FB ESPN api seemed to have had some issues / changed. (which I don't really understand as it still worked for Odds ticker and Live games, just not recent or upcoming) (Fixed, changed API endpoint)
Some permission errors when accessing Auto_Downloaded team logos (Fixed)
Some of the web ui save buttons were just reloading, not actually saving the changes (fixed)
Font spacing broke on "Of the Day" and "Music Manager" (Fixed, sorta - Music manager is moving around on me)
Reduced Log spam
Improve Display scrolling for Odds Ticker by adding 1 display width of black buffer behind it
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
BREAKING CHANGES:
Config file is now ignored by git. You will need to manually migrate config in the future using the button on the web interface. Shouldn't require much changes from you after this update.
First time after pulling the update you should execute "sudo bash first_time_install.sh" in terminal to re-configure permissions.
Thanks for your patience on this project!
V2.3 introduced a few bugs that I didn't catch before I pushed it out on the weekend. I was racing to get it up and working before the football games started.
Some of the issues included:
What's Changed
New Contributors
Full Changelog: v2.3...v2.4
This discussion was created from the release v2.4: Bug Fixes & Persistent Configuration.
All reactions