Version 1.8.0
1.8.0 - 2022-11-23
Update notes
The project uses now a library to manage user directories on the different operating systems, the location was modified for Windows:
# cmd
mkdir %APPDATA%\DakaraProject
move %APPDATA%\Dakara %APPDATA%\DakaraProject\dakara
# powershell
mkdir $env:APPDATA\DakaraProject
mv $env:APPDATA\Dakara $env:APPDATA\DakaraProject\dakara
Added
- Fonts are automatically installed on Windows.
- Songs can be restarted, rewound, or fast forwarded during playback.
Duration of the rewind/fast forward jump is 10 seconds by default and can be customized in the config file using theplayer.durations.rewind_fast_forward_duration
key. - Support of mpv 0.34.0 and above.
- The user can force the version of mpv to use in config using the
player.mpv.force_version
key. - Support Python 3.10 and 3.11.
Changed
- Fonts are searched in system and user directories recursively.
- Name of the command changed from
dakara-play
todakara-player
. - Play command moved from
dakara-play
todakara-player play
. - A better font icon is used (especially with a singer-style microphone).
- Elements displayed on the transition screen use now the same layout as on the web client.
Fixed
- Stopping the karaoke when a song is paused using mpv was sending a resumed callback to the server, that was rejected.
This behavior was fixed.
Removed
- Dropped support of Python 3.6.