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:
parent
032c269798
commit
914693df1b
7 changed files with 12 additions and 7 deletions
|
|
@ -35,6 +35,11 @@ git push origin main
|
|||
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
|
||||
- `:latest` - Hauptversion (main branch)
|
||||
- `:feature-nightly` - Feature Version
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# Jukebox 420 – Discord Soundboard (v1.1.0)
|
||||
# Jukebox 420 – Discord Soundboard (v1.1.1)
|
||||
|
||||
A modern, self‑hosted 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.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ services:
|
|||
- GUILD_ID=${GUILD_ID}
|
||||
- ADMIN_PWD=${ADMIN_PWD}
|
||||
- VITE_BUILD_CHANNEL=nightly
|
||||
- VITE_APP_VERSION=1.0.0-nightly
|
||||
- VITE_APP_VERSION=1.1.1-nightly
|
||||
volumes:
|
||||
- ./data/sounds:/data/sounds
|
||||
- ./data/uploads:/data/uploads
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ services:
|
|||
- .env
|
||||
environment:
|
||||
- VITE_BUILD_CHANNEL=stable
|
||||
- VITE_APP_VERSION=1.0.0
|
||||
- VITE_APP_VERSION=1.1.1
|
||||
volumes:
|
||||
- ./data/sounds:/data/sounds
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jukebox-vibe",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Discord Soundboard mit Web-Interface",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "discord-soundboard-server",
|
||||
"version": "0.1.0",
|
||||
"version": "1.1.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "discord-soundboard-web",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"version": "1.1.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue