v2.0.0 🚀

Highlights:
- Node 24 LTS Runtime (npm 11)
- Static ffmpeg Binary (Image -45%, 892MB -> 493MB)
- In-Memory PCM Cache (instant Sound-Playback nach erstem Abspielen)
- InlineVolume Bypass bei Volume 1.0
- sodium-native v5, Express v5, @discordjs/voice 0.19 (DAVE E2EE)
- Alle Dependencies auf aktuellem Stand
This commit is contained in:
Claude Code 2026-03-05 16:04:15 +01:00
parent 5ef5598758
commit 761032a280
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "discord-soundboard-server", "name": "discord-soundboard-server",
"version": "1.1.1", "version": "2.0.0",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",

View file

@ -1,7 +1,7 @@
{ {
"name": "discord-soundboard-web", "name": "discord-soundboard-web",
"private": true, "private": true,
"version": "1.1.1", "version": "2.0.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",