docs(changelog): add CHANGELOG 1.1.1; chore(version): bump to 1.1.1 and update badges/env; docs(feature): FEATURE_BRANCH.md Hinweise ergänzt

This commit is contained in:
vibe-bot 2025-08-10 21:23:13 +02:00
parent 032c269798
commit 914693df1b
7 changed files with 12 additions and 7 deletions

View file

@ -35,6 +35,11 @@ git push origin main
git branch -d feature/mein-experiment git branch -d feature/mein-experiment
``` ```
## Versionierung & Changelog
- Versionen werden in `README.md` (Badge) gepflegt
- Änderungen dokumentieren wir in `CHANGELOG.md`
- Nightly-Entwicklung: Features zuerst im Branch `feature/nightly`, Merge nach `main` für Release
## Docker Images ## Docker Images
- `:latest` - Hauptversion (main branch) - `:latest` - Hauptversion (main branch)
- `:feature-nightly` - Feature Version - `:feature-nightly` - Feature Version

View file

@ -1,8 +1,8 @@
# Jukebox 420 Discord Soundboard (v1.1.0) # Jukebox 420 Discord Soundboard (v1.1.1)
A modern, selfhosted Discord soundboard with a slick web UI and a Discord bot that plays sounds into your voice channels. Easy to run via Docker, fun to use with friends. A modern, selfhosted Discord soundboard with a slick web UI and a Discord bot that plays sounds into your voice channels. Easy to run via Docker, fun to use with friends.
![Version](https://img.shields.io/badge/version-1.1.0-blue) ![Version](https://img.shields.io/badge/version-1.1.1-blue)
![Docker](https://img.shields.io/badge/docker-ready-green) ![Docker](https://img.shields.io/badge/docker-ready-green)
![Discord](https://img.shields.io/badge/discord-bot-purple) ![Discord](https://img.shields.io/badge/discord-bot-purple)

View file

@ -13,7 +13,7 @@ services:
- GUILD_ID=${GUILD_ID} - GUILD_ID=${GUILD_ID}
- ADMIN_PWD=${ADMIN_PWD} - ADMIN_PWD=${ADMIN_PWD}
- VITE_BUILD_CHANNEL=nightly - VITE_BUILD_CHANNEL=nightly
- VITE_APP_VERSION=1.0.0-nightly - VITE_APP_VERSION=1.1.1-nightly
volumes: volumes:
- ./data/sounds:/data/sounds - ./data/sounds:/data/sounds
- ./data/uploads:/data/uploads - ./data/uploads:/data/uploads

View file

@ -8,7 +8,7 @@ services:
- .env - .env
environment: environment:
- VITE_BUILD_CHANNEL=stable - VITE_BUILD_CHANNEL=stable
- VITE_APP_VERSION=1.0.0 - VITE_APP_VERSION=1.1.1
volumes: volumes:
- ./data/sounds:/data/sounds - ./data/sounds:/data/sounds
restart: unless-stopped restart: unless-stopped

View file

@ -1,6 +1,6 @@
{ {
"name": "jukebox-vibe", "name": "jukebox-vibe",
"version": "1.0.0", "version": "1.1.1",
"description": "Discord Soundboard mit Web-Interface", "description": "Discord Soundboard mit Web-Interface",
"private": true, "private": true,
"scripts": { "scripts": {

View file

@ -1,6 +1,6 @@
{ {
"name": "discord-soundboard-server", "name": "discord-soundboard-server",
"version": "0.1.0", "version": "1.1.1",
"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": "0.1.0", "version": "1.1.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",