Skip to content

Version 1.8.0

Latest
Compare
Choose a tag to compare
@Neraste Neraste released this 23 Nov 04:38
· 47 commits to develop since this release

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

  • Automatically prune artists and works without songs on server.
  • Feed tags with command dakara-feeder feed tags.
  • Feed work types with command dakara-feeder feed work-types.
  • Feed works with command dakara-feeder feed works.
  • Support Python 3.10 and 3.11.

Changed

  • Name of the command changed from dakara-feed to dakara-feeder.
  • Feed command for songs changed from dakara-feed to dakara-feeder feed songs.
  • Custom song class can be indicated in configuration file with a file name: custom_song_class: path/to/file.py::MySong.