Skip to content

Latest commit

 

History

History
94 lines (56 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

94 lines (56 loc) · 1.71 KB

Changelog

Unreleased

Added

  • MacOS support.
  • Added Python 3.12 support.

Removed

  • Dropped Python 3.7 support.

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.

1.7.0 - 2021-06-20

Removed

  • Dropped support of Python 3.5 and 3.6.

1.6.0 - 2020-09-05

Added

  • Detect instrumental tracks.

1.5.1 - 2019-12-06

Fixed

  • A subtitle file from which lyrics can't be parsed no longer halts the feed process but only logs an error.
  • A video file from which duration can't be extracted no longer halts the feed process but only logs an error.

1.5.0 - 2019-12-05

Added

  • First version.