Skip to content

Releases: Yooooomi/your_spotify

1.12.0

12 Dec 08:25
7d4ba03
Compare
Choose a tag to compare

What's Changed

  • Update Spotify extended streaming history schema to match new format by @mroetsc in #454
  • Fix calculation of negative percentages in getPercentMore by @tigattack in #450
  • Update selected tab on the settings page based on URL path on page load by @M2K3K5 in #436
  • Automatic OAuth login and session expiration check with redirect to login page by @M2K3K5 in #434
  • Update dependencies by @Yooooomi in #455

New Contributors

Full Changelog: 1.11.0...1.12.0

1.11.0

25 Aug 16:44
Compare
Choose a tag to compare

Features

  • Allow to display ranking using either Count or Duration @Blackcheckgamer in #395
  • Allow to delete public token so that no url can access your account #409

Bug fixes

  • Fixed not being able to visit a public token while logged in #334
  • Fixed file names not being visible in dark mode by @M2K3K5 #420 😏

Miscellaneous

  • Set use-credentials for manifest file by @aseevlx in #397
  • Add dedicated frontend error page when API_ENDPOINT points to the frontend by @RagingCactus in #404
  • Make sure Mongo restarts by @mtthidoteu in #425
  • Fixed some minor typos in various files; fixed CORS verbiage by @kmanwar89 in #402

New Contributors

Full Changelog: 1.10.1...1.11.0

1.10.1

24 Mar 00:25
7f7f884
Compare
Choose a tag to compare

Bug fixes

  • Fixed not being able to create a user in #382

Full Changelog: 1.10.0...1.10.1

1.10.0

23 Mar 13:53
Compare
Choose a tag to compare

Features

  • You can now use localized dates for stats in YourSpotify. By default, it will follow the browser date format. If you want a different format than the browser, you can go in the Settings page, under statistics, and choose a specific language to display the date in, in #377. Fixes #219 #376 #322.

Miscellaneous

  • You can display YourSpotify in an iframe by setting the FRAME_ANCESTOR environment variable accordingly #375.

Full Changelog: 1.9.1...1.10.0

1.9.1

17 Mar 18:58
15102e4
Compare
Choose a tag to compare

Bug fixes

  • Fixed subdomains having an underscore in their name in #373

Full Changelog: 1.9.0...1.9.1

1.9.0

13 Mar 08:30
e866e79
Compare
Choose a tag to compare

Warning

Setting CORS environment variable to all is not supported anymore. By default the only the CLIENT_ENDPOINT is authorized as an origin. If you want to allow all origins (which is enough in most cases), please follow the CORS readme section.

Bug fixes

Miscellaneous

New Contributors

Full Changelog: 1.8.1...1.9.0

1.8.1

08 Mar 10:59
eab499e
Compare
Choose a tag to compare

Bug fixes

  • Fixed being unable to import due to missing tokens in #363

1.8.0

02 Mar 12:25
bba31e0
Compare
Choose a tag to compare

A huge work has been done on performances in this release, mostly by @quentinguidee. You can expect 20x faster loading times on

  • Home page
  • Artist / Album / Track stats page

For this to be possible, a long migration is needed at start when updating to 1.8.0, be patient :).

Features

Bug fixes

Miscellaneous

New Contributors

Full Changelog: 1.7.3...1.8.0

1.7.3

22 Nov 08:27
Compare
Choose a tag to compare

Bug fixes

  • Fixed imports crashing and sometimes sync crashing #312

1.7.2

19 Nov 21:24
Compare
Choose a tag to compare

Bug fixes

  • An attempt at fixing black screens by saving everything in one place #295
  • Detecting and exiting upon mongo errors #275
  • Ability to prevent app from requesting admin rights to mongodb #298

Miscellaneous

  • Display version of app in sider #300