🐛 Bug Fixes
- Docker
- Fix EACCES permission denied error when using PostgreSQL on Unraid (#21)
- Resolve Prisma client regeneration failure when switching database providers with non-default PUID/PGID
✨ New Features
- Settings > System
- Added System Information section displaying application version, database backend, Node.js version, and uptime
🔒 Security & Stability
- Session Management
- Middleware now validates session tokens against the API
- Invalid/stale session cookies are automatically cleared and user redirected to login
- Prevents issues when database is reset or container recreated with new volume
📚 Documentation
- Documentation has moved to the GitHub Wiki
- Comprehensive guides for Authentication, TRaSH Guides, Hunting, Backup/Restore, and more
📦 Upgrade Notes
This is a non-breaking release. Simply pull the latest image:
docker-compose pull
docker-compose up -dNote: You may be logged out after upgrading due to improved session validation. Simply log in again.