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
14 changes: 7 additions & 7 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"last_updated": "2026-08-13",
"verified": true,
"screenshot": "",
"latest_version": "1.16.0"
"latest_version": "1.16.1"
},
{
"id": "calendar",
Expand Down Expand Up @@ -215,7 +215,7 @@
"last_updated": "2026-08-05",
"verified": true,
"screenshot": "",
"latest_version": "1.8.3"
"latest_version": "1.8.4"
},
{
"id": "football-scoreboard",
Expand Down Expand Up @@ -439,7 +439,7 @@
"last_updated": "2026-08-03",
"verified": true,
"screenshot": "",
"latest_version": "1.12.11"
"latest_version": "1.12.12"
},
{
"id": "march-madness",
Expand Down Expand Up @@ -487,7 +487,7 @@
"last_updated": "2026-08-05",
"verified": true,
"screenshot": "",
"latest_version": "2.5.4"
"latest_version": "2.5.5"
},
{
"id": "mqtt-notifications",
Expand Down Expand Up @@ -760,7 +760,7 @@
"last_updated": "2026-08-13",
"verified": true,
"screenshot": "",
"latest_version": "2.12.0"
"latest_version": "2.12.1"
},
{
"id": "static-image",
Expand Down Expand Up @@ -1048,7 +1048,7 @@
"downloads": 0,
"verified": true,
"screenshot": "",
"latest_version": "1.9.0",
"latest_version": "1.9.1",
"last_updated": "2026-08-13"
},
{
Expand Down Expand Up @@ -1095,7 +1095,7 @@
"last_updated": "2026-08-13",
"verified": true,
"screenshot": "",
"latest_version": "1.9.0"
"latest_version": "1.9.1"
},
{
"id": "jellyfin-now-playing",
Expand Down
7 changes: 5 additions & 2 deletions plugins/afl-scoreboard/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
"mode_durations": {
"type": "object",
"title": "Mode-Level Durations",
"description": "Control total duration for each mode type. If not set, uses dynamic calculation (total_games \u00d7 per_game_duration).",
"description": "Control total duration for each mode type. If not set, uses dynamic calculation (total_games × per_game_duration).",
"properties": {
"recent_mode_duration": {
"type": [
Expand Down Expand Up @@ -1330,6 +1330,9 @@
"background_service",
"customization",
"schedule_lookback_days",
"schedule_lookahead_days"
"schedule_lookahead_days",
"scroll_card",
"no_data_interval_seconds",
"live_idle_max_interval_seconds"
]
}
8 changes: 7 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.9.0",
"version": "1.9.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,12 @@
"afl_upcoming"
],
"versions": [
{
"version": "1.9.1",
"released": "2026-08-19",
"ledmatrix_min_version": "2.0.0",
"notes": "Make scroll_card and the two idle-poll intervals reachable in the web UI. The config form renders only the properties named in x-propertyOrder, so a setting the schema declares but that list omits was never drawn -- no field, no error, no hint it existed, and the only way to set it was to hand-edit config.json on the device. The values already validated on save and the plugin already read them; only the form was missing them."
},
{
"version": "1.9.0",
"released": "2026-08-19",
Expand Down
6 changes: 5 additions & 1 deletion plugins/basketball-scoreboard/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2558,6 +2558,10 @@
"ncaaw",
"customization",
"schedule_lookback_days",
"schedule_lookahead_days"
"schedule_lookahead_days",
"scroll_card",
"background_service",
"no_data_interval_seconds",
"live_idle_max_interval_seconds"
]
}
8 changes: 7 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.16.0",
"version": "1.16.1",
"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",
"category": "sports",
Expand All @@ -18,6 +18,12 @@
"branch": "main",
"plugin_path": "plugins/basketball-scoreboard",
"versions": [
{
"version": "1.16.1",
"released": "2026-08-19",
"ledmatrix_min_version": "2.0.0",
"notes": "Make scroll_card, background_service and the two idle-poll intervals reachable in the web UI. The config form renders only the properties named in x-propertyOrder, so a setting the schema declares but that list omits was never drawn -- no field, no error, no hint it existed, and the only way to set it was to hand-edit config.json on the device. The values already validated on save and the plugin already read them; only the form was missing them."
},
{
"version": "1.16.0",
"released": "2026-08-19",
Expand Down
Loading
Loading