Releases: DatGuy1/Windows-Toasts
Releases · DatGuy1/Windows-Toasts
v1.3.0
v1.2.0
1.2.0 (2024-06-30)
- Implement removing toasts and toast groups (#145)
- See 'removing toasts' for an example.
- Relax winrt package versioning requirements to support 2.x (#153)
v1.1.1
v1.1.0
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2023-08-14)
Major
- Replaced winsdk requirement with toasts-winrt (#78)
- Removed toast templates in favour of ToastGeneric (#75)
- Simplified configuration of toasts (#82)
Minor
- InvalidImageException is thrown when trying to add online images or images that do not exist
- Body is now the first argument for toasts
- Images no longer default to being circleCrop-ed
- Added support for inline images (#77)
- Added support for launching applications using their protocols (#80)
- Implemented snoozing and dismissing toasts (#83)
See the migration guide.
v0.4.1
0.4.1 (2023-04-20)
- Recreated default Windows behaviour for progress bar. This allows it to be changed in the future while remaining faithful to the original implementation.
- Fixed AttributeError on WindowsToaster.clear_toasts()
- Bumped winsdk to 1.0.0b9
v0.4.0
0.4.0 (2023-03-18)
- Added Windows 11 and Python 3.12 classifiers
- Merge typing back inline
- Dropped Python 3.7 support
- Changed scripts to use entry_points
- Created documentation on https://windows-toasts.readthedocs.io
- register_hkey_aumid no longer requires user to be an administrator
- Removed create_shell_link.py script
- Added many new features for toasts, including:
- Initialising toasts with your data rather than setting it afterwards
- Dynamically modifying toast content after its display
- Multiple images in different slots
- Scheduled toasts
- Progress bars
- Selection boxes input
- Improved button configuration
- Grouped toasts
- Suppressing the popup
- Toast expiration time
- Toast scenarios
See the documentation for how to use them!
This release is mostly backwards compatible. The next release will be version 1.0.0, most likely be backwards incompatible, and will support on_activated callbacks after the toast has been relegated to the action center.
v0.3.3
0.3.3 (2022-03-18)
- Fixed bug where user input would not work if there were no buttons
- register_hkey_aumi will now raise an error if supplied image is not a .ico file
- Added tests for user input and attribution text