Skip to content

Releases: thexamlguy/NotificationFlyout

NotificationFlyout v1.1.0

15 Feb 22:28
60d2989
Compare
Choose a tag to compare
  • Added NotificationFlyoutOpening, NotificationFlyoutOpened, NotificationFlyoutClosing, and NotificationFlyoutClosed events.
  • Added fallback system tray icons (quickly create a new project without needing to dig around for icons!).
  • Added the ability to set an image PNG/JPEG/BMP (along beside your usual ICO format) to the IconSource and LightIconSource.
  • Added ColorPrevalence support for when the user chose to apply their Windows accent color to the taskbar and notification flyouts.
  • Added styling of the NotificationFlyoutPresenter via FlyoutPresenterStyle property in NotificationFlyout/.
  • Moved EntranceThemeTransition and ThemeShadow to NotificationFlyoutPresenter style template to allow the use of the Margin property to offset the flyout.

First release!

11 Feb 22:18
e459a85
Compare
Choose a tag to compare

Change log

[x] Adapt to taskbar placement
[x] Use entrance animation similar to those found in the native flyouts
[x] Works across multiple monitors
[x] Switch notification tray icon based on system theme
[x] Notification tray icon context menu
[x] Drop shadow
[x] Can restyle/retemplate the notifiction flyout via the NotificationFlyoutPresenter control
[x] Use current system accent if user chose to use accent color on background surfaces
[x] Remove the gap between the taskbar and the flyout