What's Changed
- added 10 second timeout to requests by @jmaximusix in #44
- Prefer synced lyrics, options to allow only plain/synced by @jmaximusix in #47
- Use best match instead of first synced lyrics by @jmaximusix in #48
Important
The backwards compatibility is broken for --allow-plain
(also in Python API). Now the default behavior is returning synced if found, otherwise a plaintext lyrics. You can also specify --synced-only
or --plain-only
.
New Contributors
- @jmaximusix made their first contribution in #44
Full Changelog: v0.10.1...v1.0.0