feat: Recently Completed downloads history, tab UI, and light theme refresh #7

Merged
Gandalf merged 19 commits from develop into main 2026-05-17 13:55:08 +01:00
Showing only changes of commit 742f34f6eb - Show all commits

View File

@@ -5,7 +5,6 @@ on:
branches:
- 'release/**'
- 'develop'
- 'v2-develop'
jobs:
build:
@@ -24,9 +23,6 @@ jobs:
if [ "$BRANCH" = "develop" ]; then
echo "tags=reg.i3omb.com/sofarr:develop" >> $GITHUB_OUTPUT
echo "Building develop image (version ${VERSION})"
elif [ "$BRANCH" = "v2-develop" ]; then
echo "tags=reg.i3omb.com/sofarr:v2-develop" >> $GITHUB_OUTPUT
echo "Building v2-develop image (version ${VERSION})"
else
RELEASE_NAME=${BRANCH#release/}
TAGS="reg.i3omb.com/sofarr:${VERSION}"