e9d5b36
Updatewindows-sys
crate to0.59
c28f8f6
Updatewindows-sys
crate to0.52
62bbd8b
Fix notifications were minimized but not actually closed by sendingWM_CLOSE
.
- Fix crash when a notification doesn't have an icon.
- eabcae6 fix: fix crash when a notficiation didn't have an icon on 2022-06-28
- Properly clean notifications data from memory.
- 4a1e746 fix: clean notification data when it is closed on 2022-01-01
- Change close button color when mouse is hovering.
- 80bca00 feat: change close btn color when hovering on 2022-01-05
- Fix cursor style when the mouse is over the notification.
- 2f025e8 fix: fix cursor style is stuck on loading on 2022-01-05
- Add gaps between multiple notifications
- a47bc6b feat: add gaps between notifications on 2022-01-06
- Breaking change Notification icon must be "32bpp RGBA data" and width and height must be specified now, check
Notification::icon
for more info.- a52b763 feat: improve icon handling on 2022-02-28
- Migrate to
windows-sys
crate.
- Migrate to rust edition 2021.
- 5d77b46 docs: update documentation on 2021-10-31
- Check if DWM is enabled or not before adding shadows.
- 84a9556 fix: check if dwm is enabled before adding shadows on 2021-10-05
- Fix crash when clicking close button.
- 1487210 fix: fix crash on click close button on 2021-10-05
- Fix first notification not showing.
- 78533c5 fix: first notification not showing on 2021-10-05
- Move old notifications above new ones
- 2fdc444 feat: move old notifications above new one on 2021-10-05
- Add shadows
- c1c7dd2 feat: add shadows on 2021-10-05
- Add sounds
- f667d6f feat: add sounds on 2021-10-05
- Initial Release.
- 2a0990b add
initial-release.md
on 2021-10-04
- 2a0990b add