mirror of
https://github.com/tauri-apps/winrt-notification.git
synced 2026-01-31 00:45:19 +01:00
5.8 KiB
5.8 KiB
Changelog
[0.7.2]
[0.7.1]
3ab4d18(#43 by @FabianLars) Updatewindowscrate to 0.60. This bumps the MSRV to 1.74.
[0.7.0]
987f44f(#37 by @iKineticate) Added progress bar APIs,Toast::progressandToast::set_progress
[0.6.0]
30d14af(#33 by @amrbashir) Updatewindowscrate to0.58
[0.5.0]
34b1516Updatewindowscrate to0.57and updated MSRV to1.70
[0.4.0]
ac6dd7e(#29) AddedErrorenum and aResultalias type. Also changedToast::on_activated,Toast::on_dismissedandToas::showto use the newResultalias type.
[0.3.1]
[0.3.0]
c0b9b2f(#25) Add support for adding buttons usingToast::add_button. This also comes with a change toToast::on_activatedwich will now take anOption<String>argument, containing which button was pressed if any.
[0.2.1]
[0.2.0]
[0.1.3]
7aa2785Updatewindowscrate to0.51
[0.1.2]
[0.1.1]
[0.1.0]
- Set MSRV to 1.59
- Update windows-rs version to 0.39
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
0.1.4
- Initial release