Skip to content

Releases: surfbryce/beautiful-lyrics

3.1.10

05 Aug 06:53
Compare
Choose a tag to compare

In this release these are the Bug Fixes:

  • Changed Timestamp Resync approach from Play/Pause to just Play
    • There was an issue where a song would play/pause a ton of times disrupting the audio heard in the first few seconds of the song. This was because of the new re-sync methods used in the Extension. I figured out that if you play/pause it would update the timestamp to make it accurate again. When I tested this on my end there weren't any issue; BUT, there were on everybody else's end. I assume this was a macos v. windows issue. Either way, I discovered all you have to do is actually call the play method itself instead. Since it doesn't do anything if it's already playing it works perfectly for this use case (at least it should). I had to rip out the internal code for that method as to not pollute the console with errors. But that's the detailed report on what happened and why it changed.
  • Fixed analytics timeout from not being memory-managed by the GlobalMaid causing it to persist even though its associated GlobalMaid had been destroyed.

Full Changelog: 3.1.9...3.1.10

3.1.9

05 Aug 04:09
Compare
Choose a tag to compare

In this release these are the Bug Fixes:

  • Local Files not properly displaying the No Lyrics text and also not having the Dynamic Background applied
  • Feedback Control Button (opposite of Like button) not properly Supported in Fullscreen Mode
  • Fixed Fullscreen Mode Cover-art collapse control still being visible in corners when hovered
  • Finally, found a solution that effectively keeps the theoretical timestamp in perfect sync with the actual song being played
  • Forgot to remove deltaTime increment to calculate timestamp (deltaTime is no longer used for timestepping)

Full Changelog: 3.1.8...3.1.9

3.1.8

04 Aug 07:24
Compare
Choose a tag to compare

In this release these are the Bug Fixes:

  • Completely revamped Time-Syncing to be 100% accurate by using internal Spotify properties
  • Fixed the Malay language from being incorrectly registered as Right-to-Left due to its Arabic variant
  • Fixed extension not working on latest version of Spotify due to internal Spotify changes
  • Added Escape-Key support for Fullscreen Mode to make Exiting Quicker
  • Fixed fullscreen button not always appearing
  • Fixed heart-icon not being center in Cover-art on Fullscreen Mode

Full Changelog: 3.1.7...3.1.8

3.1.7

30 Jul 05:36
Compare
Choose a tag to compare

In this release these are the Bug Fixes:

  • Lyrics font is now consistent across all Platforms
  • Artist Info Card in the Side View now has the same background glass effect as the other card elements

Full Changelog: 3.1.6...3.1.7

3.1.6

26 Jul 00:25
Compare
Choose a tag to compare

In this release these are the Bug Fixes:

  • Fixed Incorrect Natural-Alignment (Instead of line-by-line processing which was mostly inaccurate, it now processes the lyrics as a whole. Apple Music no longer uses the body HTML and both Apple and Spotify use process the lyrics as a whole.)

Full Changelog: 3.1.5...3.1.6

3.1.5

24 Jul 09:47
Compare
Choose a tag to compare

In this release these are the Bug Fixes:

  • Improved Theme Compatibility (Ziro Fullscreen fixes and top-bar background is invisible when in Page-Views)

Full Changelog: 3.1.4...3.1.5

3.1.4

24 Jul 00:51
Compare
Choose a tag to compare

Reverted retry-request changes - that's it. There was no need for them just for quick testing.

Full Changelog: 3.1.3...3.1.4

3.1.3

24 Jul 00:22
Compare
Choose a tag to compare

In this release these are the Bug Fixes:

  • Fixed more themes (AKA adding better theme support)
  • Made it so failed track requests are retried

Full Changelog: 3.1.2...3.1.3

3.1.2

23 Jul 21:52
Compare
Choose a tag to compare

In this release these are the Bug Fixes:

  • Centering/Alignment Issues with Cover-Art/Track-Info/Media-Controls Fixed
  • Fixed issues with themes by forcing certain stylings for the Now Playing bar when in Fullscreen

Full Changelog: 3.1.1...3.1.2

3.1.1

23 Jul 07:22
Compare
Choose a tag to compare

In this release these are the Changes:

  • Lyrics-section now disappears in Fullscreen and the Cover-Art Centers itself when lyrics aren't available
  • Fullscreen Background is rendered properly (better blurring/scale-optimization)
  • Artists Labels are now rendered properly

Full Changelog: 3.1.0...3.1.1