Releases: MLB-LED-Scoreboard/mlb-led-scoreboard
Releases · MLB-LED-Scoreboard/mlb-led-scoreboard
3.0.1 - Install Script Help
This is a quick version bump that hopefully alleviates issues people were having updating to the newer version.
This modified install script should now correctly uninstall the old version of mlbgame and reinstall the version we need for this update. Just run sudo ./install.sh
again from your mlb-led-scoreboard
directory.
I also added a prompt to the end of the install script that will recreate your config.json
file for you so you shouldn't have to manually do that anymore (you can say no to keep your old config).
3.0.0 - Fancy Offday Screen
Features
- Fresh new offday screen! Being the offseason, there's a lot of offdays happening right now. We revitalized the old offday screen with a ton of new information.
- Current weather is now displayed with customizable location
- RSS feeds for each team have been added allowing you to see the most recent news headlines for your favorite teams as well as headlines from MLB as a whole.
- MLBTradeRumors.com feeds also added for each team for added excitement in the offseason.
- Countdowns to the most important dates now count down the days until the most important dates for any MLB fan.
Updating
- This update requires some extra dependencies. If you are updating from a previous version of the scoreboard, you'll want to re-run
./install.sh
from themlb-led-scoreboard
directory. You'll also want to delete and yourconfig.json
and copy theconfig.json.example
again.
2.2.0 - Reliving the season
Features
- Added a new
demo_date
config option. Set this to a date to have the scoreboard cycle through all of the games for that date. Thanks @jmorim for the contribution!
2.1.0 - 128x64 Support!
Features
- 128x64 support has been added! A default layout
w128h64.json.example
now exists and is available for customization.
2.0.0 - New Config File!
New Config File
The config file for the scoreboard has been completely rewritten to be more intuitive and maintainable for newer features. If you're upgrading to 2.0.0, make sure to make a new config!
Features
- Allows multiple preferred teams to be selected and rotated through
- Allows multiple preferred divisions to be selected
- The standings can rotate now!
- Allows teams to be rotated through during an inning break if the user wishes it
1.8.0 - Offday gets some love
New stuff
- Offday screen shows the current time according to your Raspberry Pi
Fixes
- Standings coords updates to make things a little more controllable
1.7.3 - You're an All-Star
Minor change to add the All Star game team colors
1.7.2 - Bug Fix
Fixes
- Fixed a crash on custom colors if the
home
key wasn't provided
1.7.1 - Bug Fix
Fixes
- Fixed a scrolling text issue with plays under review
1.7.0 - New Pregame Screen
Features
- Pregame screen shows team banners. The previous pregame screen was looking a little bland, this adds some more color and is consistent with the rest of the board's screens. Thanks @twfarley!
Fixes
- Fixed formatting issue on pitcher ERAs (if it was 2.50, it would display as "2.5" instead of "2.5.0")