Releases: Googolplexed0/zotify
Releases · Googolplexed0/zotify
v0.9.21 - Zot Still Standing
What's Changed
- Transition away from a custom OAuth implementation
- Fix #48 (once the upstream library accepts my pull request)
- In the meantime, this library will use my fixed fork directly
Full Changelog: v0.9.14...v0.9.21
v0.9.11 - Debugger's Paradise
What's Changed
- Write
--debugprints to file at ROOT_PATH - Expand depth and detail of logs
- Add actual config framework for handling
loggingprints - Some file reorganization
- Reduce Nuisance Warnings (see #36)
Full Changelog: v0.9.10...v0.9.11
v0.9.10
What's Changed
- Prep Work for Proposed API Optimization (see #41 and leave your thoughts)
- Fix Podcast Extension Names by @Ragnaran in #37
- Added Issue Templates (thank you for all of the great bug finds and feature requests!)
- Add Dynamic File Suffixing for Podcasts
- Bug Fixes (see #32 and #38)
New Contributors
Full Changelog: v0.9.0...v0.9.10
v0.9.0 - Feature Double Feature
What's Changed
- Add
-v,--verify-libraryMode, to Check All Track Metadata and Update Discrepancies with API Results (thanks #29)- Adds STRICT_LIBRARY_VERIFY config option (True by default)
- may take a long time and cause rate-limits with larger libraries (only tested with ~10 tracks at a time)
- may still have hidden edge-case bugs with strange metadata config options
-vno longer is an alias for--version, unfortunately, but if someone suggests a better name for the mode that doesn't conflict with other mode/config abbreviations and frees up-vI would be delighted to hear it
- Add Playlist M3U8 Logic, Allowing for Self-Updating Playlists when Re-Running (thanks #34)
- Improve Metadata Handling and Reduce API Calls
- More Improvements to Printing System
- Bugfixes (#32, #33)
Full Changelog: v0.8.20...v0.9.0
v0.8.20
What's Changed
- Total Rework of the Console Printing System (no more random extra blank lines or overwriting)
- Bugfixes
- More API improvements (reduce total number of requests made)
- Performance Optimizations
- Minor Function Changes for Use in Experimental verify-library branch
Full Changelog: v0.8.10...v0.8.20
v0.8.10
What's Changed
- Provide tags to lyric files. by @ppebb in #31
- Fix error with single-digit millisecond timing in synchronized lyric files
- Improved performance, reduced imports, and expanded debug print statements
New Contributors
Full Changelog: v0.8.6...v0.8.10
v0.8.6
What's Changed
- Genre Metadata Tags are Now Enabled by Default (thanks #30)
- Upgrade the URL Calling Mechanism
- Reduce the Number of API Calls for Some Tasks (like Genre Fetching)
- Make Lyric Errors More Concise
- General Organizational Improvements
Full Changelog: v0.8.0...v0.8.6
v0.8.0
v0.7.15
- Add NO_COMPILATION_ALBUMS Config Flag as requested by #23
- Minor Bug Fixes
- Enhance --debug mode print info for albums
Full Changelog: v0.7.14...v0.7.15
v0.7.14
What's Changed
- Fix oauth not working in docker container by @IvanCarapovic in #21
- Fix reversed playlist file numbering as identified by @werlucad in #22
- Other minor formatting improvements and bug fixes
New Contributors
- @IvanCarapovic made their first contribution in #21
Full Changelog: v0.7.10...v0.7.14