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
12 changes: 6 additions & 6 deletions plugins.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"last_updated": "2026-08-03",
"last_updated": "2026-08-04",
"plugins": [
{
"id": "cricket-scoreboard",
Expand Down Expand Up @@ -101,7 +101,7 @@
"last_updated": "2026-07-31",
"verified": true,
"screenshot": "",
"latest_version": "1.9.0"
"latest_version": "1.10.0"
},
{
"id": "calendar",
Expand Down Expand Up @@ -335,7 +335,7 @@
"last_updated": "2026-07-31",
"verified": true,
"screenshot": "",
"latest_version": "1.6.0",
"latest_version": "1.7.0",
"icon": "fas fa-hockey-puck"
},
{
Expand All @@ -359,7 +359,7 @@
"last_updated": "2026-07-31",
"verified": true,
"screenshot": "",
"latest_version": "1.6.0",
"latest_version": "1.7.0",
"icon": "fas fa-baseball-ball"
},
{
Expand Down Expand Up @@ -1023,7 +1023,7 @@
"downloads": 0,
"verified": true,
"screenshot": "",
"latest_version": "1.2.0",
"latest_version": "1.3.0",
"last_updated": "2026-07-31"
},
{
Expand Down Expand Up @@ -1070,7 +1070,7 @@
"last_updated": "2026-07-31",
"verified": true,
"screenshot": "",
"latest_version": "1.2.0"
"latest_version": "1.3.0"
},
{
"id": "jellyfin-now-playing",
Expand Down
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.2.0",
"version": "1.3.0",
"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": [
{
"released": "2026-08-04",
"version": "1.3.0",
"notes": "Scroll display now uses the core's shared sports-scroll orchestration (LEDMatrix 3.2.0) when available, falling back to the bundled implementation on older cores. No behaviour change: all harness renders are byte-for-byte identical.",
"ledmatrix_min_version": "2.0.0"
},
{
"released": "2026-08-02",
"version": "1.2.0",
Expand Down
Loading
Loading