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 71880c6298 - Show all commits
+4
View File
@@ -5,6 +5,7 @@ on:
branches:
- 'release/**'
- 'develop'
- 'v2-develop'
jobs:
build:
@@ -23,6 +24,9 @@ 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}"