- Fixed a bug where migrations where not performed during install, making it impossible to run Raveberry. - Credentials can now be passed to the mopidy container via environment variables. - Disabling stream authentication is now simpler in the docker setup.
0.6.13
- Javascript files are copied into the nginx container. This removes the need of the shared static folder. - `DJANGO_MOCK` always uses the debug database, unless otherwise specified with `DJANGO_POSTGRES`. It also mocks all url patterns instead of just faking them.
0.6.12
- Clicking the current songs shows further information as well (like it does for songs in the queue) - Since the little cross at the right end of the input field is a little small, the cursor now moves to the right of the text when tapped. Then, the text can be deleted with the keyboard.
0.6.11
- In voting mode, the voting buttons are now shown to logged in users as well. - Allow users to upgrade from a config where no hotspot ssid was specified.
0.6.10
- settings.py (the previously largest file) was split into smaller files. - player.py was split into playback.py and controller.py - In suggestions, playcount is fetched from the database to avoid presenting stale information. - Code was made more mypy and pylint compliant. - The number of suggestions that is shown when searching can be customized. - The number of online suggestions can be changed for each service individually. - The name of the WiFi created by Raveberry can be changed in the config file.
0.6.9
- Due to a bug in youtube-dl, it currently crashes during thumbnail embedding. Thus, it was temporarily disabled.