Skip to content

Releases: Sinono3/souvlaki

0.8.3

24 Jun 05:18

Choose a tag to compare

Added

  • rustfmt.toml to enforce formatting

Changed

Fixed

  • Standardized line ending behavior in Git
  • Implement error for all error types (#63 thank you! @nick42d)
  • Exclude dbus on Android (#59 thank you! @will3942)

0.8.2

23 Mar 05:18

Choose a tag to compare

Fixed

0.8.1

02 Mar 07:29

Choose a tag to compare

Fixed

  • Android platform module error
  • Linux CI failing due to missing dependency

0.8.0

07 Jan 18:46

Choose a tag to compare

Added

  • iOS support (#55 Thank you @XMLHexagram!)
  • Error handling for zbus, and unify dbus/zbus Error type (#52 Thank you @taoky!)

Fixed

0.7.3

30 Jan 21:17

Choose a tag to compare

Added

  • Documentation for MediaControlEvent::SetVolume #47

0.7.2

28 Jan 17:58

Choose a tag to compare

Changed

  • Bumped MSRV to 1.67

0.7.1

28 Jan 17:31

Choose a tag to compare

Added

  • MSRV in Cargo.toml and rust-toolchain (#46)
  • CHANGELOG.md (#45)

Changed

  • Lowered MSRV back to 1.60 from 1.74 (#46)
  • Updated CI to support MSRV (#46)
  • Updated CI dependencies