This release is to address a bug fix and to provide some minor enhancements.
* Fixed an issue where explicit releases were not shown when using the explicit filter in Search * Added the ability to update the ARL from the command line using `deemon --arl ....` * Added the ability to filter by year when using Search (e.g. `>=2000`, `<=2003`, `=2015`)
2.21.3
deemon v2.21 and higher now supports Python 3.8 or higher.
2.21.2
This release fixes (109) the email notification bug presented in 2.21.
2.21.1
This is a minor bug fix release.
- Fixes debug message appearing as error.
2.21
This release contains general bug fixes and adds support for Python 3.12.
**Python 3.9 or later is required to run deemon.**
**Changes to support Python 3.12** - replace pkg_resources with pkgutil (fixes 103) - upgrade setuptools to v66.1 - docker image now uses ubuntu 22.04
**Fixed** - fixed KeyError when passing a playlist URL to the download command (fixes 95) - catch TypeError when download failed message returns empty/non-dict (fixes 102)
2.20
This release adds the `--init` argument to initialize (or re-initialize) the deemon application data directory (config, database).
**Added** aa9aaea - added --init argument
**Fixed** cf444fa - switch API call from get_playlist to get_playlist_tracks to get full tracklist da1c030 - Remove duplicate ARL check; pass API object back to Monitor