Releases: newst4rt/Lyrify
Releases · newst4rt/Lyrify
v0.8.2
[v0.8.2] 2026.03.12
Added
- Added Spotify's new API requirements to README.
Fixed
- Fixed broken --init argument, accept now required value.
- Fixed broken Windows compatibility by adding new packages to requirements.txt.
- Fixed missing packages in requirements.txt by rename the packages.
- Fixed issue in requirements.txt by rename the value from sys_platform from "windows" to "win32".
v0.8.1
v0.8
[v0.8] 2025.12.05
First official release 🎉
Added
- Added
-p, --print-playersparameter for displaying all running music players. - Added future_color variable for defining upcoming lyrics' color.
- Added
-s --styleparameter for applying user defined style configuration files. - Added
src/style.configas 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-colorand replace it with-s --style.