Skip to content

v2.4: Bug Fixes & Persistent Configuration

Choose a tag to compare

@ChuckBuilds ChuckBuilds released this 16 Sep 20:05
· 197 commits to main since this release

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:

  • 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
  • added Portuguese soccer teams and logos
  • updated wiki and readme

What's Changed

New Contributors

Full Changelog: v2.3...v2.4