Skip to content

Releases: Selbi182/SpotifyDiscoveryBot

v1.6

03 Mar 16:37
Compare
Choose a tag to compare

Mostly a hotfix release, because Spotify changed the API (without any announcements, gah) that completely broke down the bot.

  • Fixed a critical NullPointerException involving available markets
  • Unfollowed artists are now properly removed from the database cache
  • Updated forwarder service to properly handle whitelisted extended album groups
  • Added a bunch of debugging log messages (enable with logging.level.spotify=DEBUG in application.properties)

v1.5

02 Jul 14:32
Compare
Choose a tag to compare
  • AutoPurger now allows for individual expiration days per playlist (user request)
  • RelayService renamed to ForwarderService
  • AutoPurger, ForwarderService, BlacklistService, and FeatureControl have all been reworked to be part of the application.properties file. The README has been updated for this
  • Fixed rare encoding issues when trying to read the log

v1.4

29 Jun 13:02
Compare
Choose a tag to compare
  • Added AutoPurger (user request)
  • Reworked additions to playlists to be much faster on large batches of new releases
  • Calling the path /clear now force-unsets all notifiers, no matter what

v1.3

12 Apr 23:03
Compare
Choose a tag to compare

Small QoL update:

  • Initial setup should now automatically open the browser
  • Fixed notifiers clearance (the white circles getting removed as you listen to a given playlist with new releases) spamming pointless Spotify API requests over and over
  • Crawl cron can now be manually overridden in the application.properties with spotify.discovery.crawl.cron
  • Fixed notifiers sometimes showing up even when there were no releases
  • Fixed public and collaborative playlists not being updatable
  • Log blocks no longer collapse when selecting text
  • DEV_MODE.txt renamed to a .ini file

v1.2

06 Mar 15:30
Compare
Choose a tag to compare

Stability improvements and a few quality-of-life changes to the log. Also increased out-of-the-box convenience.

Important note for anyone upgrading from a previous version: spotifybot.properties must now be in the config folder!

v1.1

04 Mar 18:24
Compare
Choose a tag to compare

Critical bugfix release that prevented the first release from properly launching.

See the included README.md for installation instructions

v1.0

31 Jan 00:56
Compare
Choose a tag to compare

First stable release of the Spotify Discovery Bot with all template files included.

See the included README.md for installation instructions