Skip to content

Releases: MLB-LED-Scoreboard/mlb-led-scoreboard

3.0.1 - Install Script Help

13 Jan 05:59
Compare
Choose a tag to compare

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

08 Jan 02:46
53a8045
Compare
Choose a tag to compare

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 the mlb-led-scoreboard directory. You'll also want to delete and your config.json and copy the config.json.example again.

2.2.0 - Reliving the season

04 Dec 21:13
49f4ad8
Compare
Choose a tag to compare

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!

01 Sep 02:30
7be00fb
Compare
Choose a tag to compare

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!

30 Jul 15:39
d8c793d
Compare
Choose a tag to compare

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

21 Jul 19:56
4741b28
Compare
Choose a tag to compare

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

17 Jul 08:16
e024564
Compare
Choose a tag to compare

Minor change to add the All Star game team colors

1.7.2 - Bug Fix

26 Jun 22:17
a6a8294
Compare
Choose a tag to compare

Fixes

  • Fixed a crash on custom colors if the home key wasn't provided

1.7.1 - Bug Fix

15 Jun 00:57
da8abed
Compare
Choose a tag to compare

Fixes

  • Fixed a scrolling text issue with plays under review

1.7.0 - New Pregame Screen

29 May 16:19
0b0ebb9
Compare
Choose a tag to compare

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")