Skip to content

Releases: blastbeng/spotisub

v 0.3.4

06 Dec 10:44
Compare
Choose a tag to compare

BugFix

  • Some small performance improvements
  • Update spotipy to latest release, as it was failing (Spotify changed some of their APIs)
  • Solved #73

As always for the full list of features look at the README

v 0.3.3

08 Oct 21:57
Compare
Choose a tag to compare

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

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

27 Sep 15:26
84982c9
Compare
Choose a tag to compare

WARNING

If coming from a a release lower than 0.3.0 your database will be wiped out

Dashboard

  • Implemented Overview page
  • Implemented Song page
  • Implemented Basic Toolbar

BugFix

  • Solved some pagination issues
  • Solved #61

As always for the full list of features look at the README

v 0.2.5

21 Sep 10:24
b1fc5a3
Compare
Choose a tag to compare

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

19 Sep 18:09
49b20ce
Compare
Choose a tag to compare

BugFix

  • Reorganized code for pylint

As always for the full list of features look at the README

v 0.2.3

19 Sep 09:16
Compare
Choose a tag to compare

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

18 Sep 13:48
ad89029
Compare
Choose a tag to compare

IMPORTANT

The application port has been changed from 50811 to 5183. Please modify your docker files.

BugFix

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

18 Sep 00:24
9551bbb
Compare
Choose a tag to compare

BugFix

As always for the full list of features always look at the README

v 0.2.0

17 Sep 12:42
1e87165
Compare
Choose a tag to compare

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

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

16 Sep 15:04
15b0655
Compare
Choose a tag to compare

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