🎉 Introducing automated file scans and UI/UX improvements for the mobile app, including a full-screen player for videos.
The file-watcher for the scanner is in an early state and does not handle events like file modification and renaming. Feedback is welcome.
The mobile app is more stable now, but still in alpha. Again, feedback is welcome.
⚠️ There's been a breaking change regarding the transcoder. You have to update the environment variables in the docker-compose for it to start:
- - POSTGRES_USER=${POSTGRES_USER}
- - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- - POSTGRES_DB=${POSTGRES_DB}
- - POSTGRES_SCHEMA=gocoder
- - POSTGRES_SERVER=db
+ - PGUSER=${POSTGRES_USER}
+ - PGPASSWORD=${POSTGRES_PASSWORD}
+ - PGDATABASE=${POSTGRES_DB}
+ - PGHOST=db
+ - PGPORT=5432What's Changed
New features
- Scanner: File-system watcher by @Arthi-chaud in #1191
- Front (Web): Get Progress of Matcher by @Arthi-chaud in #1173
Improvements, Optimizations & Enhancements 👍
- Rare songs: Include original songs from Remix albums by @Arthi-chaud in #1183
Mobile
- Full-screen Video Player by @Arthi-chaud in #1182
- Make navigation faster by @Arthi-chaud in #1171
- Genre Pages by @Arthi-chaud in #1178
- Media Controls by @Arthi-chaud in #1185
- Player: Buffering state by @Arthi-chaud in #1188
Fixes & Patches 🩹
- Mobile: Chip: Fix color of label on state change by @Arthi-chaud in #1186
- Mobile: Fix External Metadata Icon badge size on song page by @Arthi-chaud in #1179
Other Changes 🔀
- Translations update from Hosted Weblate by @weblate in #1164
- Setup danish translation by @Arthi-chaud in #1167
Documentation 📖
- Contribution guidelines by @Arthi-chaud in #1176
Deployment ⚙
- Server: Handle SIGINT, faster shutdown by @Arthi-chaud in #1169
- Docker: Fix Env var for transcoder after breaking change by @Arthi-chaud in #1194
New Contributors
- @Dylancyclone made their first contribution in #1199
Full Changelog: v3.7.0...v3.8.0