Skip to content

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

1.6.1 - Bug Fix

18 May 01:15
7cfd0c6
Compare
Choose a tag to compare

Fixes

  • Fix delayed starts being formatted incorrectly on 32x32

1.6.0 - Why's My Game Cancelled?

17 May 22:23
8ffe735
Compare
Choose a tag to compare

Features

  • Suspended games are now handled. Shows either "Suspended" or "Suspnd" depending on the width of your board.
  • If available from MLB, displays the reason why a game was delayed, postponed, or suspended. If the text is long, it scrolls across the screen.

1.5.1 - Matrix compilation fix

15 May 02:07
e1f01cf
Compare
Choose a tag to compare

Fixes

  • Fixed a non-passive change that broke users at the rgbmatrix level

1.5.0 - 128x32 support, no-hitters, and custom colors!

10 May 14:51
6bf7018
Compare
Choose a tag to compare

Features

128x32 Support

Support for 128x32 has officially been added! A new .json.example file has been added to the ledcoords/ directory.

Thanks @joelguth for the excellent contribution!

Custom Colors

Last release we made any part of the board customizable for size and position, now you can customize the colors of anything as well, whether it be parts of the scoreboard like bases, outs, text, etc., or the colors of each team's banner.

See ledcolors/ for more information.

No-Hitters/Perfect Games

The scoreboard now displays if a game is/was a no-hitter. The layout files have been updated to show the no-hitter status after 5 innings by default, but you can customize that value as well as the color of the no-hitter text if you want.

Other stuff

  • Added --led-pixel-mapper to the list of supported LED command line arguments.

Fixes

  • The stored date will refresh when the games list refreshes, so the user no longer has to restart their scoreboard after the next day

1.4.0 - Personalized Board Layouts!

03 May 23:41
4a9e56d
Compare
Choose a tag to compare

Custom Board Layouts

You can now heavily customize the way things are laid on the board. Maybe you'd like the bases to be bigger/smaller than they are by default? Maybe you'd like the pitch count and the outs to be located somewhere else entirely?

There's TONS of ways you can tweak your board layout, so go nuts! This is a huge feature and we encourage all users to play around with it and make their scoreboard truly their own. See the ledcoords/ directory if you're interested.

Other updates

  • The software installation process has been completely automated. Just run sudo ./install.sh and watch it go.
  • Updated the rgbmatrix submodule to support even more multiplex mappers
  • More README updates

1.3.0 - More data goodies, some hardware/performance improvements

29 Apr 04:05
0b0ab80
Compare
Choose a tag to compare

Features

  • Updated our rgbmatrix submodule to add support for additional LED multiplexing options. See their docs for more info
  • Displays when a game currently has a play under review
  • Displays the relief pitcher that got the save in the Final scroll, if applicable
  • Displays the scoreboard version running on startup, useful for bug reports

Misc

  • Performance improvements, eliminating some flashing that would sporadically occur after data refreshes
  • Debug logs are cleaner with less redundancy

Big thanks goes to @swemoney for all the stuff going into this release.

1.2.3 - Postponement Nightmares

17 Apr 13:08
Compare
Choose a tag to compare

Fixes

  • Fix pregames when their start time isn't determined or formatted as an actual time (Sometimes it's "Game 2")

1.2.2 - Games keep getting postponed and I keep breaking stuff

15 Apr 20:36
Compare
Choose a tag to compare

Fixes

  • Fix shorthand texts for 32x32 not getting used
  • Fix delayed start games not rotating over

1.2.1 - Bug Fixes

13 Apr 01:29
Compare
Choose a tag to compare

Fixes

  • Fixed a status rendering regression

1.2.0 - More Configurations!

12 Apr 23:29
e015227
Compare
Choose a tag to compare

New Base Config Options - please update your config file if you wish to customize

  • end_of_day - Allows you to specify a time to switch the list of games to the current day so you can check in with the scores from yesterday's games. Defaults to midnight.
  • show_full_team_names - Boolean that when true displays the full team names on the scoreboard instead of the 3-letter abbreviations. Only compatible with 64-wide. Enabled by default on 64x32, always disabled on 32x32.
  • display_standings_on_offday has been enhanced to allow numbers as well as true/false. 0 or false will disable this flag, 1 or true will display standings when no teams are playing (current behavior), and 2 will display standings on offday when your preferred_team is not playing.

New Features

  • New base config options - see above
  • LED coordinates for where things are rendered on the board are now configurable by the user! See the ledcoords/ directory README for more information.
  • Displays when a manager has issued a challenge.

Fixes and Improvements

  • Some README improvements for the installation process, mainly workarounds for the lxml on Raspberry Pi that users have reported problems with.
  • Some extra debug logging and error handling