All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes:
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
- Android platform module error
- Linux CI failing due to missing dependency
- iOS support (#55 Thank you @XMLHexagram !)
- Error handling for zbus, and unify dbus/zbus Error type (#52 Thank you @taoky !)
- Clippy lints (#51 Thank you @LucasFA !)
- Documentation for
MediaControlEvent::SetVolume
#47
- Bumped MSRV to 1.67
- MSRV in Cargo.toml and rust-toolchain (#46)
- CHANGELOG.md (#45)
- Lowered MSRV back to 1.60 from 1.74 (#46)
- Updated CI to support MSRV (#46)
- Updated CI dependencies
- Implemented volume control on Linux (#42)
- Refactored D-Bus module (#42)