What's Changed
* added 10 second timeout to requests by jmaximusix in https://github.com/moehmeni/syncedlyrics/pull/44
* Prefer synced lyrics, options to allow only plain/synced by jmaximusix in https://github.com/moehmeni/syncedlyrics/pull/47
* Use best match instead of first synced lyrics by jmaximusix in https://github.com/moehmeni/syncedlyrics/pull/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 https://github.com/moehmeni/syncedlyrics/pull/44
**Full Changelog**: https://github.com/moehmeni/syncedlyrics/compare/v0.10.1...v1.0.0