Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 4.14 KB

CHANGELOG.md

File metadata and controls

69 lines (47 loc) · 4.14 KB

Changelog

[0.4.3]

  • c28f8f6 Update windows-sys crate to 0.52

[0.4.2]

  • 13e2cbc(#55) Relax version requirement of once_cell crate to 1.

[0.4.1]

  • 62bbd8b Fix notifications were minimized but not actually closed by sending WM_CLOSE.

[0.4.0]

  • c3c0136(#50) Add option to make the notification silent

[0.3.1]

  • 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

[0.3.0]

  • 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.
    • 8bf78a2 feat: migrate to windows-sys crate on 2022-02-28
    • 8888d21 chore: fix covector publish on 2022-03-05

[0.2.3]

  • Migrate to rust edition 2021.
    • 5d77b46 docs: update documentation on 2021-10-31

[0.2.2]

  • 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

[0.2.1]

  • Fix first notification not showing.
    • 78533c5 fix: first notification not showing on 2021-10-05

[0.2.0]

  • 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

[0.1.0]

  • Initial Release.
    • 2a0990b add initial-release.md on 2021-10-04