Releases: trizen/clyrics
Releases · trizen/clyrics
Version 0.17
- Fixed the
genius.com
plugin. (f23fc20)
- Fixed launch via symlink. (by @Veraellyunjie) (4b2e16f)
- Added language header support (
-l lang
) (by @devceline) (dfb4187)
- When there are multiple search entries from a given website, check all of them, until the lyrics are found. (fixes #24) (f1cb6cf)
Version 0.16
- Added support for saving the lyrics locally. (#11) (056c452)
- Extra local plugins can now be added in
~/.config/clyrics
, in addition to the ones from /usr/share/clyrics
.
Version 0.15
- Fixed the Google search, which no longer worked. (a992301) (#21)
Version 0.14
- Updated the
CONSENT
cookie (which no longer worked). (5bd2c28)
- Replace 3+ newlines with only 2. (cda32c7)
- Updated:
plugins/110-genius.pl
(a7277c5)
Version 0.13
- Added the required Google CONSENT cookie. (8b17b68)
- Fixed the "albumcancionyletra" plugin. (#18) (ce89bf1)
- Allow shorter lyrics in the output. (fixes #18) (719b885)
- Removed the lyricskong plugin, as the website is no longer available. (0bd4961)
Version 0.12
- Added support for one more wesbite of lyrics. (35fdf2e)
- Add option
-k
to prevent clyrics from exiting if no player is playing . (3733554, eeb6fb6)
Version 0.10
- Fixed "No clickable input with name btnG" error. (fb36d97)
Version 0.09
- Added plugin for the lyricskong website.
- Sleeping for a fraction of a second is now supported. (79cacb1)
- Made the plugin directory absolute, to avoid issues with perl>=5.26. (38dc558)
Version 0.08
- Fixed the issue
There is no form named "f"
. (#5)
- Fixed an issue with
perl>=5.26.0
(.
is no longer in @INC
) (fbfd99d)