- Dead symbolic links to fonts in user font directory are now automatically removed to avoid crash.
- Some installed fonts could be left uninstalled, this problem has been fixed.
- Installation directions in readme.
- The project can be installed with
pip
.
- In the config file, the
player.transition_duration
is moved toplayer.durations.transition_duration
; - To run the player, invoke the command
dakara-play-vlc
orpython -m dakara_player_vlc
, instead ofdakara.py
; - Configuration is now stored in the user directory. You can create a new config file with the command
dakara-play-vlc create-config
orpython -m dakara_player_vlc create-config
.
- In the config file, the
server.url
parameter is renamedserver.address
and contains the hostname of the server (withouthttp://
orhttps://
). The encryption of the connection is obtained with theserver.ssl
parameter.
- Better Windows OS support.
- Fix documentation inconsistency.
- Tests can be executed with
./tests.py
. - Resources folder, with default/example templates and backgrounds, is moved:
share
>dakara_player_vlc/resources
. - Work link long name can be obtained withe the
| link_type_name
filter.
- Config file uses the Yaml format and should be
config.yaml
, example file isconfig.yaml.example
. - Calling
dakara.py -d
activates debug logging.
- Changelog.
- Version file.
- Display version in log and idle screen.
- Version bump script.
- First version.