From 2a9696e3b735174fd847aacb501e2e9195c1ce82 Mon Sep 17 00:00:00 2001 From: scillidan Date: Sun, 11 Jan 2026 15:15:52 +0800 Subject: [PATCH 1/2] chainner: Add version 0.25.1 --- bucket/chainner.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bucket/chainner.json diff --git a/bucket/chainner.json b/bucket/chainner.json new file mode 100644 index 00000000000000..10daebfe7fd034 --- /dev/null +++ b/bucket/chainner.json @@ -0,0 +1,38 @@ +{ + "version": "0.25.1", + "description": "A node-based image processing GUI aimed at making chaining image processing tasks easy and customizable.", + "homepage": "https://github.com/chaiNNer-org/chaiNNer", + "license": "GPL-3.0-or-later", + "suggest": "Versions/python311", + "architecture": { + "64bit": { + "url": "https://github.com/chaiNNer-org/chaiNNer/releases/download/v0.25.1/chaiNNer-windows-x64-0.25.1-portable.zip", + "hash": "ab06e3a8cf036ff76440fc162539b2c4c62abee99dd452ce0bf9c313d63450ed" + } + }, + "shortcuts": [ + [ + "chaiNNer.exe", + "chaiNNer" + ] + ], + "pre_install": [ + "$settingsFile = \"$dir\\settings.json\"", + "if (!(Test-Path $settingsFile)) {", + " $defaultSettings = @{", + " 'useSystemPython' = $true", + " 'systemPythonLocation' = \"$env:SCOOP\\apps\\python311\\current\"", + " } | ConvertTo-Json", + " Set-Content -Path $settingsFile -Value $defaultSettings -Encoding UTF8", + "}" + ], + "persist": "settings.json", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/chaiNNer-org/chaiNNer/releases/download/v$version/chaiNNer-windows-x64-$version-portable.zip" + } + } + } +} From 7abfab626bf608dcd7e05d6a4aded912bfd275d2 Mon Sep 17 00:00:00 2001 From: scillidan Date: Sun, 11 Jan 2026 15:34:56 +0800 Subject: [PATCH 2/2] chainner@0.25.1: Update suggest field Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- bucket/chainner.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bucket/chainner.json b/bucket/chainner.json index 10daebfe7fd034..3d3a52b1170e90 100644 --- a/bucket/chainner.json +++ b/bucket/chainner.json @@ -3,7 +3,9 @@ "description": "A node-based image processing GUI aimed at making chaining image processing tasks easy and customizable.", "homepage": "https://github.com/chaiNNer-org/chaiNNer", "license": "GPL-3.0-or-later", - "suggest": "Versions/python311", + "suggest": { + "Python 3.11": "versions/python311" + }, "architecture": { "64bit": { "url": "https://github.com/chaiNNer-org/chaiNNer/releases/download/v0.25.1/chaiNNer-windows-x64-0.25.1-portable.zip",