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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
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}
|
- 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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue