Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

48 lines (33 loc) · 1.03 KB

Changelog

0.5.1

  • Re-export windows::runtime::Result
  • Add support for scenarios

0.5.0

  • Updated dependencies
  • Added support for gnu targets without msys

0.4.0

  • Updated dependencies

0.3.1

  • Allow the crate build with the gnu toolchain with msys #4

0.3.0

  • Switched to the windows-rs crate, dropped winapi and winrt crate.

0.2.4

  • Made most enums Copy/Clonable.

0.2.3

  • Fixed issue where toasts weren't appearing after a windows update.

0.2.2

  • Fixed linking issue introduced with winapi 0.3.4 #4

0.2.1

  • Implemented from_str on Sound enum.

0.2.0

  • Added Windows 8.1 support #3
  • Incremented winrt dependency

0.1.5

  • Re-export winrt::Error #2.
  • Added workaround for AppId issue #1.

0.1.4

  • Initial release