Releases: blastbeng/spotisub
v 0.3.4
v 0.3.3
WARNING
If coming from a a release lower than 0.3.3 your database will be wiped out
Dashboard
- Implemented Better Overview page
- Implemented Better Sorting
- Implemented Full Rescan on Overview Page
- Implemented Rescan button per playlist
- Implemented Tasks page
- Implemented Logs page
BugFix
- Solved #71
Changes
- Changed from UWSGI to Gunicorn, so expect some bugs
- Threading has been implemented for rescan jobs
- Big code refactoring
- The database has changed a lot and coming from a previous release will wipe entire database
As always for the full list of features look at the README
v 0.3.1
v 0.2.5
BugFix
- Added error message if unable to reach Spotify APIs
- Code Refactoring
- Various Bug Fixing
Next release will be 0.3.0, and it will have an "alpha" version of the Dashboard
There aren't planned any other bugfix releases until 0.3.0
As always for the full list of features look at the README
v 0.2.4
v 0.2.3
Improvements
- Implemented musicbrainz API for better track matching using ISRC
Refactoring
- /database/unmatched_songs endpoint has been moved to /database/playlist/unmatched
- /database/all endpoint has been added
BugFix
- Various bugfixes related to the Spotisub database
- Modified Dockerfile, removed locales, timezozne and pids
As always for the full list of features always look at the README
v 0.2.2
IMPORTANT
The application port has been changed from 50811 to 5183. Please modify your docker files.
BugFix
- Solved Improve Exclusion Logic: Only Exclude Tracks with Exact Word Matches in Titles
- Solved Error on insert_song and new API endpoint returning null
- Solved Bug: Couldn't write to Cache
- Various improvements in track exclusion
- Fixed correct artist search in endpoints, when a user specify an artist name
- Fixed correct playlist search in endpoints, when a user specify a playlist name
Install script has been added to the repo, check the wiki for new install instructions:
https://github.com/blastbeng/spotisub/wiki/Install-Spotisub-using-Docker
As always for the full list of features always look at the README
v 0.2.1
v 0.2.0
Renaming the Project
The project has been renamed from subtify to spotisub
This is because there was already other projects with this name.
You will need to change all the occurrencies of subtify in your compose files to spotisub.
Also the database name has been changed, i suggest you to delete subtify.db under the /cache folder.
Important Note
Since the latest release was full of new features and code refactoring, it introduced few bugs i wasn't expecting.
I am not going to implement anything new until release 0.3.0, because i want to make a full stable version of the current features.
The versions from 0.2.0 to => 0.3.0 will just be bugfixing releases
BugFix
- Resolved Cosmetic issue with PLAYLIST_PREFIX
- Resolved Empty playlists
- Resolved ffmpeg is not installed in the Docker Image
- Resolved Error on insert_song and new API endpoint returning null
- Code Refactoring
- Various bugfix
This release have big improvements and code changes, some features may not work as expected, please report back any bug.
As always for the full list of features always look at the README
v 0.1.6
This is the first release with a database.
This will be used in future releases as backend for the Dashboard.
You may have to delete all the previously "Recommendation playlists" as it were still written wrong.
Features
- Implemented Database
- Implemented REST API Endpoint /database/unmatched_songs which returns a json containing the list of playlists with unmatched songs
- Code Refactoring
- Various bugfix
This release have big improvements and code changes, some features may not work as expected, please report back any bug.
As always for the full list of features always look at the README