Skip to content

v1.1.0

Choose a tag to compare

@jasger9000 jasger9000 released this 02 Feb 21:36
· 105 commits to main since this release
ceb63d1

Version 1.1.0

This release mainly focuses on improving performance rather than adding new features.

Changelog

  • You can now use -h as a shorthand to --help to get the help prompt
  • The program now exits when it fails to reconnect to MPD
  • Avoid a lot of deep clones which should improve performance
  • make use of RwLock instead of Mutex so multiple dbus clients can request properties at the same time

Full Changelog: v1.0.0...v1.1.0