Skip to content

Releases: newst4rt/Lyrify

v0.8.1

17 Dec 04:18

Choose a tag to compare

[v0.8.1] 2025.12.17

  • Fixed issue with -r, --romanize that prevent from displaying romanized lyrics.

v0.8

05 Dec 21:48

Choose a tag to compare

[v0.8] 2025.12.05

First official release 🎉

Added

  • Added -p, --print-players parameter for displaying all running music players.
  • Added future_color variable for defining upcoming lyrics' color.
  • Added -s --style parameter for applying user defined style configuration files.
  • Added src/style.config as default style config.
  • Added new font-style option cross out in src/style.config.
  • Add browser functionality.

Fixed

  • Fixed multiple bugs in src/lyric_providers/lrclib.py.
  • Fixed crash and display an emoji when an advertisment appears.
  • Fixed broken offline-storage function.

Changed

  • Revamped --help.
  • Changed the color format from RGB to HEX.
  • Updated README.md.
  • Updated status_codes.md.
  • Updated Commander.

Remove

  • Removed --highlight-color and replace it with -s --style.