Releases: Yooooomi/your_spotify
Releases · Yooooomi/your_spotify
1.11.0
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
- @Blackcheckgamer made their first contribution in #395
- @aseevlx made their first contribution in #397
- @kmanwar89 made their first contribution in #402
- @mtthidoteu made their first contribution in #425
- @M2K3K5 made their first contribution in #423
Full Changelog: 1.10.1...1.11.0
1.10.1
1.10.0
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 theFRAME_ANCESTOR
environment variable accordingly #375.
Full Changelog: 1.9.1...1.10.0
1.9.1
1.9.0
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
- Many security fixes, again thanks @RagingCactus
- Respect COOKIE_VALIDITY_MS setting in production by @RagingCactus in #365
Miscellaneous
- Sider design rework by @quentinguidee in #360
- Allow GETing
/version
without being logged by @bloedboemmel in #367
New Contributors
- @RagingCactus made their first contribution in #365
- @bloedboemmel made their first contribution in #367
Full Changelog: 1.8.1...1.9.0
1.8.1
1.8.0
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
- Many thanks to @rneuplanche for the Album stats page #313 in #346
Bug fixes
- Performances related issues #162 #232 #323 in #348, #354, #355, #356
- Security issues, thanks @RagingCactus
- Fix admin user api endpoint by @a-mnich in #328
Miscellaneous
- Remove header background by @quentinguidee in #349
- Github actions upgraded to node20 in #352
New Contributors
- @a-mnich made their first contribution in #328
- @quentinguidee made their first contribution in #348
- @RomainNeup made their first contribution in #346
Full Changelog: 1.7.3...1.8.0
1.7.3
1.7.2
1.7.1
Bug fixes
- A first try at solving Google marking domains as deceptive #271 #254
- Mongo crashing at boot for people with a lot of tracks #272
- Weird Settings icon color when selecting a custom range in dark mode #268
- Customization of the authentication token, follow the readme env variable #277
- Filenames when importing full privacy data have been updated #279
- Fixed being able to un-admin ourselves while being the single admin #286
- More compliant extended streaming history import #291
Thanks a lot again for giving feedback
Timothée