Releases: surfbryce/beautiful-lyrics
2.4.4
2.4.3
2.4.2
These are the Bug Fixes:
- Fixed Right Side-Card not working in other languages
- It's a weird bug to even happen but the Query Selectors relied on the aria-label of aside to properly select the right container. But this label changes based on the users language.
Full Changelog: 2.4.1...2.4.2
2.4.1
In this release these are the Bug Fixes:
- Fixed the Legacy Fullscreen panel not having the Live Background applied
- This was simply because I forgot that the Modern Fullscreen panel has a slightly different hierarchy than the Legacy Fullscreen causing direct children selectors to fail.
Full Changelog: 2.4.0...2.4.1
2.4.0
This is a maintenance version with one real addition.
This version is the bridge to the next major version releasing soon; since - now - we have Auto-Updating as a thing.
In this release these are the Changes:
- Entire Codebase Cleaned-Up/Organized
- Entire Extension is managed through one "Global" Maid so that the entire process can be cleaned up prior to Updating
- The extension will now auto-update itself with no user-input needed
- Lyrics-Plus is now supported (#8) - but - Live Backgrounds are the only features included
If you're interested in the packages being used they can be found here: https://github.com/surfbryce/spicetify-packages
2.3.2
In this release these are the Bug Fixes:
- Updated to work with Background Changes in newest Spotify Version
Full Changelog: 2.3.1...2.3.2
2.3.1
In this release these are the Bug Fixes:
- Fixed Issues #3, #4 which had to do with the Background not being properly contained
- Specifically, the background would either not appear or be moved by the lyrics in some circumstances. By moving the background permanently to the "under-main-view" container (which by name is perfectly suited for this case) we avoid any conflicts and ensure that the background is always there (given the CSS changes to make backgrounds transparent work).
- Updated package.json version checking to use actual code file instead
- This had to be done because the Package.json and beautiful-lyrics.js files on the JSDelivr server can have their caches updated at different times - there is no guarantee they will update at the same time. So the package could update - cause people to reinstall - and thus get the same version since it updated before the scripts cache did. There was no added complexity to this because we already bundle in the package.json version into the code when publishing.
Full Changelog: 2.3.0...2.3.1
2.3.0
Releases are now using semantic-versioning as cache-purging on JSDelivr only works if you use those specifically.
Semantic versions can be interpreted in the context of this extension as Big Update.Small Update to Last Big Update.Bug Fixes for Current Update.
In this release these are the Changes:
- Added update notification that appears when an update is detected
- This notification will only appear once per update per session. So if you're on Version 2.2 now and 2.3 is released a blue notification will appear telling you to update. If you were to restart spotify it will prompt you again - but only for that session. If Version 3 then gets released it will tell you to update again but with a red notification (since you are now a full release away from the current). If you update to Version 3 and I revert back to Version 2.3 then it'll tell you to update again with a red notification.
Full Changelog: Release2.2...2.3.0
2.0.0
This release comes with a major visual change!
The entire side-bar now inherits the gradient - changes were made to the lyrics and album to make everything balanced in contrast and appeal.
In this release these are the changes:
- Made side-bar inherit the cover-art dynamic background instead of the Lyrics card
- Added Slight Box-Shadow and Transparency to Cover-Art to help balance out contrast between dynamic-background
- Made lyrics background the same as other tinted backgrounds in the sidebar
In this release these are the Bug FIxes:
- Fixed the Acitve-Lyric font-size only working per song due to ResizeObserver not being reset for the leader-lyric
Full Changelog: Release...Relesae2Fix
2.2.0
In this release these are the Changes:
- Improved visibility of artists text with white backgrounds - introduces brighter text and slight transparency
- Improved visibility and appearance of scroll-bar
In this release these are the Bug FIxes:
- Fixed Gradient-Background being cutoff due to Spotify update and Lyrics-Plus
- Fixed border-radius being incorrect on Fullscreen and Side-Card
Full Changelog: Release2.1...Release2.2