Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"last_updated": "2026-09-02",
"verified": true,
"screenshot": "",
"latest_version": "1.39.0"
"latest_version": "1.39.1"
},
{
"id": "basketball-scoreboard",
Expand All @@ -101,7 +101,7 @@
"last_updated": "2026-09-02",
"verified": true,
"screenshot": "",
"latest_version": "1.28.0"
"latest_version": "1.28.1"
},
{
"id": "calendar",
Expand Down Expand Up @@ -240,7 +240,7 @@
"last_updated": "2026-09-02",
"verified": true,
"screenshot": "",
"latest_version": "3.3.0"
"latest_version": "3.3.1"
},
{
"id": "geochron",
Expand Down Expand Up @@ -335,7 +335,7 @@
"last_updated": "2026-09-02",
"verified": true,
"screenshot": "",
"latest_version": "1.24.0",
"latest_version": "1.24.1",
"icon": "fas fa-hockey-puck"
},
{
Expand All @@ -359,7 +359,7 @@
"last_updated": "2026-09-02",
"verified": true,
"screenshot": "",
"latest_version": "1.23.0",
"latest_version": "1.23.1",
"icon": "fas fa-baseball-ball"
},
{
Expand Down Expand Up @@ -760,7 +760,7 @@
"last_updated": "2026-09-02",
"verified": true,
"screenshot": "",
"latest_version": "2.23.0"
"latest_version": "2.23.1"
},
{
"id": "static-image",
Expand Down Expand Up @@ -1048,7 +1048,7 @@
"downloads": 0,
"verified": true,
"screenshot": "",
"latest_version": "1.21.0",
"latest_version": "1.21.1",
"last_updated": "2026-09-02"
},
{
Expand Down Expand Up @@ -1095,7 +1095,7 @@
"last_updated": "2026-09-02",
"verified": true,
"screenshot": "",
"latest_version": "1.20.0"
"latest_version": "1.20.1"
},
{
"id": "jellyfin-now-playing",
Expand Down
1 change: 1 addition & 0 deletions plugins/afl-scoreboard/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,7 @@
"team_name",
"status_text",
"detail_text",
"odds_text",
"rank_text",
"layout",
"favorite_result_colors"
Expand Down
9 changes: 8 additions & 1 deletion plugins/afl-scoreboard/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "afl-scoreboard",
"name": "AFL Scoreboard",
"version": "1.21.0",
"version": "1.21.1",
"author": "ChuckBuilds",
"description": "Live, recent, and upcoming AFL (Australian Football League) games with real-time scores and game status.",
"category": "sports",
Expand All @@ -18,6 +18,13 @@
"afl_upcoming"
],
"versions": [
{
"version": "1.21.1",
"released": "2026-09-02",
"ledmatrix_min_version": "3.3.0",
"notes": "Make the odds text settings visible in the web UI. The odds_text block shipped in the schema but not in x-propertyOrder, and the config form iterates that list and nothing else -- so the font, size and colour controls existed and could not be reached. Nothing about what is drawn changes; the settings simply become editable.",
"changelog": "The card helpers move to the core. Twenty methods in this plugin's game_renderer.py were byte-identical to the same twenty in every other scoreboard: the colour pickers, the scroll_card settings lookup, the date and time formatting, the favourite-team rules and the font-size grid snapping. They now live in src.common.sports_card and this plugin delegates to them, so a fix to any of that reaches every scoreboard at once instead of needing eight identical edits, and a new scoreboard gets them by importing one module. 245 lines removed here. Nothing about what is drawn changes: the bodies were moved rather than rewritten, and all 176 safety-harness renders across the eight plugins are byte-identical to before. The floor rises to 3.3.0, the release that first ships the helper."
},
{
"version": "1.21.0",
"released": "2026-09-02",
Expand Down
1 change: 1 addition & 0 deletions plugins/baseball-scoreboard/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2904,6 +2904,7 @@
"team_name",
"status_text",
"detail_text",
"odds_text",
"rank_text",
"layout",
"bases",
Expand Down
9 changes: 8 additions & 1 deletion plugins/baseball-scoreboard/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "baseball-scoreboard",
"name": "Baseball Scoreboard",
"version": "1.39.0",
"version": "1.39.1",
"update_interval": 60,
"author": "ChuckBuilds",
"description": "Live, recent, and upcoming baseball games across MLB, MiLB, and NCAA Baseball with real-time scores and schedules",
Expand Down Expand Up @@ -31,6 +31,13 @@
"branch": "main",
"plugin_path": "plugins/baseball-scoreboard",
"versions": [
{
"version": "1.39.1",
"released": "2026-09-02",
"ledmatrix_min_version": "3.3.0",
"notes": "Make the odds text settings visible in the web UI. The odds_text block shipped in the schema but not in x-propertyOrder, and the config form iterates that list and nothing else -- so the font, size and colour controls existed and could not be reached. Nothing about what is drawn changes; the settings simply become editable.",
"changelog": "The card helpers move to the core. Twenty methods in this plugin's game_renderer.py were byte-identical to the same twenty in every other scoreboard: the colour pickers, the scroll_card settings lookup, the date and time formatting, the favourite-team rules and the font-size grid snapping. They now live in src.common.sports_card and this plugin delegates to them, so a fix to any of that reaches every scoreboard at once instead of needing eight identical edits, and a new scoreboard gets them by importing one module. 245 lines removed here. Nothing about what is drawn changes: the bodies were moved rather than rewritten, and all 176 safety-harness renders across the eight plugins are byte-identical to before. The floor rises to 3.3.0, the release that first ships the helper."
},
{
"version": "1.39.0",
"released": "2026-09-02",
Expand Down
1 change: 1 addition & 0 deletions plugins/basketball-scoreboard/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2907,6 +2907,7 @@
"team_name",
"status_text",
"detail_text",
"odds_text",
"rank_text",
"layout",
"favorite_result_colors"
Expand Down
9 changes: 8 additions & 1 deletion plugins/basketball-scoreboard/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "basketball-scoreboard",
"name": "Basketball Scoreboard",
"version": "1.28.0",
"version": "1.28.1",
"update_interval": 60,
"description": "Live, recent, and upcoming basketball games across NBA, NCAA Men's, NCAA Women's, and WNBA with real-time scores, schedules, and March Madness tournament support",
"author": "ChuckBuilds",
Expand All @@ -19,6 +19,13 @@
"branch": "main",
"plugin_path": "plugins/basketball-scoreboard",
"versions": [
{
"version": "1.28.1",
"released": "2026-09-02",
"ledmatrix_min_version": "3.3.0",
"notes": "Make the odds text settings visible in the web UI. The odds_text block shipped in the schema but not in x-propertyOrder, and the config form iterates that list and nothing else -- so the font, size and colour controls existed and could not be reached. Nothing about what is drawn changes; the settings simply become editable.",
"changelog": "The card helpers move to the core. Twenty methods in this plugin's game_renderer.py were byte-identical to the same twenty in every other scoreboard: the colour pickers, the scroll_card settings lookup, the date and time formatting, the favourite-team rules and the font-size grid snapping. They now live in src.common.sports_card and this plugin delegates to them, so a fix to any of that reaches every scoreboard at once instead of needing eight identical edits, and a new scoreboard gets them by importing one module. 245 lines removed here. Nothing about what is drawn changes: the bodies were moved rather than rewritten, and all 176 safety-harness renders across the eight plugins are byte-identical to before. The floor rises to 3.3.0, the release that first ships the helper."
},
{
"version": "1.28.0",
"released": "2026-09-02",
Expand Down
1 change: 1 addition & 0 deletions plugins/football-scoreboard/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1929,6 +1929,7 @@
"team_name",
"status_text",
"detail_text",
"odds_text",
"rank_text",
"layout",
"favorite_result_colors"
Expand Down
9 changes: 8 additions & 1 deletion plugins/football-scoreboard/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "football-scoreboard",
"name": "Football Scoreboard",
"version": "3.3.0",
"version": "3.3.1",
"update_interval": 60,
"author": "ChuckBuilds",
"class_name": "FootballScoreboardPlugin",
Expand All @@ -25,6 +25,13 @@
"ncaa_fb_live"
],
"versions": [
{
"version": "3.3.1",
"released": "2026-09-02",
"ledmatrix_min_version": "3.3.0",
"notes": "Make the odds text settings visible in the web UI. The odds_text block shipped in the schema but not in x-propertyOrder, and the config form iterates that list and nothing else -- so the font, size and colour controls existed and could not be reached. Nothing about what is drawn changes; the settings simply become editable.",
"changelog": "The card helpers move to the core. Twenty methods in this plugin's game_renderer.py were byte-identical to the same twenty in every other scoreboard: the colour pickers, the scroll_card settings lookup, the date and time formatting, the favourite-team rules and the font-size grid snapping. They now live in src.common.sports_card and this plugin delegates to them, so a fix to any of that reaches every scoreboard at once instead of needing eight identical edits, and a new scoreboard gets them by importing one module. 245 lines removed here. Nothing about what is drawn changes: the bodies were moved rather than rewritten, and all 176 safety-harness renders across the eight plugins are byte-identical to before. The floor rises to 3.3.0, the release that first ships the helper."
},
{
"version": "3.3.0",
"released": "2026-09-02",
Expand Down
1 change: 1 addition & 0 deletions plugins/hockey-scoreboard/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2396,6 +2396,7 @@
"team_name",
"status_text",
"detail_text",
"odds_text",
"rank_text",
"layout",
"favorite_result_colors"
Expand Down
9 changes: 8 additions & 1 deletion plugins/hockey-scoreboard/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "hockey-scoreboard",
"name": "Hockey Scoreboard",
"version": "1.24.0",
"version": "1.24.1",
"author": "ChuckBuilds",
"description": "Live, recent, and upcoming hockey games across NHL, NCAA Men's, and NCAA Women's hockey with real-time scores and schedules",
"homepage": "https://github.com/ChuckBuilds/ledmatrix-plugins/tree/main/plugins/hockey-scoreboard",
Expand Down Expand Up @@ -54,6 +54,13 @@
}
],
"versions": [
{
"version": "1.24.1",
"released": "2026-09-02",
"ledmatrix_min_version": "3.3.0",
"notes": "Make the odds text settings visible in the web UI. The odds_text block shipped in the schema but not in x-propertyOrder, and the config form iterates that list and nothing else -- so the font, size and colour controls existed and could not be reached. Nothing about what is drawn changes; the settings simply become editable.",
"changelog": "The card helpers move to the core. Twenty methods in this plugin's game_renderer.py were byte-identical to the same twenty in every other scoreboard: the colour pickers, the scroll_card settings lookup, the date and time formatting, the favourite-team rules and the font-size grid snapping. They now live in src.common.sports_card and this plugin delegates to them, so a fix to any of that reaches every scoreboard at once instead of needing eight identical edits, and a new scoreboard gets them by importing one module. 245 lines removed here. Nothing about what is drawn changes: the bodies were moved rather than rewritten, and all 176 safety-harness renders across the eight plugins are byte-identical to before. The floor rises to 3.3.0, the release that first ships the helper."
},
{
"version": "1.24.0",
"released": "2026-09-02",
Expand Down
1 change: 1 addition & 0 deletions plugins/lacrosse-scoreboard/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1801,6 +1801,7 @@
"team_name",
"status_text",
"detail_text",
"odds_text",
"rank_text",
"layout",
"favorite_result_colors"
Expand Down
9 changes: 8 additions & 1 deletion plugins/lacrosse-scoreboard/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "lacrosse-scoreboard",
"name": "Lacrosse Scoreboard",
"version": "1.23.0",
"version": "1.23.1",
"author": "ChuckBuilds",
"description": "Live, recent, and upcoming NCAA men's and women's lacrosse games with real-time scores and schedules",
"homepage": "https://github.com/ChuckBuilds/ledmatrix-plugins/tree/main/plugins/lacrosse-scoreboard",
Expand Down Expand Up @@ -50,6 +50,13 @@
}
],
"versions": [
{
"version": "1.23.1",
"released": "2026-09-02",
"ledmatrix_min_version": "3.3.0",
"notes": "Make the odds text settings visible in the web UI. The odds_text block shipped in the schema but not in x-propertyOrder, and the config form iterates that list and nothing else -- so the font, size and colour controls existed and could not be reached. Nothing about what is drawn changes; the settings simply become editable.",
"changelog": "The card helpers move to the core. Twenty methods in this plugin's game_renderer.py were byte-identical to the same twenty in every other scoreboard: the colour pickers, the scroll_card settings lookup, the date and time formatting, the favourite-team rules and the font-size grid snapping. They now live in src.common.sports_card and this plugin delegates to them, so a fix to any of that reaches every scoreboard at once instead of needing eight identical edits, and a new scoreboard gets them by importing one module. 245 lines removed here. Nothing about what is drawn changes: the bodies were moved rather than rewritten, and all 176 safety-harness renders across the eight plugins are byte-identical to before. The floor rises to 3.3.0, the release that first ships the helper."
},
{
"version": "1.23.0",
"released": "2026-09-02",
Expand Down
1 change: 1 addition & 0 deletions plugins/nrl-scoreboard/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,7 @@
"team_name",
"status_text",
"detail_text",
"odds_text",
"rank_text",
"layout",
"favorite_result_colors"
Expand Down
9 changes: 8 additions & 1 deletion plugins/nrl-scoreboard/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "nrl-scoreboard",
"name": "NRL Scoreboard",
"version": "1.20.0",
"version": "1.20.1",
"author": "ChuckBuilds",
"description": "Live, recent, and upcoming NRL (National Rugby League) games with real-time scores and game status.",
"category": "sports",
Expand All @@ -18,6 +18,13 @@
"nrl_upcoming"
],
"versions": [
{
"version": "1.20.1",
"released": "2026-09-02",
"ledmatrix_min_version": "3.3.0",
"notes": "Make the odds text settings visible in the web UI. The odds_text block shipped in the schema but not in x-propertyOrder, and the config form iterates that list and nothing else -- so the font, size and colour controls existed and could not be reached. Nothing about what is drawn changes; the settings simply become editable.",
"changelog": "The card helpers move to the core. Twenty methods in this plugin's game_renderer.py were byte-identical to the same twenty in every other scoreboard: the colour pickers, the scroll_card settings lookup, the date and time formatting, the favourite-team rules and the font-size grid snapping. They now live in src.common.sports_card and this plugin delegates to them, so a fix to any of that reaches every scoreboard at once instead of needing eight identical edits, and a new scoreboard gets them by importing one module. 245 lines removed here. Nothing about what is drawn changes: the bodies were moved rather than rewritten, and all 176 safety-harness renders across the eight plugins are byte-identical to before. The floor rises to 3.3.0, the release that first ships the helper."
},
{
"version": "1.20.0",
"released": "2026-09-02",
Expand Down
1 change: 1 addition & 0 deletions plugins/soccer-scoreboard/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6316,6 +6316,7 @@
"team_name",
"status_text",
"detail_text",
"odds_text",
"rank_text",
"layout",
"favorite_result_colors"
Expand Down
9 changes: 8 additions & 1 deletion plugins/soccer-scoreboard/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "soccer-scoreboard",
"name": "Soccer Scoreboard",
"version": "2.23.0",
"version": "2.23.1",
"author": "ChuckBuilds",
"description": "Live, recent, and upcoming soccer games across multiple leagues including Premier League, La Liga, Bundesliga, Serie A, Ligue 1, MLS, Liga Portugal, Champions League, Europa League, and FIFA World Cup",
"category": "sports",
Expand All @@ -26,6 +26,13 @@
"soccer_upcoming"
],
"versions": [
{
"version": "2.23.1",
"released": "2026-09-02",
"ledmatrix_min_version": "3.3.0",
"notes": "Make the odds text settings visible in the web UI. The odds_text block shipped in the schema but not in x-propertyOrder, and the config form iterates that list and nothing else -- so the font, size and colour controls existed and could not be reached. Nothing about what is drawn changes; the settings simply become editable.",
"changelog": "The card helpers move to the core. Twenty methods in this plugin's game_renderer.py were byte-identical to the same twenty in every other scoreboard: the colour pickers, the scroll_card settings lookup, the date and time formatting, the favourite-team rules and the font-size grid snapping. They now live in src.common.sports_card and this plugin delegates to them, so a fix to any of that reaches every scoreboard at once instead of needing eight identical edits, and a new scoreboard gets them by importing one module. 245 lines removed here. Nothing about what is drawn changes: the bodies were moved rather than rewritten, and all 176 safety-harness renders across the eight plugins are byte-identical to before. The floor rises to 3.3.0, the release that first ships the helper."
},
{
"version": "2.23.0",
"released": "2026-09-02",
Expand Down
Loading