Skip to content

Releases: digitalec/deemon

2.8.5

12 Mar 22:11
Compare
Choose a tag to compare

Fixes

  • Fixes #56 where changing release channels does not trigger update check

2.8.4

16 Feb 23:13
Compare
Choose a tag to compare

Please note: support for the Docker container will be ending in the next major release

Fixes

  • Skip checking for update if '-h' or '--help' is used
  • Fixes issue where empty menu would appear if no matches were found
  • Updated README to reflect deprecation of Docker support and add instructions for python venv

2.9.0-beta4

03 Feb 00:35
Compare
Choose a tag to compare
2.9.0-beta4 Pre-release
Pre-release

Fixes

  • Disabled debugging in dISC (screen will now clear between menus)
  • Fixed crash when selecting track in dISC
  • Fixed regression from commit ab60efa

2.8.3

03 Feb 00:32
Compare
Choose a tag to compare

Fixes

  • Fixed crash when selecting track when using dISC
  • Fixed crash when trying to monitor invalid or private playlists
  • Fixed bug with time machine during monitor operation (issue #51)

2.9.0-beta3

19 Jan 02:00
Compare
Choose a tag to compare
2.9.0-beta3 Pre-release
Pre-release

2.9.0 beta 3

This release includes features and several bug fixes:

Features:

  • Added support for GW API to search and download commands

Fixes/Changes:

  • Clarify messaging when check_account_status is enabled (Fixes #47)
  • Fixed issue where using time machine with monitor caused all database artists to reset to that date (Fixes #51)
  • Fixed OSError exception when piping output of show command to another application such as grep, less, etc. (Fixes #54)

2.9.0-beta2

17 Jan 21:42
Compare
Choose a tag to compare
2.9.0-beta2 Pre-release
Pre-release

This release includes new experimental features which are disabled by default.

All features described below are included in a new section of the config.json file labelled experimental. This is where all unfinished features will be enabled/disabled in future releases.

Features:

  • Added new allow_compilations feature
    • This includes type 2 releases (soundtracks, compilations, mixtapes, etc.)
  • Added new allow_featured_in feature
    • WARNING: Enabling this feature will exponentially increase the number of releases!
  • Added new allow_unofficial_releases feature
    • This is a workaround for artists whose discography has ARTIST_ALBUM_IS_OFFICIAL set to False (see artist 6004814). All albums for this artist exist only under "More albums".

2.8.2

12 Jan 14:17
Compare
Choose a tag to compare

This release includes the following fixes:

  • Resolves #50 where time machine fails during a monitor operation

2.8.1

28 Dec 15:32
Compare
Choose a tag to compare

This release adds support for deemix 3.6.3 and includes bug fixes.

New:

  • Add support for deemix 3.6.3

Fixes:

  • Updated requirements.txt to only pull compatible versions of deemix so it won't break the docker container
  • No longer downloads entire playlist when setting up for monitoring

2.9.0-beta1

20 Dec 18:58
Compare
Choose a tag to compare
2.9.0-beta1 Pre-release
Pre-release
  • Adds compilation support for experimental API
    • compilations and experimental_api both need to be set to true

2.8.0

28 Nov 15:10
Compare
Choose a tag to compare

New

  • Added support for downloading track URLs

Fixes

  • No longer logging in to experimental API returns full results
  • Show track count in email notification only when using the experimental API
  • Set API token globally to avoid CSRF failures while threading
  • Time machine now trims release table for dates newer than specified which improve performance
  • Fixed time machine bug causing all releases to queue
  • Changed the way album release date is compared to time machine date
  • Increased default duplicate search limit from 1 to 5 when using threading
  • Prefer ORIGINAL_RELEASE_DATE before DIGITAL_RELEASE_DATE
  • Compilations were incorrectly grouped with albums leading to a high number of irrelevant releases