Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 975 Bytes

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 975 Bytes

Changelog

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.

[Unreleased]

[0.7.3]

Added

  • Documentation for MediaControlEvent::SetVolume #47

[0.7.2]

Changed

  • Bumped MSRV to 1.67

[0.7.1]

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

[0.7.0]

Added

  • Implemented volume control on Linux (#42)

Changed

  • Refactored D-Bus module (#42)