Skip to content

Latest commit

 

History

History
122 lines (68 loc) · 5.46 KB

CHANGELOG.md

File metadata and controls

122 lines (68 loc) · 5.46 KB

Changelog

[0.7.1]

[0.7.0]

[0.6.0]

[0.5.0]

  • 34b1516 Update windows crate to 0.57 and updated MSRV to 1.70

[0.4.0]

  • ac6dd7e(#29) Added Error enum and a Result alias type. Also changed Toast::on_activated, Toast::on_dismissed and Toas::show to use the new Result alias type.

[0.3.1]

[0.3.0]

  • c0b9b2f(#25) Add support for adding buttons using Toast::add_button. This also comes with a change to Toast::on_activated wich will now take an Option<String> argument, containing which button was pressed if any.

[0.2.1]

[0.2.0]

[0.1.3]

  • 7aa2785 Update windows crate to 0.51

[0.1.2]

  • 7c19ca4(#9) Add Toast::on_activated to add a handler to run when the toast is activated.

[0.1.1]

  • 2387db8(#7) Fix parsing loopable sounds from string as well.

[0.1.0]

  • Set MSRV to 1.59
    • ebca119 Split changefile on 2022-08-13
    • b2b7e4c Reduce msrv to 1.56 on 2022-08-14
    • b83f6f8 Update to 0.39 on 2022-08-25
  • Update windows-rs version to 0.39
    • 005a107 Add changefile on 2022-08-13
    • ebca119 Split changefile on 2022-08-13
    • c9e8361 chore: update changefile on 2022-08-16
    • b83f6f8 Update to 0.39 on 2022-08-25

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