67 lines
1.5 KiB
Markdown
67 lines
1.5 KiB
Markdown
✅ Klar!
|
||
|
||
Du kan nu:
|
||
Oprette kommandoer
|
||
Sætte timers, polls og giveaways
|
||
Spore points, subs, bits osv.
|
||
|
||
---
|
||
|
||
### 🧾 **CHANGELOG.md**
|
||
|
||
```markdown
|
||
# Changelog
|
||
|
||
## [0.0.1] – 2025-10-05
|
||
### Added
|
||
- Første fulde version af **Twitch PHP Bot**
|
||
- Dashboard med login og rollebaseret adgang
|
||
- Kommando-editor med placeholders
|
||
- Live log (SSE + WebSocket fallback)
|
||
- Timer, Poll, Giveaway moduler
|
||
- Loyalty Points + Bets, Slots, Raffle
|
||
- Rettighedsstyring: Admin, Mod, User
|
||
- Helix API-integration (subs, mods, VIPs, cheerers)
|
||
- SQLite database med auto-migrering
|
||
- Indstillinger: Watchdog, timeout
|
||
- Brugeradministration (Admin kan oprette/redigere/slette)
|
||
- Dansk/Engelsk dokumentation
|
||
|
||
### Known issues
|
||
- WebSocket kræver Node.js manuelt start
|
||
- Ingen grafisk editor for poll/giveaway endnu
|
||
```
|
||
|
||
---
|
||
|
||
#English
|
||
✅ Ready!
|
||
|
||
You can now:
|
||
Create commands
|
||
Set up timers, polls, and giveaways
|
||
Track points, subs, bits, etc.
|
||
|
||
🧾 CHANGELOG.md
|
||
```
|
||
# Changelog
|
||
|
||
## [0.0.1] – 2025-10-05
|
||
### Added
|
||
- First complete version of **Twitch PHP Bot**
|
||
- Dashboard with login and role-based access
|
||
- Command editor with placeholders
|
||
- Live log (SSE + WebSocket fallback)
|
||
- Timer, Poll, and Giveaway modules
|
||
- Loyalty Points + Bets, Slots, Raffle
|
||
- Permission system: Admin, Mod, User
|
||
- Helix API integration (subs, mods, VIPs, cheerers)
|
||
- SQLite database with auto-migration
|
||
- Settings: Watchdog, timeout
|
||
- User management (Admin can create/edit/delete)
|
||
- Danish/English documentation
|
||
|
||
### Known issues
|
||
- WebSocket requires manual Node.js startup
|
||
- No graphical editor for poll/giveaway yet
|
||
``` |