Skip to content

v0.2.0

Choose a tag to compare

@f1nniboy f1nniboy released this 22 Jul 22:34
58d87a0

0.2.0 (2026-07-22)

Features

  • add Flatpak manifest, desktop file, metainfo, and icons (5f07b25)
  • add Flatpak packaging and release automation (5f07b25)
  • add localization (c64c0c8)
  • i18n: add German translation (c64c0c8)

Bug fixes

  • lyrics: block touch-drag scrolling during synced playback (085e2d7)
  • lyrics: escape status description as markup (d3a9bc4)
  • lyrics: fix scroll centering when lines wrap (b603baf)
  • lyrics: remove dead spacer fields and fix stuck empty-result state (454f4c7)
  • lyrics: scroll to top when position is before the first line (9df63f7)
  • lyrics: stop scroll position jumping to 0% on content rebuild (9df63f7)
  • providers: apply bool config fields to provider instances (3e25b42)
  • settings: refresh cache size on dialog open instead of at startup (5f07b25)

Documentation

  • README: add (5ab522e)
  • readme: note Flatpak cover-art sandbox limitation (5f07b25)

Refactors

  • fix golangci-lint findings (c64c0c8)
  • lrcmux: normalize base URL once in Init instead of per-fetch (1b366a7)
  • lyrics: drop custom lineWidget interface for *gtk.Widget (9df63f7)
  • lyrics: move provider rebuild off the main thread (81ecdf0)
  • providers: avoid instantiating a live provider for settings UI (de36705)