From 3a493b2ab19dfcbccc28d5ab5f4b7682b838ea8c Mon Sep 17 00:00:00 2001 From: "exe.dev user" Date: Mon, 22 Jun 2026 21:15:53 +0000 Subject: [PATCH 1/4] Add Decoder v1.1.3 for LNbits v1.5.4+ Adds the latest Decoder extension release (v1.1.3) to the vetted extensions registry. This version requires LNbits >= 1.5.4 and includes CI/CD lint fixes and updated lock files to patch Dependabot security alerts. Archive hash verified: 29fb701cb3399d8924f4db7b49d1398d3a9cb9147f3611a770f1b066fee27445 Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- extensions.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/extensions.json b/extensions.json index 8d43b0b7..72258445 100644 --- a/extensions.json +++ b/extensions.json @@ -129,6 +129,18 @@ "hash": "a2be2ed53e95744dc1dc76b8810f9d1071cfe78c7d948a9a8b6d06be2762a627", "details_link": "https://raw.githubusercontent.com/bitkarrot/decoder/main/config.json" }, + { + "id": "decoder", + "repo": "https://github.com/bitkarrot/decoder", + "name": "Decoder", + "min_lnbits_version": "1.5.4", + "version": "1.1.3", + "short_description": "Decode Lightning Network BOLT11, LNURL, and Lightning Address", + "icon": "https://raw.githubusercontent.com/bitkarrot/decoder/main/static/unlock.png", + "archive": "https://github.com/bitkarrot/decoder/archive/refs/tags/v1.1.3.zip", + "hash": "29fb701cb3399d8924f4db7b49d1398d3a9cb9147f3611a770f1b066fee27445", + "details_link": "https://raw.githubusercontent.com/bitkarrot/decoder/main/config.json" + }, { "id": "gerty", "repo": "https://github.com/lnbits/gerty", From 9d0ec238ba383ed021858d38650d3b602c16a94b Mon Sep 17 00:00:00 2001 From: "exe.dev user" Date: Tue, 23 Jun 2026 20:28:53 +0000 Subject: [PATCH 2/4] Add Scheduler v1.0.0 for LNbits v1.5.4+ Adds the latest Scheduler extension release `v1.0.0` to the vetted extensions registry. This release includes: - LNbits v1.5.4 compatibility - Bumped `min_lnbits_version` to `1.5.4` - Modernized `pyproject.toml` with PEP 621 format - Fixed helper paths and pause scheduler DB/crontab sync - Added `.gitattributes` and `uv.lock` for cleaner release archives Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- extensions.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/extensions.json b/extensions.json index 72258445..2d1a447a 100644 --- a/extensions.json +++ b/extensions.json @@ -1912,6 +1912,18 @@ "archive": "https://github.com/bitkarrot/scheduler/archive/refs/tags/v0.1.3.zip", "hash": "8d152c00371f001ed9712be1b265f5ff9900066fc78707e79fec24302151bbde" }, + { + "id": "scheduler", + "repo": "https://github.com/bitkarrot/scheduler", + "name": "Scheduler", + "version": "1.0.0", + "min_lnbits_version": "1.5.4", + "short_description": "Generate Scheduled tasks via crontabs for LNbits", + "icon": "https://raw.githubusercontent.com/bitkarrot/scheduler/main/static/image/scheduler.png", + "details_link": "https://raw.githubusercontent.com/bitkarrot/scheduler/main/config.json", + "archive": "https://github.com/bitkarrot/scheduler/archive/refs/tags/v1.0.0.zip", + "hash": "90fee0c0daccf7a3e690a0b77785b350110861afc73eb75c912187eb413a7495" + }, { "id": "fossa", "repo": "https://github.com/lnbits/fossa_extension", From 10ed992ac0e07a5b5c81e73a758d915b3c751f14 Mon Sep 17 00:00:00 2001 From: "exe.dev user" Date: Wed, 24 Jun 2026 04:17:10 +0000 Subject: [PATCH 3/4] Update Scheduler release to v1.0.7 Co-authored-by: Shelley --- extensions.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions.json b/extensions.json index 2d1a447a..53d78d78 100644 --- a/extensions.json +++ b/extensions.json @@ -1916,13 +1916,13 @@ "id": "scheduler", "repo": "https://github.com/bitkarrot/scheduler", "name": "Scheduler", - "version": "1.0.0", + "version": "1.0.7", "min_lnbits_version": "1.5.4", "short_description": "Generate Scheduled tasks via crontabs for LNbits", "icon": "https://raw.githubusercontent.com/bitkarrot/scheduler/main/static/image/scheduler.png", "details_link": "https://raw.githubusercontent.com/bitkarrot/scheduler/main/config.json", - "archive": "https://github.com/bitkarrot/scheduler/archive/refs/tags/v1.0.0.zip", - "hash": "90fee0c0daccf7a3e690a0b77785b350110861afc73eb75c912187eb413a7495" + "archive": "https://github.com/bitkarrot/scheduler/archive/refs/tags/v1.0.7.zip", + "hash": "8db1a8076a273560c813557b59dbd7e8181b0878a4c4fbae713bd4a7a48107de" }, { "id": "fossa", @@ -2312,4 +2312,4 @@ "details_link": "https://raw.githubusercontent.com/lnbits/blackjack/main/config.json" } ] -} \ No newline at end of file +} From 473aafdc010398d7cf86c420a1316ddf7b5a221e Mon Sep 17 00:00:00 2001 From: Bitkarrot <73979971+bitkarrot@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:24:10 -0700 Subject: [PATCH 4/4] Change min_lnbits_version to 1.0.0 Updated the minimum LNbits version requirement for the Scheduler extension. --- extensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions.json b/extensions.json index 53d78d78..3a40e2ab 100644 --- a/extensions.json +++ b/extensions.json @@ -1917,7 +1917,7 @@ "repo": "https://github.com/bitkarrot/scheduler", "name": "Scheduler", "version": "1.0.7", - "min_lnbits_version": "1.5.4", + "min_lnbits_version": "1.0.0", "short_description": "Generate Scheduled tasks via crontabs for LNbits", "icon": "https://raw.githubusercontent.com/bitkarrot/scheduler/main/static/image/scheduler.png", "details_link": "https://raw.githubusercontent.com/bitkarrot/scheduler/main/config.json",