Skip to content

2.21

Compare
Choose a tag to compare
@digitalec digitalec released this 05 Apr 02:22
· 18 commits to main since this release

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)