Skip to content

Releases: FineFindus/udisks-rs

0.3.1

25 Dec 22:08
964d639

Choose a tag to compare

What's Changed

  • Increase MSRV to 1.80

Full Changelog: 0.3.0...0.3.1

0.3.0

25 Dec 21:46
c474a6f

Choose a tag to compare

What's Changed

  • fix(object): correctly capitalize NVMe controller interface by @jojo2357 in #6
  • updated dependencies

New Contributors

Full Changelog: 0.2.0...0.3.0

v0.2.0

01 Dec 19:06
2baa16f

Choose a tag to compare

Breaking

  • drive: Use enum for RotationRate
  • objectInfo: Use reference to object
  • treewide: Use UdisksError for errors
  • client: Remove object_for_interface
  • client: Don't wrap partition_table_subtype in Option
  • objectInfo: Use struct for icons
  • partition: Use enum for flags

Features

  • client: Derive Debug and Clone
  • manager: Mark enable_modules as deprecated
  • objectInfo: Support getting GIcon
  • client: Make object_for_interface public
  • Add standard_options function
  • examples: Reimplement umount-udisks
  • i18n: Support for gettext localization
  • Improved documentation various interfaces and functions

Fixes

  • object_info: Check if strings are empty
  • object_info: Correctly format empty bus name
  • object_info: Convert CString bytes to String
  • Remove gio feature
  • Refuse to compile on Windows