V1.5.0: Version bump + Download-Button Redesign

- Version auf 1.5.0 in allen Packages, CI, Dockerfile, Electron
- Download-Button im gleichen Design wie Version-Badge (bg-secondary, radius, hover accent)
- CI Registry auf adriahub (192.168.1.100:9080) umgestellt

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel 2026-03-07 12:38:51 +01:00
parent d6082f8dcf
commit 17dcd6073f
9 changed files with 33 additions and 15 deletions

View file

@ -4,7 +4,7 @@ COPY web/package*.json ./
RUN npm install --no-audit --no-fund
COPY web/ .
ARG VITE_BUILD_CHANNEL=stable
ARG VITE_APP_VERSION=1.0.0
ARG VITE_APP_VERSION=1.5.0
ENV VITE_BUILD_CHANNEL=$VITE_BUILD_CHANNEL
ENV VITE_APP_VERSION=$VITE_APP_VERSION
RUN npm run build