Windows-toasts

Latest version: v1.1.0

Safety actively analyzes 626071 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.0

==================
- Importing the module now throws an exception if the Windows version is unsupported (122)
- Replaced toasts_winrt with winrt-Namespace packages (113)
- Dropped Python 3.8 support (113)

1.0.2

===================
- Unquote image paths when the path contains characters that were escaped (111)
- Convert image paths to absolute before converting to URI (112)

1.0.1

==================
- Fixed AttributeError when calling WindowsToaster.clear_toasts() (96)
- unschedule_toast() now raise a ToastNotFoundError exception if the toast could not be found instead of warning (97)

1.0.0

==================
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 <https://windows-toasts.readthedocs.io/en/latest/migration.html>`_.

0.4.1

==================
- 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

0.4.0

==================
- 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 *major* 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.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.