From 1f57d893d047f31192fb8b39d0e66b8c35202a73 Mon Sep 17 00:00:00 2001 From: Corner Date: Thu, 26 Mar 2026 09:29:37 +0800 Subject: [PATCH 01/70] catime: add version 1.4.0 --- README.md | 19 ++++++++++--------- bucket/catime.json | 26 ++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 bucket/catime.json diff --git a/README.md b/README.md index 1262d9b..bc97d74 100644 --- a/README.md +++ b/README.md @@ -134,13 +134,14 @@ scoop config aria2-min-split-size 4M ### Win-Only -| App | Auto-Update ? | Note | -|:--------------------------------------------------------------------------:|:-------------:|:----:| -| [autodarkmode](https://github.com/Armin2208/Windows-Auto-Night-Mode) | ✓ | | -| [configure-defender](https://github.com/AndyFul/ConfigureDefender) | ✓ | | +| App | Auto-Update ? | Note | +| :----------------------------------------------------------: | :-----------: | :--: | +| [autodarkmode](https://github.com/Armin2208/Windows-Auto-Night-Mode) | ✓ | | +| [configure-defender](https://github.com/AndyFul/ConfigureDefender) | ✓ | | | [defender-remover](https://github.com/ionuttbara/windows-defender-remover) | ✓ | | -| [fancywm](https://github.com/FancyWM/fancywm) | ✓ | | -| [file-converter](https://file-converter.org) | ✓ | | -| [jigdo](https://einval.com/~steve/software/jigdo) | ✓ | | -| [winhance](hhttps://winhance.net) | ✓ | | -| [wisecare365](https://wisecleaner.com/wise-care-365.html) | ✓ | | +| [fancywm](https://github.com/FancyWM/fancywm) | ✓ | | +| [file-converter](https://file-converter.org) | ✓ | | +| [jigdo](https://einval.com/~steve/software/jigdo) | ✓ | | +| [winhance](hhttps://winhance.net) | ✓ | | +| [wisecare365](https://wisecleaner.com/wise-care-365.html) | ✓ | | +| [catime](https://github.com/vladelaina/Catime) | ✓ | | diff --git a/bucket/catime.json b/bucket/catime.json new file mode 100644 index 0000000..2fd42dd --- /dev/null +++ b/bucket/catime.json @@ -0,0 +1,26 @@ +{ + "version": "1.4.0", + "description": "A tiny (995KB) but mighty timer in pure C.", + "homepage": "https://github.com/vladelaina/Catime", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/vladelaina/Catime/releases/download/v1.4.0/catime_1.4.0.exe", + "hash": "sha256:55e60a358965b55fa423d0a0689774823931369816c61957b28733fae4e70457" + } + }, + "shortcuts": [ + [ + "catime.exe", + "catime" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/vladelaina/Catime/releases/download/v$version/catime_$version.exe" + } + } + } +} From a907bdc0ba8a72185db9869694636d1da5e42e4c Mon Sep 17 00:00:00 2001 From: Corner Date: Thu, 26 Mar 2026 12:32:39 +0800 Subject: [PATCH 02/70] catime: fix exec file name --- bucket/catime.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bucket/catime.json b/bucket/catime.json index 2fd42dd..2d6eeb9 100644 --- a/bucket/catime.json +++ b/bucket/catime.json @@ -5,8 +5,8 @@ "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/vladelaina/Catime/releases/download/v1.4.0/catime_1.4.0.exe", - "hash": "sha256:55e60a358965b55fa423d0a0689774823931369816c61957b28733fae4e70457" + "url": "https://github.com/vladelaina/Catime/releases/download/v1.4.0/catime_1.4.0.exe#/catime.exe", + "hash": "55e60a358965b55fa423d0a0689774823931369816c61957b28733fae4e70457" } }, "shortcuts": [ @@ -15,11 +15,17 @@ "catime" ] ], + "bin": [ + [ + "catime.exe", + "catime" + ] + ], "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/vladelaina/Catime/releases/download/v$version/catime_$version.exe" + "url": "https://github.com/vladelaina/Catime/releases/download/v$version/catime_$version.exe#/catime.exe" } } } From cefb9dae1fd2ed7204867610acecb7188cb563d4 Mon Sep 17 00:00:00 2001 From: Corner Date: Thu, 26 Mar 2026 14:53:54 +0800 Subject: [PATCH 03/70] catime: fix exec filename --- bucket/catime.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/catime.json b/bucket/catime.json index 2fd42dd..e2bd20e 100644 --- a/bucket/catime.json +++ b/bucket/catime.json @@ -5,7 +5,7 @@ "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/vladelaina/Catime/releases/download/v1.4.0/catime_1.4.0.exe", + "url": "https://github.com/vladelaina/Catime/releases/download/v1.4.0/catime_1.4.0.exe#/catime.exe", "hash": "sha256:55e60a358965b55fa423d0a0689774823931369816c61957b28733fae4e70457" } }, @@ -19,7 +19,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/vladelaina/Catime/releases/download/v$version/catime_$version.exe" + "url": "https://github.com/vladelaina/Catime/releases/download/v$version/catime_$version.exe#/catime.exe" } } } From cc85333ac79821ab93ca4e0a7a13061a701ee377 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:00:12 +0000 Subject: [PATCH 04/70] dbgate: Update to version 7.1.6 --- bucket/dbgate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbgate.json b/bucket/dbgate.json index b9de917..06e4262 100644 --- a/bucket/dbgate.json +++ b/bucket/dbgate.json @@ -1,12 +1,12 @@ { - "version": "7.1.5", + "version": "7.1.6", "description": "A database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others.", "homepage": "https://dbgate.org/", "license": "GPL-3.0", "architecture": { "64bit": { - "hash": "eeb7fee67e30282631fbb5926adddf5cedb070eb7162f3e1f7f56a11f72689a0", - "url": "https://github.com/dbgate/dbgate/releases/download/v7.1.5/dbgate-7.1.5-win_x64.zip" + "hash": "4332a3ed12eb4f8b9ce5e63987f54178a7ba39966f67d570e8fdf8d74cf4a81d", + "url": "https://github.com/dbgate/dbgate/releases/download/v7.1.6/dbgate-7.1.6-win_x64.zip" } }, "pre_install": "Remove-Item \"$dir\\resources\\app-update.yml\" -Force -Recurse", From 465f97641e6f11aeac61036bb012f74a9511f7f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 03:17:07 +0000 Subject: [PATCH 05/70] cap: Update to version 0.4.81 --- bucket/cap.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/cap.json b/bucket/cap.json index ff88beb..0396ee0 100644 --- a/bucket/cap.json +++ b/bucket/cap.json @@ -1,12 +1,12 @@ { - "version": "0.4.71", + "version": "0.4.81", "description": "Cap is an open-source, high-performance screen and video recording application.", "homepage": "https://cap.so/", "license": "GPL-3.0-only", "architecture": { "64bit": { "url": "https://cap.so/download/windows#/dl.exe", - "hash": "bae46649266c1c95b636178d8d49675350532af5dc33c05613c81b41ffd163d4" + "hash": "bda99766867c09b027ed98a1501521d0cad7055ac3657980afa1eee659e2bd7c" } }, "installer": { From cc3f69b73485475f60244e2452423e49864a5905 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:03:26 +0000 Subject: [PATCH 06/70] next-ai-drawio: Update to version 0.4.14 --- bucket/next-ai-drawio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/next-ai-drawio.json b/bucket/next-ai-drawio.json index 14cd7df..96687f3 100644 --- a/bucket/next-ai-drawio.json +++ b/bucket/next-ai-drawio.json @@ -1,12 +1,12 @@ { - "version": "0.4.13", + "version": "0.4.14", "description": "AI-Powered Diagram Creation Tool - Chat, Draw, Visualize", "homepage": "https://next-ai-drawio.jiang.jp/", "license": "Apache-2.0 license", "architecture": { "64bit": { - "url": "https://github.com/DayuanJiang/next-ai-draw-io/releases/download/v0.4.13/Next.AI.Draw.io.0.4.13.exe#/next-ai-drawio.exe", - "hash": "2636ddf6b54fb2b20f2be70b5744f77470ce67676298c0c493b56169e13c7b88" + "url": "https://github.com/DayuanJiang/next-ai-draw-io/releases/download/v0.4.14/Next.AI.Draw.io.0.4.14.exe#/next-ai-drawio.exe", + "hash": "681b6ae8824c265a9b6626e84118ee15a2f9d260e2741dc8bdfebec455812fd3" } }, "shortcuts": [ From 22ba9ae34905fcad69d0b8996bc3c00eadd65bdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 03:28:56 +0000 Subject: [PATCH 07/70] cap: Update to version 0.4.82 --- bucket/cap.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/cap.json b/bucket/cap.json index 0396ee0..762991a 100644 --- a/bucket/cap.json +++ b/bucket/cap.json @@ -1,12 +1,12 @@ { - "version": "0.4.81", + "version": "0.4.82", "description": "Cap is an open-source, high-performance screen and video recording application.", "homepage": "https://cap.so/", "license": "GPL-3.0-only", "architecture": { "64bit": { "url": "https://cap.so/download/windows#/dl.exe", - "hash": "bda99766867c09b027ed98a1501521d0cad7055ac3657980afa1eee659e2bd7c" + "hash": "0ca4f80f3d29e5a838532af776900790ae075c1cade415d30417d8a4a5ea919a" } }, "installer": { From 2185f3189773cf4b8c43f2371908dd98a718fcb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 03:28:56 +0000 Subject: [PATCH 08/70] stirlingpdf: Update to version 2.9.0 --- bucket/stirlingpdf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stirlingpdf.json b/bucket/stirlingpdf.json index 0d36796..c2a043d 100644 --- a/bucket/stirlingpdf.json +++ b/bucket/stirlingpdf.json @@ -1,5 +1,5 @@ { - "version": "2.8.0", + "version": "2.9.0", "description": "#1 Locally hosted web application that allows you to perform various operations on PDF files", "homepage": "https://stirlingpdf.com", "license": "MIT", @@ -11,8 +11,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.8.0/Stirling-PDF-windows-x86_64.msi", - "hash": "bd15bcae8d7847aa956a2200209d808151470683d692c418cd8f5c248ad9697f" + "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.9.0/Stirling-PDF-windows-x86_64.msi", + "hash": "64b849592d2dbac427d4eba64bbcf19aaf49fb37d3ccdc661c53e43ed9c2e3e1" } }, "shortcuts": [ From db077509fde23689c3c6dc4414d29586731ed604 Mon Sep 17 00:00:00 2001 From: ivaquero Date: Sat, 4 Apr 2026 13:12:22 +0800 Subject: [PATCH 09/70] autodarkmode: remove as it's in official bucket --- README.md | 1 - bucket/autodarkmode.json | 42 ---------------------------------------- 2 files changed, 43 deletions(-) delete mode 100644 bucket/autodarkmode.json diff --git a/README.md b/README.md index bc97d74..657df38 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,6 @@ scoop config aria2-min-split-size 4M | App | Auto-Update ? | Note | | :----------------------------------------------------------: | :-----------: | :--: | -| [autodarkmode](https://github.com/Armin2208/Windows-Auto-Night-Mode) | ✓ | | | [configure-defender](https://github.com/AndyFul/ConfigureDefender) | ✓ | | | [defender-remover](https://github.com/ionuttbara/windows-defender-remover) | ✓ | | | [fancywm](https://github.com/FancyWM/fancywm) | ✓ | | diff --git a/bucket/autodarkmode.json b/bucket/autodarkmode.json deleted file mode 100644 index d304f9b..0000000 --- a/bucket/autodarkmode.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "version": "10.4.2.29", - "description": "Automatically switches between the dark and light theme of Windows 10 and Windows 11", - "homepage": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode", - "license": "GPL-3.0-only", - "architecture": { - "64bit": { - "url": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode/releases/download/10.4.2.29/AutoDarkModeX_10.4.2.29_x86.zip", - "hash": "5d71f8e44782d73fee270fa08ff97d8531d5b5a0ed63686f89a8027d7e77ba34" - }, - "arm64": { - "url": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode/releases/download/10.4.2.29/AutoDarkModeX_10.4.2.29_ARM64.zip", - "hash": "13612aeb5e60d0f334b0de0ff13a0bb6559fb9a44057e924073b528867d7611e" - } - }, - "extract_dir": "adm-app", - "shortcuts": [ - [ - "AutoDarkModeApp.exe", - "Auto Dark Mode" - ] - ], - "checkver": "github", - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode/releases/download/$version/AutoDarkModeX_$version_x86.zip", - "hash": { - "url": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode/releases/download/$version/AutoDarkModeX_$version_x86.sha256", - "mode": "extract" - } - }, - "arm64": { - "url": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode/releases/download/$version/AutoDarkModeX_$version_ARM64.zip", - "hash": { - "url": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode/releases/download/$version/AutoDarkModeX_$version_ARM64.sha256", - "mode": "extract" - } - } - } - } -} From 96011242887cc7fe67c8744e472271cdf046aeac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 13:39:21 +0000 Subject: [PATCH 10/70] mogan: Update to version 2026.2.1 --- bucket/mogan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mogan.json b/bucket/mogan.json index 807cdf2..a224d8b 100644 --- a/bucket/mogan.json +++ b/bucket/mogan.json @@ -1,10 +1,10 @@ { - "version": "2026.2.0", + "version": "2026.2.1", "description": "Structured STEM suite", "homepage": "https://mogan.app", "license": "GPL-3.0-or-later", - "url": "https://github.com/XmacsLabs/mogan/releases/download/v2026.2.0/MoganSTEM-v2026.2.0-64bit-installer.exe#/dl.7z", - "hash": "a997afaa5cc2d1d2c439f37c1ecb9f5eb1dee33080eba89170749a91ee662f40", + "url": "https://github.com/XmacsLabs/mogan/releases/download/v2026.2.1/MoganSTEM-v2026.2.1-64bit-installer.exe#/dl.7z", + "hash": "4fdcde8ecd18e393b589b1624916fb8720a0f84641cb99b7fd094c1b9e9d0468", "shortcuts": [ [ "bin\\MoganSTEM.exe", From b608ffdedbe8eb7583460d9d7886005f75044056 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 03:17:02 +0000 Subject: [PATCH 11/70] musicat: Update to version 0.17.1 --- bucket/musicat.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/musicat.json b/bucket/musicat.json index 90adc1d..88f45bb 100644 --- a/bucket/musicat.json +++ b/bucket/musicat.json @@ -1,12 +1,12 @@ { - "version": "0.16.0", + "version": "0.17.1", "description": "Sleek desktop music player and tagger for offline music", "homepage": "https://github.com/basharovV/musicat", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/basharovV/musicat/releases/download/v0.16.0/Musicat_0.16.0_x64-setup.exe#/download.7z", - "hash": "ddd2f7e0b38659baafa73fee80074087fb521a5e28da8354ee8876a52b47eae3" + "url": "https://github.com/basharovV/musicat/releases/download/v0.17.1/Musicat_0.17.1_x64-setup.exe#/download.7z", + "hash": "0508ad8c0ca43cc84e119d3ff3f5a669ccde7e606762c2845b3f7be9f9bc9ee7" } }, "post_install": [ From 878d03bf5bbc66bf4cea94d61e7139d9bb26b908 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 03:17:02 +0000 Subject: [PATCH 12/70] stirlingpdf: Update to version 2.9.1 --- bucket/stirlingpdf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stirlingpdf.json b/bucket/stirlingpdf.json index c2a043d..3fce52a 100644 --- a/bucket/stirlingpdf.json +++ b/bucket/stirlingpdf.json @@ -1,5 +1,5 @@ { - "version": "2.9.0", + "version": "2.9.1", "description": "#1 Locally hosted web application that allows you to perform various operations on PDF files", "homepage": "https://stirlingpdf.com", "license": "MIT", @@ -11,8 +11,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.9.0/Stirling-PDF-windows-x86_64.msi", - "hash": "64b849592d2dbac427d4eba64bbcf19aaf49fb37d3ccdc661c53e43ed9c2e3e1" + "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.9.1/Stirling-PDF-windows-x86_64.msi", + "hash": "7aadb683f78af818bf7df099134af1715f94ac60b431a92310b3c6d7a2110a7d" } }, "shortcuts": [ From 443e640128bfb13528409f7eaf6fb94660e41a52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 13:29:46 +0000 Subject: [PATCH 13/70] stirlingpdf: Update to version 2.9.2 --- bucket/stirlingpdf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stirlingpdf.json b/bucket/stirlingpdf.json index 3fce52a..c9e8f2f 100644 --- a/bucket/stirlingpdf.json +++ b/bucket/stirlingpdf.json @@ -1,5 +1,5 @@ { - "version": "2.9.1", + "version": "2.9.2", "description": "#1 Locally hosted web application that allows you to perform various operations on PDF files", "homepage": "https://stirlingpdf.com", "license": "MIT", @@ -11,8 +11,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.9.1/Stirling-PDF-windows-x86_64.msi", - "hash": "7aadb683f78af818bf7df099134af1715f94ac60b431a92310b3c6d7a2110a7d" + "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.9.2/Stirling-PDF-windows-x86_64.msi", + "hash": "fea35f88c4130c1c4fd3e02cc07d297df9ad6f26680deeb327d78a8e6d0977b0" } }, "shortcuts": [ From a05957f83d3dc1bbcdf06ff91a98e50104438cbf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 03:38:59 +0000 Subject: [PATCH 14/70] cap: Update to version 0.4.83 --- bucket/cap.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/cap.json b/bucket/cap.json index 762991a..6d41928 100644 --- a/bucket/cap.json +++ b/bucket/cap.json @@ -1,12 +1,12 @@ { - "version": "0.4.82", + "version": "0.4.83", "description": "Cap is an open-source, high-performance screen and video recording application.", "homepage": "https://cap.so/", "license": "GPL-3.0-only", "architecture": { "64bit": { "url": "https://cap.so/download/windows#/dl.exe", - "hash": "0ca4f80f3d29e5a838532af776900790ae075c1cade415d30417d8a4a5ea919a" + "hash": "4ddf6bd7bc30e149630b114665660ec76d9b306eb1e2bf652fd789fc02c90972" } }, "installer": { From 3d9b309b4550f419cd46a4ecf1f6cbfab997dc89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 03:42:47 +0000 Subject: [PATCH 15/70] musicat: Update to version 0.17.2 --- bucket/musicat.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/musicat.json b/bucket/musicat.json index 88f45bb..a414525 100644 --- a/bucket/musicat.json +++ b/bucket/musicat.json @@ -1,12 +1,12 @@ { - "version": "0.17.1", + "version": "0.17.2", "description": "Sleek desktop music player and tagger for offline music", "homepage": "https://github.com/basharovV/musicat", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/basharovV/musicat/releases/download/v0.17.1/Musicat_0.17.1_x64-setup.exe#/download.7z", - "hash": "0508ad8c0ca43cc84e119d3ff3f5a669ccde7e606762c2845b3f7be9f9bc9ee7" + "url": "https://github.com/basharovV/musicat/releases/download/v0.17.2/Musicat_0.17.2_x64-setup.exe#/download.7z", + "hash": "c1119d26597a89782bc617ba90d3d5fc4fd82346662884cee8c14b30f7fec95b" } }, "post_install": [ From e5094a2609a89ffb3c0002a74bf6dd47a4eaef86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:15:21 +0000 Subject: [PATCH 16/70] dbgate: Update to version 7.1.8 --- bucket/dbgate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbgate.json b/bucket/dbgate.json index 06e4262..537cf86 100644 --- a/bucket/dbgate.json +++ b/bucket/dbgate.json @@ -1,12 +1,12 @@ { - "version": "7.1.6", + "version": "7.1.8", "description": "A database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others.", "homepage": "https://dbgate.org/", "license": "GPL-3.0", "architecture": { "64bit": { - "hash": "4332a3ed12eb4f8b9ce5e63987f54178a7ba39966f67d570e8fdf8d74cf4a81d", - "url": "https://github.com/dbgate/dbgate/releases/download/v7.1.6/dbgate-7.1.6-win_x64.zip" + "hash": "995cfc68f5a5c1359d1426d2804c7e2916807091ec415a7d8b191ff5a71a13cf", + "url": "https://github.com/dbgate/dbgate/releases/download/v7.1.8/dbgate-7.1.8-win_x64.zip" } }, "pre_install": "Remove-Item \"$dir\\resources\\app-update.yml\" -Force -Recurse", From 9faf1d74d0ddcf2a80e6d19c1c1764b0c262927a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:09:29 +0000 Subject: [PATCH 17/70] comfyui: Update to version 0.19.0 --- bucket/comfyui.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/comfyui.json b/bucket/comfyui.json index edb19f5..e273a66 100644 --- a/bucket/comfyui.json +++ b/bucket/comfyui.json @@ -1,12 +1,12 @@ { - "version": "0.18.2", + "version": "0.19.0", "description": "The most powerful and modular stable diffusion GUI, api and backend", "homepage": "https://github.com/comfyanonymous/ComfyUI", "license": "GPL-3.0", "architecture": { "64bit": { "url": "https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z", - "hash": "c6f83a9116fa7885dc58a099204a34acc97f6d0d2d777d557bfef0205a2b8374" + "hash": "864e6d3f3bc90c09630e397e6fa124d8d90097f0fe722c28d03042364a50bf49" } }, "extract_dir": "ComfyUI_windows_portable", From 8dbdf7f488284608c4f14787693706af627857d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 14:13:51 +0000 Subject: [PATCH 18/70] navicat-premium-lite: Update to version 17.3.10 --- bucket/navicat-premium-lite.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/navicat-premium-lite.json b/bucket/navicat-premium-lite.json index 36232ed..f81cd25 100644 --- a/bucket/navicat-premium-lite.json +++ b/bucket/navicat-premium-lite.json @@ -1,12 +1,12 @@ { - "version": "17.3.9", + "version": "17.3.10", "description": "Database administration and development tool", "homepage": "https://navicat.com/en/products/navicat-premium-lite", "license": "Freeware", "architecture": { "64bit": { "url": "https://dn.navicat.com/download/navicat17_premium_lite_en_x64.exe", - "hash": "e7b45ad075ea4d1b1c370bf84bcf754081e13cc8856112ec6c81c44d43aa5521" + "hash": "aefd3f2daeb3bed4ac007c21d3f68a7f61bdf72de05a682c859596ec99b38281" } }, "innosetup": true, From 0cfd086d2a52a7190ae32e032aae6057afbf8fb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 03:42:29 +0000 Subject: [PATCH 19/70] mogan: Update to version 2026.2.2 --- bucket/mogan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mogan.json b/bucket/mogan.json index a224d8b..238efb5 100644 --- a/bucket/mogan.json +++ b/bucket/mogan.json @@ -1,10 +1,10 @@ { - "version": "2026.2.1", + "version": "2026.2.2", "description": "Structured STEM suite", "homepage": "https://mogan.app", "license": "GPL-3.0-or-later", - "url": "https://github.com/XmacsLabs/mogan/releases/download/v2026.2.1/MoganSTEM-v2026.2.1-64bit-installer.exe#/dl.7z", - "hash": "4fdcde8ecd18e393b589b1624916fb8720a0f84641cb99b7fd094c1b9e9d0468", + "url": "https://github.com/XmacsLabs/mogan/releases/download/v2026.2.2/MoganSTEM-v2026.2.2-64bit-installer.exe#/dl.7z", + "hash": "cf8b08539bfb323a9a91752536598d54fc5127a6dccc7a6fb46b76ba29182ce6", "shortcuts": [ [ "bin\\MoganSTEM.exe", From aaec86b297fe89666a5cd656a90407f82a9f2cf3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 03:42:29 +0000 Subject: [PATCH 20/70] next-ai-drawio: Update to version 0.4.15 --- bucket/next-ai-drawio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/next-ai-drawio.json b/bucket/next-ai-drawio.json index 96687f3..26ab483 100644 --- a/bucket/next-ai-drawio.json +++ b/bucket/next-ai-drawio.json @@ -1,12 +1,12 @@ { - "version": "0.4.14", + "version": "0.4.15", "description": "AI-Powered Diagram Creation Tool - Chat, Draw, Visualize", "homepage": "https://next-ai-drawio.jiang.jp/", "license": "Apache-2.0 license", "architecture": { "64bit": { - "url": "https://github.com/DayuanJiang/next-ai-draw-io/releases/download/v0.4.14/Next.AI.Draw.io.0.4.14.exe#/next-ai-drawio.exe", - "hash": "681b6ae8824c265a9b6626e84118ee15a2f9d260e2741dc8bdfebec455812fd3" + "url": "https://github.com/DayuanJiang/next-ai-draw-io/releases/download/v0.4.15/Next.AI.Draw.io.0.4.15.exe#/next-ai-drawio.exe", + "hash": "8d5418f52081af4f6e51d59d48c54d9503e2f8e58c1dce881bc60dec19c27026" } }, "shortcuts": [ From 6300ced141a495d70f62f629b9a7923e0253a926 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 03:48:05 +0000 Subject: [PATCH 21/70] cap: Update to version 0.4.84 --- bucket/cap.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/cap.json b/bucket/cap.json index 6d41928..4e8b5f6 100644 --- a/bucket/cap.json +++ b/bucket/cap.json @@ -1,12 +1,12 @@ { - "version": "0.4.83", + "version": "0.4.84", "description": "Cap is an open-source, high-performance screen and video recording application.", "homepage": "https://cap.so/", "license": "GPL-3.0-only", "architecture": { "64bit": { "url": "https://cap.so/download/windows#/dl.exe", - "hash": "4ddf6bd7bc30e149630b114665660ec76d9b306eb1e2bf652fd789fc02c90972" + "hash": "419dbcd70ab3f5c0e43d9f98f74182d11f7dc115bf7f2f1c48aeadc1861f4c0f" } }, "installer": { From 70b8e39b237edf397d0fe1f10789ee49e7476fc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 14:16:04 +0000 Subject: [PATCH 22/70] comfyui: Update to version 0.19.1 --- bucket/comfyui.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/comfyui.json b/bucket/comfyui.json index e273a66..8e514da 100644 --- a/bucket/comfyui.json +++ b/bucket/comfyui.json @@ -1,12 +1,12 @@ { - "version": "0.19.0", + "version": "0.19.1", "description": "The most powerful and modular stable diffusion GUI, api and backend", "homepage": "https://github.com/comfyanonymous/ComfyUI", "license": "GPL-3.0", "architecture": { "64bit": { "url": "https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z", - "hash": "864e6d3f3bc90c09630e397e6fa124d8d90097f0fe722c28d03042364a50bf49" + "hash": "69ce2cc1290f653f8d8ed8ef238f81cd046f20ce7d1a4ba3cde0863c30ba7a9f" } }, "extract_dir": "ComfyUI_windows_portable", From 5165e6a58659ec438c974acb4441c406b4678ccc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 03:31:41 +0000 Subject: [PATCH 23/70] comfyui: Update to version 0.19.3 --- bucket/comfyui.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/comfyui.json b/bucket/comfyui.json index 8e514da..ba2e34d 100644 --- a/bucket/comfyui.json +++ b/bucket/comfyui.json @@ -1,12 +1,12 @@ { - "version": "0.19.1", + "version": "0.19.3", "description": "The most powerful and modular stable diffusion GUI, api and backend", "homepage": "https://github.com/comfyanonymous/ComfyUI", "license": "GPL-3.0", "architecture": { "64bit": { "url": "https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z", - "hash": "69ce2cc1290f653f8d8ed8ef238f81cd046f20ce7d1a4ba3cde0863c30ba7a9f" + "hash": "61aeb16ee3d80fc371beb88f4d3db289cb2d0326eca7578cc5308a1cbd4f27ed" } }, "extract_dir": "ComfyUI_windows_portable", From 66493c23b64ceedc060c1f88fce1647c4d5fdaf9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 03:31:42 +0000 Subject: [PATCH 24/70] winhance: Update to version 26.04.17 --- bucket/winhance.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/winhance.json b/bucket/winhance.json index 97a2134..1cb982a 100644 --- a/bucket/winhance.json +++ b/bucket/winhance.json @@ -1,5 +1,5 @@ { - "version": "26.03.12", + "version": "26.04.17", "description": "Application designed to optimize and customize your Windows experience", "homepage": "https://winhance.net/", "license": "CC-BY-4.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/memstechtips/Winhance/releases/download/v26.03.12/Winhance.Installer.exe", - "hash": "bcfb83f17f8658c0b7184f5ba3602ae6499293d03314b84c1262585b5603e6b1" + "url": "https://github.com/memstechtips/Winhance/releases/download/v26.04.17/Winhance.Installer.exe", + "hash": "c9a196e5c08568648215eba8f25fbfe893d8a16de5f28fa1049532d9ca0fa0de" } }, "innosetup": true, From 4087f7b43a77668707bbc68102dd7331bc4c3054 Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Sun, 19 Apr 2026 11:31:12 -0600 Subject: [PATCH 25/70] fix(texlive): use correct bin\windows path (#10) --- bucket/texlive.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bucket/texlive.json b/bucket/texlive.json index 03b9b4b..ab55501 100644 --- a/bucket/texlive.json +++ b/bucket/texlive.json @@ -20,9 +20,6 @@ "Write-Output 'Downloading and installing TeX Live packages...'", "Invoke-ExternalCommand -Path \"$dir\\installer\\install-tl-windows.bat\" -ArgumentList $installArgs", "Remove-Item \"$dir\\installer\" -Recurse -Force | Out-Null", - "if (!(Test-Path \"$dir\\bin\\win64\")) {", - " New-Item -Type Directory -Path \"$dir\\bin\\win64\" | Out-Null", - "}", "# Unset install envs", "$env:TEXLIVE_INSTALL_PAPER=''", "$env:TEXLIVE_INSTALL_PREFIX=''", @@ -32,8 +29,7 @@ ] }, "env_add_path": [ - "bin\\win64", - "bin\\win32" + "bin\\windows" ], "shortcuts": [ [ From c5dc9956bfee068e367f274c105e191ae898a3f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:10:04 +0000 Subject: [PATCH 26/70] winhance: Update to version 26.04.21 --- bucket/winhance.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/winhance.json b/bucket/winhance.json index 1cb982a..c347584 100644 --- a/bucket/winhance.json +++ b/bucket/winhance.json @@ -1,5 +1,5 @@ { - "version": "26.04.17", + "version": "26.04.21", "description": "Application designed to optimize and customize your Windows experience", "homepage": "https://winhance.net/", "license": "CC-BY-4.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/memstechtips/Winhance/releases/download/v26.04.17/Winhance.Installer.exe", - "hash": "c9a196e5c08568648215eba8f25fbfe893d8a16de5f28fa1049532d9ca0fa0de" + "url": "https://github.com/memstechtips/Winhance/releases/download/v26.04.21/Winhance.Installer.exe", + "hash": "950e470773cec1f86e4c4b286403287069a29d2433f50bfe686bd3104af84f4d" } }, "innosetup": true, From e605e125a512236bb1130895b6d7c3ec3c2049be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 14:11:20 +0000 Subject: [PATCH 27/70] dbgate: Update to version 7.1.9 --- bucket/dbgate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbgate.json b/bucket/dbgate.json index 537cf86..3639b69 100644 --- a/bucket/dbgate.json +++ b/bucket/dbgate.json @@ -1,12 +1,12 @@ { - "version": "7.1.8", + "version": "7.1.9", "description": "A database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others.", "homepage": "https://dbgate.org/", "license": "GPL-3.0", "architecture": { "64bit": { - "hash": "995cfc68f5a5c1359d1426d2804c7e2916807091ec415a7d8b191ff5a71a13cf", - "url": "https://github.com/dbgate/dbgate/releases/download/v7.1.8/dbgate-7.1.8-win_x64.zip" + "hash": "8ad05b1a71ae7f7e71f66ba3acaa3615e3f8d79b634b6af5b3de4818cddadf00", + "url": "https://github.com/dbgate/dbgate/releases/download/v7.1.9/dbgate-7.1.9-win_x64.zip" } }, "pre_install": "Remove-Item \"$dir\\resources\\app-update.yml\" -Force -Recurse", From ce94e43d66a0df00a8d2a682dbce5422c7c21be0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 14:09:01 +0000 Subject: [PATCH 28/70] stirlingpdf: Update to version 2.10.0 --- bucket/stirlingpdf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stirlingpdf.json b/bucket/stirlingpdf.json index c9e8f2f..b12476f 100644 --- a/bucket/stirlingpdf.json +++ b/bucket/stirlingpdf.json @@ -1,5 +1,5 @@ { - "version": "2.9.2", + "version": "2.10.0", "description": "#1 Locally hosted web application that allows you to perform various operations on PDF files", "homepage": "https://stirlingpdf.com", "license": "MIT", @@ -11,8 +11,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.9.2/Stirling-PDF-windows-x86_64.msi", - "hash": "fea35f88c4130c1c4fd3e02cc07d297df9ad6f26680deeb327d78a8e6d0977b0" + "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.10.0/Stirling-PDF-windows-x86_64.msi", + "hash": "ed6c8e204756d015565956479b0504f597894c91078e9d9ba6b5ac34168421a1" } }, "shortcuts": [ From 6ca4f787d49ee37181ae1e7738bec74b7c2d35cb Mon Sep 17 00:00:00 2001 From: "msaintms@outlook.com" <123qweasdzxcxavier> Date: Mon, 27 Apr 2026 14:24:44 +0800 Subject: [PATCH 29/70] chore: normalize description --- bucket/bitcomet.json | 2 +- bucket/buzz.json | 2 +- bucket/cap.json | 2 +- bucket/catime.json | 2 +- bucket/configure-defender.json | 2 +- bucket/dbgate.json | 2 +- bucket/defender-remover.json | 2 +- bucket/doxygen-gui.json | 2 +- bucket/fancywm.json | 2 +- bucket/jigdo.json | 2 +- bucket/landrop-latest.json | 2 +- bucket/notegen.json | 2 +- bucket/veracrypt.json | 2 +- bucket/voov-meeting.json | 2 +- bucket/zlibrary.json | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bucket/bitcomet.json b/bucket/bitcomet.json index 0ea1171..4c39dfd 100644 --- a/bucket/bitcomet.json +++ b/bucket/bitcomet.json @@ -1,7 +1,7 @@ { "version": "2.20", "homepage": "https://www.bitcomet.com/", - "description": "BitComet is a powerful, super-fast and easy-to-use, free BitTorrent download client.", + "description": "BitComet is a powerful, super-fast and easy-to-use, free BitTorrent download client", "license": { "identifier": "BitComet Software License Agreement", "url": "https://www.bitcomet.com/en/license" diff --git a/bucket/buzz.json b/bucket/buzz.json index 9d38c7c..a24bc7d 100644 --- a/bucket/buzz.json +++ b/bucket/buzz.json @@ -1,6 +1,6 @@ { "version": "1.4.4", - "description": "Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.", + "description": "Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper", "homepage": "https://buzzcaptions.com/", "license": "MIT license", "architecture": { diff --git a/bucket/cap.json b/bucket/cap.json index 4e8b5f6..8f620e3 100644 --- a/bucket/cap.json +++ b/bucket/cap.json @@ -1,6 +1,6 @@ { "version": "0.4.84", - "description": "Cap is an open-source, high-performance screen and video recording application.", + "description": "Cap is an open-source, high-performance screen and video recording application", "homepage": "https://cap.so/", "license": "GPL-3.0-only", "architecture": { diff --git a/bucket/catime.json b/bucket/catime.json index e2bd20e..aa98917 100644 --- a/bucket/catime.json +++ b/bucket/catime.json @@ -1,6 +1,6 @@ { "version": "1.4.0", - "description": "A tiny (995KB) but mighty timer in pure C.", + "description": "A tiny (995KB) but mighty timer in pure C", "homepage": "https://github.com/vladelaina/Catime", "license": "MIT", "architecture": { diff --git a/bucket/configure-defender.json b/bucket/configure-defender.json index dd1522e..258788a 100644 --- a/bucket/configure-defender.json +++ b/bucket/configure-defender.json @@ -1,6 +1,6 @@ { "version": "4.1.0.0", - "description": "Utility for configuring Windows 10 built-in Defender antivirus settings.", + "description": "Utility for configuring Windows 10 built-in Defender antivirus settings", "homepage": "https://github.com/AndyFul/ConfigureDefender", "license": "Freeware", "url": "https://github.com/AndyFul/ConfigureDefender/raw/master/ConfigureDefender.exe", diff --git a/bucket/dbgate.json b/bucket/dbgate.json index 3639b69..ae21a3a 100644 --- a/bucket/dbgate.json +++ b/bucket/dbgate.json @@ -1,6 +1,6 @@ { "version": "7.1.9", - "description": "A database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others.", + "description": "A database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others", "homepage": "https://dbgate.org/", "license": "GPL-3.0", "architecture": { diff --git a/bucket/defender-remover.json b/bucket/defender-remover.json index 00eda52..7b71bd9 100644 --- a/bucket/defender-remover.json +++ b/bucket/defender-remover.json @@ -1,6 +1,6 @@ { "version": "release13", - "description": "A tool which is uses to remove Windows Defender in Windows 8.x, Windows 10 and Windows 11.", + "description": "A tool which is uses to remove Windows Defender in Windows 8.x, Windows 10 and Windows 11", "homepage": "https://github.com/ionuttbara/windows-defender-remover", "license": "Freeware", "architecture": { diff --git a/bucket/doxygen-gui.json b/bucket/doxygen-gui.json index 310fcba..2599d3a 100644 --- a/bucket/doxygen-gui.json +++ b/bucket/doxygen-gui.json @@ -1,7 +1,7 @@ { "version": "1.16.1", "homepage": "https://doxygen.nl/", - "description": "The GUI frontend of Doxygen.", + "description": "The GUI frontend of Doxygen", "license": "GPL-2.0-only", "url": "https://doxygen.nl/files/doxygen-1.16.1-setup.exe", "hash": "acb198f5db33b295d2d4cf8a2e06503637bc7d241d2f0ed7f5e493eeece0da58", diff --git a/bucket/fancywm.json b/bucket/fancywm.json index ed4bddc..f9797da 100644 --- a/bucket/fancywm.json +++ b/bucket/fancywm.json @@ -1,6 +1,6 @@ { "version": "2.19.0", - "description": "A tiling window manager for Windows.", + "description": "A tiling window manager for Windows", "homepage": "https://github.com/FancyWM/fancywm", "license": "MIT", "architecture": { diff --git a/bucket/jigdo.json b/bucket/jigdo.json index 61c69d5..72823c9 100644 --- a/bucket/jigdo.json +++ b/bucket/jigdo.json @@ -1,6 +1,6 @@ { "version": "0.8.1", - "description": "A bandwidth-friendly way of distributing Debian CD/DVD images.", + "description": "A bandwidth-friendly way of distributing Debian CD/DVD images", "homepage": "https://einval.com/~steve/software/jigdo/", "license": "Freeware", "url": "https://einval.com/~steve/software/jigdo/download/jigdo-win-0.8.1.zip", diff --git a/bucket/landrop-latest.json b/bucket/landrop-latest.json index f0d1071..07fcf82 100644 --- a/bucket/landrop-latest.json +++ b/bucket/landrop-latest.json @@ -1,6 +1,6 @@ { "version": "2.7.2", - "description": "Drop any files to any devices on your LAN.", + "description": "Drop any files to any devices on your LAN", "homepage": "https://landrop.app", "license": "Public Domain", "architecture": { diff --git a/bucket/notegen.json b/bucket/notegen.json index c21d88b..f23948b 100644 --- a/bucket/notegen.json +++ b/bucket/notegen.json @@ -1,6 +1,6 @@ { "version": "0.19.6", - "description": "A Cross-Platform Application Bridging the Gap Between Recording and Writing with LLM.", + "description": "A Cross-Platform Application Bridging the Gap Between Recording and Writing with LLM", "homepage": "https://notegen.top/", "license": "MIT", "architecture": { diff --git a/bucket/veracrypt.json b/bucket/veracrypt.json index a25ab7a..8f40b6e 100644 --- a/bucket/veracrypt.json +++ b/bucket/veracrypt.json @@ -1,6 +1,6 @@ { "version": "1.26.24", - "description": "A free open source disk encryption software for Windows, Mac OSX and Linux based on TrueCrypt.", + "description": "A free open source disk encryption software for Windows, Mac OSX and Linux based on TrueCrypt", "homepage": "https://veracrypt.fr", "license": "Apache-2.0", "url": "https://launchpad.net/veracrypt/trunk/1.26.24/+download/VeraCrypt%20Portable%201.26.24.exe#/setup.exe", diff --git a/bucket/voov-meeting.json b/bucket/voov-meeting.json index 33eb92b..0172d3a 100644 --- a/bucket/voov-meeting.json +++ b/bucket/voov-meeting.json @@ -1,6 +1,6 @@ { "version": "3.32.21.510", - "description": "Cloud meeting solutions covering 100+ countries and regions.", + "description": "Cloud meeting solutions covering 100+ countries and regions", "homepage": "https://voovmeeting.com/", "license": { "identifier": "Proprietary", diff --git a/bucket/zlibrary.json b/bucket/zlibrary.json index e4cc48a..8a211f4 100644 --- a/bucket/zlibrary.json +++ b/bucket/zlibrary.json @@ -1,6 +1,6 @@ { "version": "3.0.0", - "description": "The Z-Library launcher for desktop.", + "description": "The Z-Library launcher for desktop", "homepage": "https://1lib.sk", "license": "Freeware", "url": "https://s3proxy.cdn-zlib.sk/te_public_files/soft/windows/zlibrary-setup-portable-latest.exe#/dl.7z", From c64227c97b22f554f12f4f8fa4701f0e18c23b60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 04:08:03 +0000 Subject: [PATCH 30/70] comfyui: Update to version 0.20.1 --- bucket/comfyui.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/comfyui.json b/bucket/comfyui.json index ba2e34d..8dcca30 100644 --- a/bucket/comfyui.json +++ b/bucket/comfyui.json @@ -1,12 +1,12 @@ { - "version": "0.19.3", + "version": "0.20.1", "description": "The most powerful and modular stable diffusion GUI, api and backend", "homepage": "https://github.com/comfyanonymous/ComfyUI", "license": "GPL-3.0", "architecture": { "64bit": { "url": "https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z", - "hash": "61aeb16ee3d80fc371beb88f4d3db289cb2d0326eca7578cc5308a1cbd4f27ed" + "hash": "5005ea252be1f19804c85c1ca4168fc584920a0a64120bbb9c2e6bcc4e2be792" } }, "extract_dir": "ComfyUI_windows_portable", From 937297ff48bd738bd1ef54088a683d413ed25285 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:31:51 +0000 Subject: [PATCH 31/70] dbgate: Update to version 7.1.10 --- bucket/dbgate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbgate.json b/bucket/dbgate.json index ae21a3a..3602d7d 100644 --- a/bucket/dbgate.json +++ b/bucket/dbgate.json @@ -1,12 +1,12 @@ { - "version": "7.1.9", + "version": "7.1.10", "description": "A database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others", "homepage": "https://dbgate.org/", "license": "GPL-3.0", "architecture": { "64bit": { - "hash": "8ad05b1a71ae7f7e71f66ba3acaa3615e3f8d79b634b6af5b3de4818cddadf00", - "url": "https://github.com/dbgate/dbgate/releases/download/v7.1.9/dbgate-7.1.9-win_x64.zip" + "hash": "db74f829865849f30cf726b710800dcb6337d03224ad2b8939629eb694523864", + "url": "https://github.com/dbgate/dbgate/releases/download/v7.1.10/dbgate-7.1.10-win_x64.zip" } }, "pre_install": "Remove-Item \"$dir\\resources\\app-update.yml\" -Force -Recurse", From 709ae7ffcd928519b7e627e508b2bcb967d0d805 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 04:19:15 +0000 Subject: [PATCH 32/70] doxygen-gui: Update to version 1.17.0 --- bucket/doxygen-gui.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/doxygen-gui.json b/bucket/doxygen-gui.json index 2599d3a..739f178 100644 --- a/bucket/doxygen-gui.json +++ b/bucket/doxygen-gui.json @@ -1,10 +1,10 @@ { - "version": "1.16.1", + "version": "1.17.0", "homepage": "https://doxygen.nl/", "description": "The GUI frontend of Doxygen", "license": "GPL-2.0-only", - "url": "https://doxygen.nl/files/doxygen-1.16.1-setup.exe", - "hash": "acb198f5db33b295d2d4cf8a2e06503637bc7d241d2f0ed7f5e493eeece0da58", + "url": "https://doxygen.nl/files/doxygen-1.17.0-setup.exe", + "hash": "e9f5a4ddce7d0204ffcd35c0f40c29ddf769dd9b36dee3055f8f71106e04752f", "innosetup": true, "shortcuts": [ [ From 1f36d3074ebb7044e774f95c91e987d91f448be8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 04:07:31 +0000 Subject: [PATCH 33/70] mogan: Update to version 2026.2.3 --- bucket/mogan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mogan.json b/bucket/mogan.json index 238efb5..10af48c 100644 --- a/bucket/mogan.json +++ b/bucket/mogan.json @@ -1,10 +1,10 @@ { - "version": "2026.2.2", + "version": "2026.2.3", "description": "Structured STEM suite", "homepage": "https://mogan.app", "license": "GPL-3.0-or-later", - "url": "https://github.com/XmacsLabs/mogan/releases/download/v2026.2.2/MoganSTEM-v2026.2.2-64bit-installer.exe#/dl.7z", - "hash": "cf8b08539bfb323a9a91752536598d54fc5127a6dccc7a6fb46b76ba29182ce6", + "url": "https://github.com/XmacsLabs/mogan/releases/download/v2026.2.3/MoganSTEM-v2026.2.3-64bit-installer.exe#/dl.7z", + "hash": "997faf522260d832f0c4ca40b5ad26ac13bfe164c6bb9318d02ac224a9675eae", "shortcuts": [ [ "bin\\MoganSTEM.exe", From 4e8bfa958a7bbabd122039b9e161791832fae063 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 14:48:16 +0000 Subject: [PATCH 34/70] dbgate: Update to version 7.1.11 --- bucket/dbgate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbgate.json b/bucket/dbgate.json index 3602d7d..87627ac 100644 --- a/bucket/dbgate.json +++ b/bucket/dbgate.json @@ -1,12 +1,12 @@ { - "version": "7.1.10", + "version": "7.1.11", "description": "A database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others", "homepage": "https://dbgate.org/", "license": "GPL-3.0", "architecture": { "64bit": { - "hash": "db74f829865849f30cf726b710800dcb6337d03224ad2b8939629eb694523864", - "url": "https://github.com/dbgate/dbgate/releases/download/v7.1.10/dbgate-7.1.10-win_x64.zip" + "hash": "598e9deabbece00f665fb5c9d04137bfb2388183328dccbc225ce71ac61fc62b", + "url": "https://github.com/dbgate/dbgate/releases/download/v7.1.11/dbgate-7.1.11-win_x64.zip" } }, "pre_install": "Remove-Item \"$dir\\resources\\app-update.yml\" -Force -Recurse", From fd021733f56fdda50be9cc441f43cfe11bcf0211 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 03:55:08 +0000 Subject: [PATCH 35/70] stirlingpdf: Update to version 2.10.1 --- bucket/stirlingpdf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stirlingpdf.json b/bucket/stirlingpdf.json index b12476f..5b7b967 100644 --- a/bucket/stirlingpdf.json +++ b/bucket/stirlingpdf.json @@ -1,5 +1,5 @@ { - "version": "2.10.0", + "version": "2.10.1", "description": "#1 Locally hosted web application that allows you to perform various operations on PDF files", "homepage": "https://stirlingpdf.com", "license": "MIT", @@ -11,8 +11,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.10.0/Stirling-PDF-windows-x86_64.msi", - "hash": "ed6c8e204756d015565956479b0504f597894c91078e9d9ba6b5ac34168421a1" + "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.10.1/Stirling-PDF-windows-x86_64.msi", + "hash": "49c0fd55bee0eb96f9d2cb041c13906e561976eaabd104b34171c876a789a3ef" } }, "shortcuts": [ From 38a5273b90c2aaa94c303f400eb1625629ecf211 Mon Sep 17 00:00:00 2001 From: ivaquero Date: Fri, 8 May 2026 12:19:12 +0800 Subject: [PATCH 36/70] aionui: add 1.9.25 --- README.md | 35 ++++++++++++++++++----------------- bucket/aionui.json | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 17 deletions(-) create mode 100644 bucket/aionui.json diff --git a/README.md b/README.md index 657df38..baa7e2f 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,8 @@ scoop config aria2-min-split-size 4M #### General Use | App | Auto-Update ? | Note | -|:----------------------------------------------------------:|:-------------:|:------------:| +| :--------------------------------------------------------: | :-----------: | :----------: | +| [aionaui](https://github.com/iOfficeAI/AionUi) | ✓ | | | [alexandria](https://github.com/btpf/Alexandria) | ✓ | | | [alist-helper](https://github.com/Xmarmalade/alisthelper) | ✓ | | | [bananas](https://getbananas.net/) | ✓ | | @@ -114,7 +115,7 @@ scoop config aria2-min-split-size 4M #### Academic Tools | App | Auto-Update ? | Note | -|:----------------------------------------------------------------------:|:-------------:|:----------:| +| :--------------------------------------------------------------------: | :-----------: | :--------: | | [cytoscape](https://cytoscape.org) | ✓ | | | [jupyterlab-desktop](https://github.com/jupyterlab/jupyterlab-desktop) | ✓ | | | [mogan](https://mogan.app) | ✓ | | @@ -126,21 +127,21 @@ scoop config aria2-min-split-size 4M #### Development Tools -| App | Auto-Update ? | Note | -|:----------------------------------------------------------------------------:|:-------------:|:----:| -| [dbgate](https://dbgate.org) | ✓ | | -| [doxygen-gui](http://doxygen.nl) | ✓ | | -| [navicat-premium-lite](https://navicat.com/en/products/navicat-premium-lite) | ✓ | | +| App | Auto-Update ? | Note | +| :--------------------------------------------------------------------------: | :-----------: | :---: | +| [dbgate](https://dbgate.org) | ✓ | | +| [doxygen-gui](http://doxygen.nl) | ✓ | | +| [navicat-premium-lite](https://navicat.com/en/products/navicat-premium-lite) | ✓ | | ### Win-Only -| App | Auto-Update ? | Note | -| :----------------------------------------------------------: | :-----------: | :--: | -| [configure-defender](https://github.com/AndyFul/ConfigureDefender) | ✓ | | -| [defender-remover](https://github.com/ionuttbara/windows-defender-remover) | ✓ | | -| [fancywm](https://github.com/FancyWM/fancywm) | ✓ | | -| [file-converter](https://file-converter.org) | ✓ | | -| [jigdo](https://einval.com/~steve/software/jigdo) | ✓ | | -| [winhance](hhttps://winhance.net) | ✓ | | -| [wisecare365](https://wisecleaner.com/wise-care-365.html) | ✓ | | -| [catime](https://github.com/vladelaina/Catime) | ✓ | | +| App | Auto-Update ? | Note | +| :------------------------------------------------------------------------: | :-----------: | :---: | +| [configure-defender](https://github.com/AndyFul/ConfigureDefender) | ✓ | | +| [defender-remover](https://github.com/ionuttbara/windows-defender-remover) | ✓ | | +| [fancywm](https://github.com/FancyWM/fancywm) | ✓ | | +| [file-converter](https://file-converter.org) | ✓ | | +| [jigdo](https://einval.com/~steve/software/jigdo) | ✓ | | +| [winhance](hhttps://winhance.net) | ✓ | | +| [wisecare365](https://wisecleaner.com/wise-care-365.html) | ✓ | | +| [catime](https://github.com/vladelaina/Catime) | ✓ | | diff --git a/bucket/aionui.json b/bucket/aionui.json new file mode 100644 index 0000000..b265c41 --- /dev/null +++ b/bucket/aionui.json @@ -0,0 +1,39 @@ +{ + "version": "1.9.25", + "description": "Free, local, open-source 24/7 Cowork app and more", + "homepage": "https://github.com/iOfficeAI/AionUi", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v1.9.25/AionUi-1.9.25-win-x64.exe#/dl.7z", + "hash": "be366efdc69ee64eb3d28e354d3182a0d09b74d0dfe277af1e89364eed8228be" + }, + "arm64": { + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v1.9.25/AionUi-1.9.25-win-arm64.exe#/dl.7z", + "hash": "f5a336c9f360ad2bc281ae2941e709814455f5570fb3832bc927a9fb6786a295" + } + }, + "shortcuts": [ + [ + "AionUi.exe", + "AionUi" + ] + ], + "bin": [ + [ + "AionUi.exe", + "aionui" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v$version/AionUi-$version-win-x64.exe#/dl.7z" + }, + "arm64": { + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v$version/AionUi-$version-win-arm64.exe#/dl.7z" + } + } + } +} From 0d5768ac770581503c619582b801a0ba8b1c4d19 Mon Sep 17 00:00:00 2001 From: "msaintms@outlook.com" <123qweasdzxcxavier> Date: Sat, 9 May 2026 19:27:47 +0800 Subject: [PATCH 37/70] aionui: fix installer --- bucket/aionui.json | 6 ++++++ bucket/bananas.json | 2 +- bucket/jupyterlab-desktop.json | 2 +- bucket/linkandroid.json | 2 +- bucket/zlibrary.json | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/bucket/aionui.json b/bucket/aionui.json index b265c41..e04ed9b 100644 --- a/bucket/aionui.json +++ b/bucket/aionui.json @@ -13,6 +13,12 @@ "hash": "f5a336c9f360ad2bc281ae2941e709814455f5570fb3832bc927a9fb6786a295" } }, + "installer": { + "script": [ + "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", + "Remove-Item \"$dir\\`$PLUGINSDIR\",\"$dir\\`$R0\" -Force -Recurse" + ] + }, "shortcuts": [ [ "AionUi.exe", diff --git a/bucket/bananas.json b/bucket/bananas.json index 5f43639..e85f082 100644 --- a/bucket/bananas.json +++ b/bucket/bananas.json @@ -8,7 +8,7 @@ "url": "https://github.com/mistweaverco/bananas/releases/download/v0.0.22/bananas-setup_x64.exe#/download.7z", "hash": "282ec4f04eff2136d405be0fd4b2b9d71ca6307849890f5d611b41a830bb0d08", "installer": { - "script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" + "script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal" } } }, diff --git a/bucket/jupyterlab-desktop.json b/bucket/jupyterlab-desktop.json index 699f420..4ae56ce 100644 --- a/bucket/jupyterlab-desktop.json +++ b/bucket/jupyterlab-desktop.json @@ -10,7 +10,7 @@ } }, "pre_install": [ - "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", + "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse" ], "bin": "jlab.cmd", diff --git a/bucket/linkandroid.json b/bucket/linkandroid.json index 337c69b..c5cf378 100644 --- a/bucket/linkandroid.json +++ b/bucket/linkandroid.json @@ -8,7 +8,7 @@ "url": "https://github.com/modstart-lib/linkandroid/releases/download/v1.0.3/LinkAndroid-1.0.3-win-setup-x64.exe#/dl.7z", "hash": "72102149442e2a214ed9e923ac9502a17518b6bac883cd3900895ec1d441880f", "pre_install": [ - "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", + "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$*\" -Force -Recurse" ] }, diff --git a/bucket/zlibrary.json b/bucket/zlibrary.json index 8a211f4..bd4d308 100644 --- a/bucket/zlibrary.json +++ b/bucket/zlibrary.json @@ -4,7 +4,7 @@ "homepage": "https://1lib.sk", "license": "Freeware", "url": "https://s3proxy.cdn-zlib.sk/te_public_files/soft/windows/zlibrary-setup-portable-latest.exe#/dl.7z", - "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", + "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\" -Removal", "post_install": "Remove-Item \"$dir\\uninstall*\", \"$dir\\`$*\" -Force -Recurse -ErrorAction SilentlyContinue", "shortcuts": [ [ From bd1aabd93adc09ca827968a9829ec18353197229 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 15:37:05 +0000 Subject: [PATCH 38/70] comfyui: Update to version 0.21.0 --- bucket/comfyui.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/comfyui.json b/bucket/comfyui.json index 8dcca30..13b49a8 100644 --- a/bucket/comfyui.json +++ b/bucket/comfyui.json @@ -1,12 +1,12 @@ { - "version": "0.20.1", + "version": "0.21.0", "description": "The most powerful and modular stable diffusion GUI, api and backend", "homepage": "https://github.com/comfyanonymous/ComfyUI", "license": "GPL-3.0", "architecture": { "64bit": { "url": "https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z", - "hash": "5005ea252be1f19804c85c1ca4168fc584920a0a64120bbb9c2e6bcc4e2be792" + "hash": "9b65f679f326d8468a4ca2bde52da1533570bfe54e557bf9685aba6b969a0e46" } }, "extract_dir": "ComfyUI_windows_portable", From c5ede72150f3334071c6a6df0d001a11e3a14c11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 15:37:05 +0000 Subject: [PATCH 39/70] mogan: Update to version 2026.2.4 --- bucket/mogan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mogan.json b/bucket/mogan.json index 10af48c..2f6d6f6 100644 --- a/bucket/mogan.json +++ b/bucket/mogan.json @@ -1,10 +1,10 @@ { - "version": "2026.2.3", + "version": "2026.2.4", "description": "Structured STEM suite", "homepage": "https://mogan.app", "license": "GPL-3.0-or-later", - "url": "https://github.com/XmacsLabs/mogan/releases/download/v2026.2.3/MoganSTEM-v2026.2.3-64bit-installer.exe#/dl.7z", - "hash": "997faf522260d832f0c4ca40b5ad26ac13bfe164c6bb9318d02ac224a9675eae", + "url": "https://github.com/XmacsLabs/mogan/releases/download/v2026.2.4/MoganSTEM-v2026.2.4-64bit-installer.exe#/dl.7z", + "hash": "98b0f1e0913836b16c433b8aa43718c08c558bb89c984b72e7a6c9960ea53a54", "shortcuts": [ [ "bin\\MoganSTEM.exe", From 63f5d93504e67c97ca853a90bc240ce328216a33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 04:13:55 +0000 Subject: [PATCH 40/70] comfyui: Update to version 0.21.1 --- bucket/comfyui.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/comfyui.json b/bucket/comfyui.json index 13b49a8..b595a83 100644 --- a/bucket/comfyui.json +++ b/bucket/comfyui.json @@ -1,12 +1,12 @@ { - "version": "0.21.0", + "version": "0.21.1", "description": "The most powerful and modular stable diffusion GUI, api and backend", "homepage": "https://github.com/comfyanonymous/ComfyUI", "license": "GPL-3.0", "architecture": { "64bit": { "url": "https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z", - "hash": "9b65f679f326d8468a4ca2bde52da1533570bfe54e557bf9685aba6b969a0e46" + "hash": "7c380d4309bbda395366c49564edf8996181fd45e61b6f353ea417f32bc3b970" } }, "extract_dir": "ComfyUI_windows_portable", From cf3ef0fc4c50548548f94131c0908778070369bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 04:19:03 +0000 Subject: [PATCH 41/70] mogan: Update to version 2026.2.5 --- bucket/mogan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mogan.json b/bucket/mogan.json index 2f6d6f6..bdd59c4 100644 --- a/bucket/mogan.json +++ b/bucket/mogan.json @@ -1,10 +1,10 @@ { - "version": "2026.2.4", + "version": "2026.2.5", "description": "Structured STEM suite", "homepage": "https://mogan.app", "license": "GPL-3.0-or-later", - "url": "https://github.com/XmacsLabs/mogan/releases/download/v2026.2.4/MoganSTEM-v2026.2.4-64bit-installer.exe#/dl.7z", - "hash": "98b0f1e0913836b16c433b8aa43718c08c558bb89c984b72e7a6c9960ea53a54", + "url": "https://github.com/XmacsLabs/mogan/releases/download/v2026.2.5/MoganSTEM-v2026.2.5-64bit-installer.exe#/dl.7z", + "hash": "b4be065ab822694ba58f5382c8f8fe5a0fb0bf68c56535b2f9f99b51d939ad2b", "shortcuts": [ [ "bin\\MoganSTEM.exe", From be7508378377f81508d8918cd7c2d50116f9ab2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:57:24 +0000 Subject: [PATCH 42/70] wisecare365: Update to version 8.0.1.730 --- bucket/wisecare365.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wisecare365.json b/bucket/wisecare365.json index ca352e9..bfcd126 100644 --- a/bucket/wisecare365.json +++ b/bucket/wisecare365.json @@ -1,10 +1,10 @@ { - "version": "7.3.5.722", + "version": "8.0.1.730", "description": "Free Windows PC Cleaner and Speed up Tool", "homepage": "https://wisecleaner.com/wise-care-365.html", "license": "Freeware", - "url": "https://downloads.wisecleaner.com/soft/WiseCare365_7.3.5.722.exe", - "hash": "5e37ec0918e521d862a0e441c1a258f2d9c16f8d1bbdcb5d2f6e68b92bd384dd", + "url": "https://downloads.wisecleaner.com/soft/WiseCare365_8.0.1.730.exe", + "hash": "be6efc8ca794c37e11f0b89e04c87f73586cbe08c72f63744b126f5ee574f364", "innosetup": true, "installer": { "script": [ From 960abacebfaa33cd6adfefef52add0f874eadb1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:52:34 +0000 Subject: [PATCH 43/70] stirlingpdf: Update to version 2.11.0 --- bucket/stirlingpdf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stirlingpdf.json b/bucket/stirlingpdf.json index 5b7b967..d0fe56e 100644 --- a/bucket/stirlingpdf.json +++ b/bucket/stirlingpdf.json @@ -1,5 +1,5 @@ { - "version": "2.10.1", + "version": "2.11.0", "description": "#1 Locally hosted web application that allows you to perform various operations on PDF files", "homepage": "https://stirlingpdf.com", "license": "MIT", @@ -11,8 +11,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.10.1/Stirling-PDF-windows-x86_64.msi", - "hash": "49c0fd55bee0eb96f9d2cb041c13906e561976eaabd104b34171c876a789a3ef" + "url": "https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v2.11.0/Stirling-PDF-windows-x86_64.msi", + "hash": "3c6d0e60e0175d5efa0cb9a8fe408667b1f2758c378deb52399baa3d7558bd49" } }, "shortcuts": [ From fc50a77dda2455e20f56ad2330b89bd87863eeef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 15:57:41 +0000 Subject: [PATCH 44/70] dbgate: Update to version 7.1.12 --- bucket/dbgate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbgate.json b/bucket/dbgate.json index 87627ac..7d70d87 100644 --- a/bucket/dbgate.json +++ b/bucket/dbgate.json @@ -1,12 +1,12 @@ { - "version": "7.1.11", + "version": "7.1.12", "description": "A database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others", "homepage": "https://dbgate.org/", "license": "GPL-3.0", "architecture": { "64bit": { - "hash": "598e9deabbece00f665fb5c9d04137bfb2388183328dccbc225ce71ac61fc62b", - "url": "https://github.com/dbgate/dbgate/releases/download/v7.1.11/dbgate-7.1.11-win_x64.zip" + "hash": "b5fb65420b28b95c95d21543048ac80e8b0e27c48e6e26d7858c5564b92f2797", + "url": "https://github.com/dbgate/dbgate/releases/download/v7.1.12/dbgate-7.1.12-win_x64.zip" } }, "pre_install": "Remove-Item \"$dir\\resources\\app-update.yml\" -Force -Recurse", From c7ff864c4b8864578825850aa2d57982f7eb1a1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 04:45:56 +0000 Subject: [PATCH 45/70] comfyui: Update to version 0.22.0 --- bucket/comfyui.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/comfyui.json b/bucket/comfyui.json index b595a83..b615c3a 100644 --- a/bucket/comfyui.json +++ b/bucket/comfyui.json @@ -1,12 +1,12 @@ { - "version": "0.21.1", + "version": "0.22.0", "description": "The most powerful and modular stable diffusion GUI, api and backend", "homepage": "https://github.com/comfyanonymous/ComfyUI", "license": "GPL-3.0", "architecture": { "64bit": { "url": "https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z", - "hash": "7c380d4309bbda395366c49564edf8996181fd45e61b6f353ea417f32bc3b970" + "hash": "ea38a14cf0dd0f1fdf25367027628a50c59859d69587d835ea7952167de079b7" } }, "extract_dir": "ComfyUI_windows_portable", From 1e47c64c132378d8f3d1c7ca3a121ba3d8ed6287 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 04:45:57 +0000 Subject: [PATCH 46/70] next-ai-drawio: Update to version 0.4.16 --- bucket/next-ai-drawio.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/next-ai-drawio.json b/bucket/next-ai-drawio.json index 26ab483..764fe68 100644 --- a/bucket/next-ai-drawio.json +++ b/bucket/next-ai-drawio.json @@ -1,12 +1,12 @@ { - "version": "0.4.15", + "version": "0.4.16", "description": "AI-Powered Diagram Creation Tool - Chat, Draw, Visualize", "homepage": "https://next-ai-drawio.jiang.jp/", "license": "Apache-2.0 license", "architecture": { "64bit": { - "url": "https://github.com/DayuanJiang/next-ai-draw-io/releases/download/v0.4.15/Next.AI.Draw.io.0.4.15.exe#/next-ai-drawio.exe", - "hash": "8d5418f52081af4f6e51d59d48c54d9503e2f8e58c1dce881bc60dec19c27026" + "url": "https://github.com/DayuanJiang/next-ai-draw-io/releases/download/v0.4.16/Next.AI.Draw.io.0.4.16.exe#/next-ai-drawio.exe", + "hash": "9535a19258e7e6c3b4de7fe76a580121b6a30893984c83f3d9d85870e2f4019d" } }, "shortcuts": [ From 6553dec47482dd72b65b8e0f758266cb6252fcc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 15:24:21 +0000 Subject: [PATCH 47/70] winhance: Update to version 26.05.22 --- bucket/winhance.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/winhance.json b/bucket/winhance.json index c347584..f2de484 100644 --- a/bucket/winhance.json +++ b/bucket/winhance.json @@ -1,5 +1,5 @@ { - "version": "26.04.21", + "version": "26.05.22", "description": "Application designed to optimize and customize your Windows experience", "homepage": "https://winhance.net/", "license": "CC-BY-4.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/memstechtips/Winhance/releases/download/v26.04.21/Winhance.Installer.exe", - "hash": "950e470773cec1f86e4c4b286403287069a29d2433f50bfe686bd3104af84f4d" + "url": "https://github.com/memstechtips/Winhance/releases/download/v26.05.22/Winhance.Installer.exe", + "hash": "8a1c028c12066863654e3694d6ebc18737fa3567c6f3efb0f30cc117fcec93e5" } }, "innosetup": true, From 7b02b5270c374035a05ce92133bae00d6e860737 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 04:40:30 +0000 Subject: [PATCH 48/70] aionui: Update to version 2.1.0 --- bucket/aionui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/aionui.json b/bucket/aionui.json index e04ed9b..c8ad7c1 100644 --- a/bucket/aionui.json +++ b/bucket/aionui.json @@ -1,16 +1,16 @@ { - "version": "1.9.25", + "version": "2.1.0", "description": "Free, local, open-source 24/7 Cowork app and more", "homepage": "https://github.com/iOfficeAI/AionUi", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v1.9.25/AionUi-1.9.25-win-x64.exe#/dl.7z", - "hash": "be366efdc69ee64eb3d28e354d3182a0d09b74d0dfe277af1e89364eed8228be" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.0/AionUi-2.1.0-win-x64.exe#/dl.7z", + "hash": "9a4146d030a9814c3cf8fa2f351f3bdca38e5930cbd7e5d521dcf8f13d3ca7f1" }, "arm64": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v1.9.25/AionUi-1.9.25-win-arm64.exe#/dl.7z", - "hash": "f5a336c9f360ad2bc281ae2941e709814455f5570fb3832bc927a9fb6786a295" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.0/AionUi-2.1.0-win-arm64.exe#/dl.7z", + "hash": "6c14a54c366b0513af9d4b855797e13a4bc6889cdca5a598f32121e957e8b1b3" } }, "installer": { From 502fa7b22cbd228926765cbfb6269c2e82d94907 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 14:01:27 +0000 Subject: [PATCH 49/70] aionui: Update to version 2.1.1 --- bucket/aionui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/aionui.json b/bucket/aionui.json index c8ad7c1..235eac4 100644 --- a/bucket/aionui.json +++ b/bucket/aionui.json @@ -1,16 +1,16 @@ { - "version": "2.1.0", + "version": "2.1.1", "description": "Free, local, open-source 24/7 Cowork app and more", "homepage": "https://github.com/iOfficeAI/AionUi", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.0/AionUi-2.1.0-win-x64.exe#/dl.7z", - "hash": "9a4146d030a9814c3cf8fa2f351f3bdca38e5930cbd7e5d521dcf8f13d3ca7f1" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.1/AionUi-2.1.1-win-x64.exe#/dl.7z", + "hash": "8b5087eef5d77812ddf9b68c4bc643a7b7222ee093dc1d2e791ab47e7776208f" }, "arm64": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.0/AionUi-2.1.0-win-arm64.exe#/dl.7z", - "hash": "6c14a54c366b0513af9d4b855797e13a4bc6889cdca5a598f32121e957e8b1b3" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.1/AionUi-2.1.1-win-arm64.exe#/dl.7z", + "hash": "c4e5483a8f63fc4044ff9ba0ea75a13095460549ada652b8f156eab08792b05f" } }, "installer": { From 2bf26defa18947cabf9749ab3497c7f05db49529 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 15:29:14 +0000 Subject: [PATCH 50/70] aionui: Update to version 2.1.2 --- bucket/aionui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/aionui.json b/bucket/aionui.json index 235eac4..34187ad 100644 --- a/bucket/aionui.json +++ b/bucket/aionui.json @@ -1,16 +1,16 @@ { - "version": "2.1.1", + "version": "2.1.2", "description": "Free, local, open-source 24/7 Cowork app and more", "homepage": "https://github.com/iOfficeAI/AionUi", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.1/AionUi-2.1.1-win-x64.exe#/dl.7z", - "hash": "8b5087eef5d77812ddf9b68c4bc643a7b7222ee093dc1d2e791ab47e7776208f" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.2/AionUi-2.1.2-win-x64.exe#/dl.7z", + "hash": "3f7a9f76066a5b49a6823babf6c1518c2de41a3c1bebe12df92b3f09b7b9108d" }, "arm64": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.1/AionUi-2.1.1-win-arm64.exe#/dl.7z", - "hash": "c4e5483a8f63fc4044ff9ba0ea75a13095460549ada652b8f156eab08792b05f" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.2/AionUi-2.1.2-win-arm64.exe#/dl.7z", + "hash": "ae5367d1215745d3f2558fad4f5c10fc82fedd6a6adb68d9c4f9a9a1b231ea6f" } }, "installer": { From 97662998a1cf3716c3ee36625d85bc65b508a6b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 16:11:02 +0000 Subject: [PATCH 51/70] aionui: Update to version 2.1.3 --- bucket/aionui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/aionui.json b/bucket/aionui.json index 34187ad..480cd9e 100644 --- a/bucket/aionui.json +++ b/bucket/aionui.json @@ -1,16 +1,16 @@ { - "version": "2.1.2", + "version": "2.1.3", "description": "Free, local, open-source 24/7 Cowork app and more", "homepage": "https://github.com/iOfficeAI/AionUi", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.2/AionUi-2.1.2-win-x64.exe#/dl.7z", - "hash": "3f7a9f76066a5b49a6823babf6c1518c2de41a3c1bebe12df92b3f09b7b9108d" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.3/AionUi-2.1.3-win-x64.exe#/dl.7z", + "hash": "e1d68d012b658f0cde855b0934fe4c2c3e4c3b15bf251b71290c2fa596a1a0bb" }, "arm64": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.2/AionUi-2.1.2-win-arm64.exe#/dl.7z", - "hash": "ae5367d1215745d3f2558fad4f5c10fc82fedd6a6adb68d9c4f9a9a1b231ea6f" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.3/AionUi-2.1.3-win-arm64.exe#/dl.7z", + "hash": "5429e96573dd133c45630d43c4caf4f450003171eafa718f5349f543fd39b68e" } }, "installer": { From b9875fb2147a966dc192c195454c1e38b8912d4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 04:50:29 +0000 Subject: [PATCH 52/70] aionui: Update to version 2.1.4 --- bucket/aionui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/aionui.json b/bucket/aionui.json index 480cd9e..74183fc 100644 --- a/bucket/aionui.json +++ b/bucket/aionui.json @@ -1,16 +1,16 @@ { - "version": "2.1.3", + "version": "2.1.4", "description": "Free, local, open-source 24/7 Cowork app and more", "homepage": "https://github.com/iOfficeAI/AionUi", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.3/AionUi-2.1.3-win-x64.exe#/dl.7z", - "hash": "e1d68d012b658f0cde855b0934fe4c2c3e4c3b15bf251b71290c2fa596a1a0bb" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.4/AionUi-2.1.4-win-x64.exe#/dl.7z", + "hash": "712bf5b60c28c081b20dc326467d26b5ebd4e9958cd9659cc5789f28004f1c57" }, "arm64": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.3/AionUi-2.1.3-win-arm64.exe#/dl.7z", - "hash": "5429e96573dd133c45630d43c4caf4f450003171eafa718f5349f543fd39b68e" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.4/AionUi-2.1.4-win-arm64.exe#/dl.7z", + "hash": "f1af6dd742b172e81f3aff0194df852381fafd62dc23daa8daa768e607a904cd" } }, "installer": { From 6e384f0511ae31d2af344d6b8e45eaa4f141eb44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 16:13:10 +0000 Subject: [PATCH 53/70] dbgate: Update to version 7.1.13 --- bucket/dbgate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dbgate.json b/bucket/dbgate.json index 7d70d87..2fafeb3 100644 --- a/bucket/dbgate.json +++ b/bucket/dbgate.json @@ -1,12 +1,12 @@ { - "version": "7.1.12", + "version": "7.1.13", "description": "A database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others", "homepage": "https://dbgate.org/", "license": "GPL-3.0", "architecture": { "64bit": { - "hash": "b5fb65420b28b95c95d21543048ac80e8b0e27c48e6e26d7858c5564b92f2797", - "url": "https://github.com/dbgate/dbgate/releases/download/v7.1.12/dbgate-7.1.12-win_x64.zip" + "hash": "3318cdfe2b11bed6ca1a042d4ed2a0e9c5f8292f98c7e6db8407be3c33498516", + "url": "https://github.com/dbgate/dbgate/releases/download/v7.1.13/dbgate-7.1.13-win_x64.zip" } }, "pre_install": "Remove-Item \"$dir\\resources\\app-update.yml\" -Force -Recurse", From 1dbc8a802884007edc73263189cc1f66f903614a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 04:41:37 +0000 Subject: [PATCH 54/70] aionui: Update to version 2.1.5 --- bucket/aionui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/aionui.json b/bucket/aionui.json index 74183fc..d337221 100644 --- a/bucket/aionui.json +++ b/bucket/aionui.json @@ -1,16 +1,16 @@ { - "version": "2.1.4", + "version": "2.1.5", "description": "Free, local, open-source 24/7 Cowork app and more", "homepage": "https://github.com/iOfficeAI/AionUi", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.4/AionUi-2.1.4-win-x64.exe#/dl.7z", - "hash": "712bf5b60c28c081b20dc326467d26b5ebd4e9958cd9659cc5789f28004f1c57" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.5/AionUi-2.1.5-win-x64.exe#/dl.7z", + "hash": "29ee21f7354b4969d1d58961f02ca73255ad431291c9004ff22d0586af412037" }, "arm64": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.4/AionUi-2.1.4-win-arm64.exe#/dl.7z", - "hash": "f1af6dd742b172e81f3aff0194df852381fafd62dc23daa8daa768e607a904cd" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.5/AionUi-2.1.5-win-arm64.exe#/dl.7z", + "hash": "704ec7437b49be43b44ad007e9576a339dd4997e0cde45636e5d0d53fbf70977" } }, "installer": { From 63570fcf3dc7d308760e40ebc13087a2b1d9555f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 16:34:46 +0000 Subject: [PATCH 55/70] aionui: Update to version 2.1.6 --- bucket/aionui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/aionui.json b/bucket/aionui.json index d337221..8da7eb1 100644 --- a/bucket/aionui.json +++ b/bucket/aionui.json @@ -1,16 +1,16 @@ { - "version": "2.1.5", + "version": "2.1.6", "description": "Free, local, open-source 24/7 Cowork app and more", "homepage": "https://github.com/iOfficeAI/AionUi", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.5/AionUi-2.1.5-win-x64.exe#/dl.7z", - "hash": "29ee21f7354b4969d1d58961f02ca73255ad431291c9004ff22d0586af412037" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.6/AionUi-2.1.6-win-x64.exe#/dl.7z", + "hash": "dde2c5c355842ff20ef38a792414feb7f594228cb1bbecd6d3797f067a463a96" }, "arm64": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.5/AionUi-2.1.5-win-arm64.exe#/dl.7z", - "hash": "704ec7437b49be43b44ad007e9576a339dd4997e0cde45636e5d0d53fbf70977" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.6/AionUi-2.1.6-win-arm64.exe#/dl.7z", + "hash": "3401e83f361c8e976a93c13279970493ce888e09608044323f7e586560ad2cfe" } }, "installer": { From c54302a6667edb97572a4adadb7da9dbba834b81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 16:09:14 +0000 Subject: [PATCH 56/70] aionui: Update to version 2.1.7 --- bucket/aionui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/aionui.json b/bucket/aionui.json index 8da7eb1..36ccc48 100644 --- a/bucket/aionui.json +++ b/bucket/aionui.json @@ -1,16 +1,16 @@ { - "version": "2.1.6", + "version": "2.1.7", "description": "Free, local, open-source 24/7 Cowork app and more", "homepage": "https://github.com/iOfficeAI/AionUi", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.6/AionUi-2.1.6-win-x64.exe#/dl.7z", - "hash": "dde2c5c355842ff20ef38a792414feb7f594228cb1bbecd6d3797f067a463a96" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.7/AionUi-2.1.7-win-x64.exe#/dl.7z", + "hash": "111183ea699517bee5c773ee86ee0a82d1dde82249489914fe677d2b991e7c34" }, "arm64": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.6/AionUi-2.1.6-win-arm64.exe#/dl.7z", - "hash": "3401e83f361c8e976a93c13279970493ce888e09608044323f7e586560ad2cfe" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.7/AionUi-2.1.7-win-arm64.exe#/dl.7z", + "hash": "3b3c62920544612364d523db7f1e5db3964777501d2e7e292bd4087837f12662" } }, "installer": { From 52a57e7c1f8a481d9c45187aec248f154df414a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 04:53:21 +0000 Subject: [PATCH 57/70] aionui: Update to version 2.1.8 --- bucket/aionui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/aionui.json b/bucket/aionui.json index 36ccc48..bf44dc1 100644 --- a/bucket/aionui.json +++ b/bucket/aionui.json @@ -1,16 +1,16 @@ { - "version": "2.1.7", + "version": "2.1.8", "description": "Free, local, open-source 24/7 Cowork app and more", "homepage": "https://github.com/iOfficeAI/AionUi", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.7/AionUi-2.1.7-win-x64.exe#/dl.7z", - "hash": "111183ea699517bee5c773ee86ee0a82d1dde82249489914fe677d2b991e7c34" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.8/AionUi-2.1.8-win-x64.exe#/dl.7z", + "hash": "e2b85eb7efc5c6d0090596cd24a05f061c2ab27af7f9ee54d7875f09337cb537" }, "arm64": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.7/AionUi-2.1.7-win-arm64.exe#/dl.7z", - "hash": "3b3c62920544612364d523db7f1e5db3964777501d2e7e292bd4087837f12662" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.8/AionUi-2.1.8-win-arm64.exe#/dl.7z", + "hash": "cd3ef0724eeeaf84ff228744c2870400b3e5711c11a1f8d9322aa810e895fd1e" } }, "installer": { From 0f28f7df4f65adcfbc93bdfb0f902eb94fe7987b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 04:53:21 +0000 Subject: [PATCH 58/70] pastemd: Update to version 0.1.7.1 --- bucket/pastemd.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pastemd.json b/bucket/pastemd.json index 121b10c..809edc5 100644 --- a/bucket/pastemd.json +++ b/bucket/pastemd.json @@ -1,13 +1,13 @@ { - "version": "0.1.6.8", + "version": "0.1.7.1", "description": "One-click paste Markdown and AI responses into Word, WPS, and Excel perfectly", "homepage": "https://pastemd.richqaq.cn/", "license": "MIT", "notes": "It's a lightweight tray app bundled with Pandoc", "architecture": { "64bit": { - "url": "https://github.com/RICHQAQ/PasteMD/releases/download/v0.1.6.8/PasteMD_pandoc-Setup_v0.1.6.8.exe", - "hash": "3668678e6d970b67f10ea8f81df11ab40320ecf463d8af8016db8c680b566e3f" + "url": "https://github.com/RICHQAQ/PasteMD/releases/download/v0.1.7.1/PasteMD_pandoc-Setup_v0.1.7.1.exe", + "hash": "79c84c171b28f1a3c47f57403939be345a7c9052a94054aa50a6238d5e1357ff" } }, "innosetup": true, From 5496cf19f724427b84a762909d9faa2719cb11e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:18:27 +0000 Subject: [PATCH 59/70] aionui: Update to version 2.1.9 --- bucket/aionui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/aionui.json b/bucket/aionui.json index bf44dc1..9b65348 100644 --- a/bucket/aionui.json +++ b/bucket/aionui.json @@ -1,16 +1,16 @@ { - "version": "2.1.8", + "version": "2.1.9", "description": "Free, local, open-source 24/7 Cowork app and more", "homepage": "https://github.com/iOfficeAI/AionUi", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.8/AionUi-2.1.8-win-x64.exe#/dl.7z", - "hash": "e2b85eb7efc5c6d0090596cd24a05f061c2ab27af7f9ee54d7875f09337cb537" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.9/AionUi-2.1.9-win-x64.exe#/dl.7z", + "hash": "07644504556c933f1c3f00c091cdc26c3f0861c29736a5fab454235de5736d04" }, "arm64": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.8/AionUi-2.1.8-win-arm64.exe#/dl.7z", - "hash": "cd3ef0724eeeaf84ff228744c2870400b3e5711c11a1f8d9322aa810e895fd1e" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.9/AionUi-2.1.9-win-arm64.exe#/dl.7z", + "hash": "600db164fce1de2d144cb4c525a0e6a00bb0f4b895c8c8b6b1ff28866196649b" } }, "installer": { From b0b847d0e6daeb7ccfee6f9ae3617d5dd2d61955 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:18:28 +0000 Subject: [PATCH 60/70] comfyui: Update to version 0.23.0 --- bucket/comfyui.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/comfyui.json b/bucket/comfyui.json index b615c3a..33b5ab9 100644 --- a/bucket/comfyui.json +++ b/bucket/comfyui.json @@ -1,12 +1,12 @@ { - "version": "0.22.0", + "version": "0.23.0", "description": "The most powerful and modular stable diffusion GUI, api and backend", "homepage": "https://github.com/comfyanonymous/ComfyUI", "license": "GPL-3.0", "architecture": { "64bit": { "url": "https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z", - "hash": "ea38a14cf0dd0f1fdf25367027628a50c59859d69587d835ea7952167de079b7" + "hash": "3b1ab49649962ddd38e4853450b79cb260ea8ddf41d106ce54d4855ebb8558ce" } }, "extract_dir": "ComfyUI_windows_portable", From bc9f17c1300385c603342984d9e9e57d20af71a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:18:28 +0000 Subject: [PATCH 61/70] voov-meeting: Update to version 3.42.0.510 --- bucket/voov-meeting.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/voov-meeting.json b/bucket/voov-meeting.json index 0172d3a..e858fec 100644 --- a/bucket/voov-meeting.json +++ b/bucket/voov-meeting.json @@ -1,13 +1,13 @@ { - "version": "3.32.21.510", + "version": "3.42.0.510", "description": "Cloud meeting solutions covering 100+ countries and regions", "homepage": "https://voovmeeting.com/", "license": { "identifier": "Proprietary", "url": "https://voovmeeting.com/df/en/service-agreement.html" }, - "url": "https://updatecdnv6.meeting.qq.com/cos/8edb0981714a76897edaf542f89a8a60/VooVMeeting_1410000197_3.32.21.510.publish.exe#/dl.7z", - "hash": "md5:8edb0981714a76897edaf542f89a8a60", + "url": "https://updatecdnv6.meeting.qq.com/cos/a75f05f5dd6c2b950358c35d32848523/VooVMeeting_1410000197_3.42.0.510.publish.exe#/dl.7z", + "hash": "md5:a75f05f5dd6c2b950358c35d32848523", "pre_install": "Rename-Item -Path \"$dir\\`$_*\" -NewName \"$version\" -Force", "installer": { "script": [ From c386673eeef5ba8532e537307821da6ff4d0f7e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:56:05 +0000 Subject: [PATCH 62/70] aionui: Update to version 2.1.10 --- bucket/aionui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/aionui.json b/bucket/aionui.json index 9b65348..2df11c8 100644 --- a/bucket/aionui.json +++ b/bucket/aionui.json @@ -1,16 +1,16 @@ { - "version": "2.1.9", + "version": "2.1.10", "description": "Free, local, open-source 24/7 Cowork app and more", "homepage": "https://github.com/iOfficeAI/AionUi", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.9/AionUi-2.1.9-win-x64.exe#/dl.7z", - "hash": "07644504556c933f1c3f00c091cdc26c3f0861c29736a5fab454235de5736d04" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.10/AionUi-2.1.10-win-x64.exe#/dl.7z", + "hash": "e804dcfd41beb10bde1b30051d6a3cde3f1273f9bc6ff8c7a34adde905e2105c" }, "arm64": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.9/AionUi-2.1.9-win-arm64.exe#/dl.7z", - "hash": "600db164fce1de2d144cb4c525a0e6a00bb0f4b895c8c8b6b1ff28866196649b" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.10/AionUi-2.1.10-win-arm64.exe#/dl.7z", + "hash": "d9faaf56c1374fb0306b4c0ddada7f29eea92f179940b18dc63705520c77c7ad" } }, "installer": { From 0c6ec294069ff7c0bd212a5ab2fc10fb5f4c324d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:56:05 +0000 Subject: [PATCH 63/70] wisecare365: Update to version 8.0.2.731 --- bucket/wisecare365.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wisecare365.json b/bucket/wisecare365.json index bfcd126..ebc7ad6 100644 --- a/bucket/wisecare365.json +++ b/bucket/wisecare365.json @@ -1,10 +1,10 @@ { - "version": "8.0.1.730", + "version": "8.0.2.731", "description": "Free Windows PC Cleaner and Speed up Tool", "homepage": "https://wisecleaner.com/wise-care-365.html", "license": "Freeware", - "url": "https://downloads.wisecleaner.com/soft/WiseCare365_8.0.1.730.exe", - "hash": "be6efc8ca794c37e11f0b89e04c87f73586cbe08c72f63744b126f5ee574f364", + "url": "https://downloads.wisecleaner.com/soft/WiseCare365_8.0.2.731.exe", + "hash": "31cb1ed080461eca8576a6b16db46201ad8793de9f50812fa69f0544987bd1aa", "innosetup": true, "installer": { "script": [ From dd065e10d1461757ab75ed0add56633cc2e55806 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:18:38 +0000 Subject: [PATCH 64/70] cap: Update to version 0.5.0 --- bucket/cap.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/cap.json b/bucket/cap.json index 8f620e3..5c96dee 100644 --- a/bucket/cap.json +++ b/bucket/cap.json @@ -1,12 +1,12 @@ { - "version": "0.4.84", + "version": "0.5.0", "description": "Cap is an open-source, high-performance screen and video recording application", "homepage": "https://cap.so/", "license": "GPL-3.0-only", "architecture": { "64bit": { "url": "https://cap.so/download/windows#/dl.exe", - "hash": "419dbcd70ab3f5c0e43d9f98f74182d11f7dc115bf7f2f1c48aeadc1861f4c0f" + "hash": "f62b5d70fc3a258b327ac4b366eccf5f689ebb13ae2f1311fd5fab83b2790d9b" } }, "installer": { From f38822df936086f79b2382fa459193b0acf91dd9 Mon Sep 17 00:00:00 2001 From: ivaquero Date: Thu, 4 Jun 2026 11:09:08 +0800 Subject: [PATCH 65/70] alist-helper: remove since it's discontinued --- README.md | 21 +++++++++++++-------- bucket/hermes-desktop.json | 25 +++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 8 deletions(-) create mode 100644 bucket/hermes-desktop.json diff --git a/README.md b/README.md index baa7e2f..1ef723d 100644 --- a/README.md +++ b/README.md @@ -81,18 +81,26 @@ scoop config aria2-min-split-size 4M ## ⭐️ Summary -### Cross-Platform +### AI Specific -#### General Use +| App | Auto-Update ? | Note | +| :------------------------------------------------: | :-----------: | :---: | +| [aionaui](https://github.com/iOfficeAI/AionUi) | ✓ | | +| [buzz](https://buzzcaptions.com) | +| [next-ai-drawio](https://next-ai-drawio.jiang.jp/) | ✓ | | +| [notegen](https://github.com/codexu/note-gen) | ✓ | | + +| ✓ | | +| [vibe](https://github.com/thewh1teagle/vibe) | ✓ | | + +### General Use | App | Auto-Update ? | Note | | :--------------------------------------------------------: | :-----------: | :----------: | -| [aionaui](https://github.com/iOfficeAI/AionUi) | ✓ | | | [alexandria](https://github.com/btpf/Alexandria) | ✓ | | | [alist-helper](https://github.com/Xmarmalade/alisthelper) | ✓ | | | [bananas](https://getbananas.net/) | ✓ | | | [bitcomet](https://www.bitcomet.com/) | ✓ | | -| [buzz](https://buzzcaptions.com) | ✓ | | | [cap](https://cap.so) | ✓ | | | [ecopast](https://github.com/EcoPasteHub/EcoPaste) | ✓ | | | [filecentipede](https://github.com/filecxx/FileCentipede) | ✓ | by @CronusLM | @@ -101,14 +109,11 @@ scoop config aria2-min-split-size 4M | [landrop-latest](https://landrop.app) | ✓ | | | [linkandroid](https://github.com/modstart-lib/linkandroid) | ✓ | | | [musicat](https://github.com/basharovV/musicat) | ✓ | | -| [next-ai-drawio](https://next-ai-drawio.jiang.jp/) | ✓ | | | [normcap](https://github.com/dynobo/normcap) | ✓ | | -| [notegen](https://github.com/codexu/note-gen) | ✓ | | | [pastemd](https://pastemd.richqaq.cn) | ✓ | | | [pdf4qt](https://jakubmelka.github.io) | ✓ | | | [stirlingpdf](https://stirlingpdf.com) | ✓ | | | [veracrypt](https://veracrypt.fr) | ✓ | | -| [vibe](https://github.com/thewh1teagle/vibe) | ✓ | | | [voov-meeting](https://voovmeeting.com) | ✓ | | | [ytdownloader](https://ytdn.netlify.app) | ✓ | | @@ -125,7 +130,7 @@ scoop config aria2-min-split-size 4M | [tropy](https://tropy.org) | ✓ | | | [zlibrary](https://1lib.sk) | ✓ | | -#### Development Tools +### Development Tools | App | Auto-Update ? | Note | | :--------------------------------------------------------------------------: | :-----------: | :---: | diff --git a/bucket/hermes-desktop.json b/bucket/hermes-desktop.json new file mode 100644 index 0000000..d33dee6 --- /dev/null +++ b/bucket/hermes-desktop.json @@ -0,0 +1,25 @@ +{ + "version": "0.5.5", + "description": "Desktop Companion for Hermes Agent", + "homepage": "https://github.com/fathah/hermes-desktop", + "license": "MIT", + "url": "https://github.com/fathah/hermes-desktop/releases/download/v0.5.5/hermes-desktop-0.5.5-setup.exe", + "hash": "93296400752f5bc34ad81d72d517d6e4e1dc534b104cb2ef735b5bb9f36f2990", + "installer": { + "script": [ + "Expand-7zipArchive -Path \"$dir\\$fname\" -Removal", + "Expand-7zipArchive -Path \"$dir\\`$PLUGINSDIR\\app-64.7z\" -DestinationPath $dir" + ] + }, + "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\",\"$dir\\`$R0\" -Force -Recurse", + "shortcuts": [ + [ + "hermes-agent.exe", + "Hermes Desktop" + ] + ], + "checkver": "github", + "autoupdate": { + "url": "https://github.com/fathah/hermes-desktop/releases/download/v$version/hermes-desktop-$version-setup.exe" + } +} From e4d0bbb574a706378abb63a6b6ad32b2bf61d8da Mon Sep 17 00:00:00 2001 From: ivaquero Date: Thu, 4 Jun 2026 11:12:38 +0800 Subject: [PATCH 66/70] hermes-desktop: add 0.5.5 --- bucket/alist-helper.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 bucket/alist-helper.json diff --git a/bucket/alist-helper.json b/bucket/alist-helper.json deleted file mode 100644 index 8f6ec50..0000000 --- a/bucket/alist-helper.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "version": "0.2.0", - "description": "Application to simplify the use of the desktop version of alist/openlist", - "homepage": "https://github.com/Xmarmalade/alisthelper", - "license": "GPL-3.0 license", - "url": "https://github.com/Xmarmalade/alisthelper/releases/download/v0.2.0/AlistHelper_v0.2.0_windows-x86_64.zip", - "hash": "84270d6dc82a61d45ec701f8a53354d8a23644797cea1da51a1a8def824d6440", - "suggest": { - "alist": "main/alist" - }, - "shortcuts": [ - [ - "alisthelper.exe", - "Alist Helper" - ] - ], - "checkver": "github", - "autoupdate": { - "url": "https://github.com/Xmarmalade/alisthelper/releases/download/v$version/AlistHelper_v$version_windows-x86_64.zip" - } -} From 9aea007294e91d2b2e7b01c57806bb6a00616191 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 05:09:18 +0000 Subject: [PATCH 67/70] comfyui: Update to version 0.24.0 --- bucket/comfyui.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/comfyui.json b/bucket/comfyui.json index 33b5ab9..ac4415e 100644 --- a/bucket/comfyui.json +++ b/bucket/comfyui.json @@ -1,12 +1,12 @@ { - "version": "0.23.0", + "version": "0.24.0", "description": "The most powerful and modular stable diffusion GUI, api and backend", "homepage": "https://github.com/comfyanonymous/ComfyUI", "license": "GPL-3.0", "architecture": { "64bit": { "url": "https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z", - "hash": "3b1ab49649962ddd38e4853450b79cb260ea8ddf41d106ce54d4855ebb8558ce" + "hash": "d34d8b447197545e30c21ae1b58e7e47800188cabae764939ab7ab483a87227a" } }, "extract_dir": "ComfyUI_windows_portable", From 80c389706bad5564f97031253746cbdbe753415e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:45:43 +0000 Subject: [PATCH 68/70] aionui: Update to version 2.1.11 --- bucket/aionui.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/aionui.json b/bucket/aionui.json index 2df11c8..940acb1 100644 --- a/bucket/aionui.json +++ b/bucket/aionui.json @@ -1,16 +1,16 @@ { - "version": "2.1.10", + "version": "2.1.11", "description": "Free, local, open-source 24/7 Cowork app and more", "homepage": "https://github.com/iOfficeAI/AionUi", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.10/AionUi-2.1.10-win-x64.exe#/dl.7z", - "hash": "e804dcfd41beb10bde1b30051d6a3cde3f1273f9bc6ff8c7a34adde905e2105c" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.11/AionUi-2.1.11-win-x64.exe#/dl.7z", + "hash": "8115b6e72683f26694ad180ef96038c06450f74ffad9a7eef83c57d63b78d746" }, "arm64": { - "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.10/AionUi-2.1.10-win-arm64.exe#/dl.7z", - "hash": "d9faaf56c1374fb0306b4c0ddada7f29eea92f179940b18dc63705520c77c7ad" + "url": "https://github.com/iOfficeAI/AionUi/releases/download/v2.1.11/AionUi-2.1.11-win-arm64.exe#/dl.7z", + "hash": "ff0402c7500e6dcf84e05aa843b85a1e1d612b45577818be423e08c0992ae590" } }, "installer": { From ae6524c62daa5bdab9c1adec646350cb7e4236da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 04:48:29 +0000 Subject: [PATCH 69/70] hermes-desktop: Update to version 0.5.6 --- bucket/hermes-desktop.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/hermes-desktop.json b/bucket/hermes-desktop.json index d33dee6..701c9d6 100644 --- a/bucket/hermes-desktop.json +++ b/bucket/hermes-desktop.json @@ -1,10 +1,10 @@ { - "version": "0.5.5", + "version": "0.5.6", "description": "Desktop Companion for Hermes Agent", "homepage": "https://github.com/fathah/hermes-desktop", "license": "MIT", - "url": "https://github.com/fathah/hermes-desktop/releases/download/v0.5.5/hermes-desktop-0.5.5-setup.exe", - "hash": "93296400752f5bc34ad81d72d517d6e4e1dc534b104cb2ef735b5bb9f36f2990", + "url": "https://github.com/fathah/hermes-desktop/releases/download/v0.5.6/hermes-desktop-0.5.6-setup.exe", + "hash": "e804f26a4e379f9602f16205a3b3b042a71fe09ddb88f36dbe2084929c026696", "installer": { "script": [ "Expand-7zipArchive -Path \"$dir\\$fname\" -Removal", From 4f3e516c89f4188f59dff39f6574666243cea736 Mon Sep 17 00:00:00 2001 From: Corner Date: Fri, 5 Jun 2026 15:57:03 +0800 Subject: [PATCH 70/70] glodendict-ng: Add version 26.5.7 --- bucket/glodendict-ng.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bucket/glodendict-ng.json diff --git a/bucket/glodendict-ng.json b/bucket/glodendict-ng.json new file mode 100644 index 0000000..e5070c0 --- /dev/null +++ b/bucket/glodendict-ng.json @@ -0,0 +1,32 @@ +{ + "version": "26.5.7", + "description": "The Next Generation GoldenDict", + "homepage": "https://github.com/xiaoyifang/goldendict-ng", + "license": "https://github.com/xiaoyifang/goldendict-ng?tab=License-1-ov-file", + "architecture": { + "64bit": { + "url": "https://github.com/xiaoyifang/goldendict-ng/releases/download/v26.5.7/GoldenDict-ng-26.5.7-Qt6.10.3-Windows.7z", + "hash": "706951afc710560d92d38bf83df87df296a9484ee2f78fa5e81840a46dadd9bb" + } + }, + "pre_install": [ + "$actualFolder = Get-ChildItem \"$dir\" -Directory | Where-Object { $_.Name -ne '*.tmp' } | Select-Object -First 1", + "if ($actualFolder) {", + " Rename-Item $actualFolder.FullName \"$dir\\glodendict-ng\" -Force", + "}" + ], + "shortcuts": [ + [ + "glodendict-ng\\goldendict.exe", + "glodendict-ng" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/xiaoyifang/goldendict-ng/releases/download/v$version/GoldenDict-ng-$version-Qt6.10.3-Windows.7z" + } + } + } +}