Releases: digitalec/deemon
Releases · digitalec/deemon
2.8.5
2.8.4
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
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
2.9.0-beta3
2.9.0 beta 3
This release includes features and several bug fixes:
Features:
- Added support for GW API to
search
anddownload
commands
Fixes/Changes:
2.9.0-beta2
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 toFalse
(see artist6004814
). All albums for this artist exist only under "More albums".
- This is a workaround for artists whose discography has
2.8.2
2.8.1
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
- Adds compilation support for experimental API
compilations
andexperimental_api
both need to be set totrue
2.8.0
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
beforeDIGITAL_RELEASE_DATE
- Compilations were incorrectly grouped with albums leading to a high number of irrelevant releases