Skip to content

Releases: BeardedBear/beardify

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 00:00

What's Changed

Full Changelog: v0.6.2...v0.7.0

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 30 Jun 12:08

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 23:43

What's Changed

Full Changelog: v0.5.4...v0.6.0

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 25 Jun 00:47

What's Changed

  • style(artist): add missing newline in ArtistLinks styles by @BeardedBear in #233

Full Changelog: v0.5.3...v0.5.4

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 18:46

Full Changelog: v0.5.1...v0.5.2

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 17:17

What's Changed

Full Changelog: v0.3.2...v0.5.0

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 18:58

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 30 May 16:39

Full Changelog: v0.3.1...v0.3.2

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 17 May 19:53

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 May 17:42

New Features

  • Collection filter — A search input now appears at the top of Collection pages, letting you filter albums instantly by name or artist. The input auto-focuses on load so you can start typing right away.

  • Desktop: single instance — Opening Beardify when it's already running now focuses the existing window instead of launching a duplicate. Deep links are forwarded to the running instance. The login screen shows a waiting overlay during deep link authentication.

Bug Fixes

  • Collections: duplicate albums — Album cards were duplicating when a playlist contained multiple tracks from the same album. The fix also catches albums that share the same name but have different Spotify IDs (regional releases, remasters, re-issues).

  • Sidebar: hover animation — The hover effect now uses a CSS transform instead of a padding change, making the animation smoother and eliminating layout reflow.

  • Album deduplication — Name comparison now correctly strips diacritics and collapses multiple internal spaces before comparing, so accented variants of the same album name are properly recognized as duplicates.

Internal

  • Added JSDoc documentation to all helper functions

Full Changelog: v0.2.5...v0.3.0