From 931faacb0b0d28acb644aaf6a796c21b36a16837 Mon Sep 17 00:00:00 2001 From: shayaa <101264710+Vxrtrauter@users.noreply.github.com> Date: Tue, 14 Oct 2025 10:16:42 +0200 Subject: [PATCH 1/4] update dev workflow to release builds publicly as pre-release --- .github/workflows/dev.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 527958a..976f996 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -128,16 +128,16 @@ jobs: chmod +x release/SoftwareManager-dev-*-linux release/SoftwareManager-dev-*-macos ls -la release/ - - name: Create Draft Release (Dev) + - name: Create Prerelease (Public) uses: softprops/action-gh-release@v2 with: tag_name: ${{ steps.version.outputs.version }} name: ${{ steps.version.outputs.version }} - draft: true + draft: false prerelease: true files: | release/SoftwareManager-dev-${{ steps.version.outputs.short_sha }}-linux release/SoftwareManager-dev-${{ steps.version.outputs.short_sha }}-windows.exe release/SoftwareManager-dev-${{ steps.version.outputs.short_sha }}-macos env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 000278ec6ba3913f4ca03c728ef8978897718254 Mon Sep 17 00:00:00 2001 From: shayaa <101264710+Vxrtrauter@users.noreply.github.com> Date: Tue, 14 Oct 2025 10:23:28 +0200 Subject: [PATCH 2/4] update dev workflow to use dev tag for releases --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 976f996..98a5fad 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -113,7 +113,7 @@ jobs: run: | COMMIT_SHA=${{ github.sha }} SHORT_SHA=${COMMIT_SHA:0:7} - VERSION="${SHORT_SHA}-dev" + VERSION="dev" echo "version=${VERSION}" >> $GITHUB_OUTPUT echo "short_sha=${SHORT_SHA}" >> $GITHUB_OUTPUT echo "Generated version: ${VERSION}" From 799048084336c54a0ab0d48151fa9e3e4cd4762c Mon Sep 17 00:00:00 2001 From: shayaa <101264710+Vxrtrauter@users.noreply.github.com> Date: Tue, 14 Oct 2025 10:30:45 +0200 Subject: [PATCH 3/4] fix dev workflow issues --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 98a5fad..b95b05f 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -131,8 +131,8 @@ jobs: - name: Create Prerelease (Public) uses: softprops/action-gh-release@v2 with: - tag_name: ${{ steps.version.outputs.version }} - name: ${{ steps.version.outputs.version }} + tag_name: dev + name: dev-${{ steps.version.outputs.short_sha }} draft: false prerelease: true files: | From e34ff32dbd5ea89d09194d9931026acf11bebf0b Mon Sep 17 00:00:00 2001 From: shayaa <101264710+Vxrtrauter@users.noreply.github.com> Date: Tue, 14 Oct 2025 10:31:45 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5494f3..759c6c0 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ SoftwareManager is a Python-based GUI/TUI tool that simplifies downloading and m ## Features - VPN Binding (impl. soon) -- Bandwidth/Download speed limiting (impl. soon) +- Bandwidth/Download speed limiting - Start downloads via a predefined magnet URI. -- View detailed download information (name, speed, and status). (improved impl. soon) +- View detailed download information (name, speed, and status). ## Installation 1. Download the binary file for your operating system from releases