36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
# Changelog
|
|
|
|
Alle wichtigen Änderungen werden hier dokumentiert.
|
|
|
|
## [1.1.0] - 2026-01-25
|
|
|
|
### Geändert
|
|
- ⭐ **Vereinfachte Installation**: Fokus auf "auf dem Host bauen"
|
|
- Aktualisierte Dokumentation mit funktionierender Methode
|
|
- Neue npm scripts: `docker:deploy`, `docker:copy`, `docker:restart`
|
|
|
|
### Hinzugefügt
|
|
- `quick-install.sh` - Ultra-einfache Installation
|
|
- `update-node.sh` - Für Updates
|
|
- `git-commit.sh` - Git Commit Helper
|
|
- `git-cleanup.sh` - Cleanup alter Dateien
|
|
- `create-release.sh` - Release-Erstellung
|
|
- `GIT-COMMANDS.md` - Git-Befehlsreferenz
|
|
|
|
### Behoben
|
|
- TypeScript Installation Problem gelöst ("tsc not found")
|
|
- Read-only Volume Problem dokumentiert und gelöst
|
|
- npm audit Vulnerabilities dokumentiert
|
|
|
|
## [1.0.0] - 2026-01-24
|
|
|
|
### Hinzugefügt
|
|
- Vollständige LibreBooking API Integration
|
|
- 8 Ressourcen: Reservierung, Ressource, Zeitplan, Benutzer, Konto, Gruppe, Zubehör, Attribut
|
|
- Trigger Node für neue/geänderte Reservierungen
|
|
- Docker Support mit docker-compose.yml
|
|
- Automatische Installationsskripte
|
|
- Umfangreiche Dokumentation auf Deutsch
|
|
- Beispiel-Workflows
|
|
- Test-Skripte
|