v4.8.0 (2023-02-19)
- add .show_async() (ae3db62)
v4.7.1 (2023-02-15)
- remove build issue when building with both z and d (6f4238f)
v4.7.0 (2023-01-08)
- deps: update rust crate zbus to 3.6 (89779e8)
v4.6.0 (2022-12-04)
- update zbus dependency to 3.x (8425c05)
v4.5.10 (2022-09-25)
- lower minimum rustc version to 1.59.0 for linux (dbus) (c0ffeed)
v4.5.9 (2022-09-21)
- raise minimum rustc version to 1.60.0 for zbus (b3b9aba)
- update winrt-notification to a maintained fork, closes #148 (7cc6824)
v4.5.8 (2022-03-26)
- re-exported types from mac-notification-sys (80daef6)
v4.5.7 (2022-03-20)
- deps: update rust crate mac-notification-sys to 0.5.0 (1f3a9f5)
v4.5.6 (2022-02-04)
- update crates zbus to v2, zvariant to v3, zvariant_derive to v3 (14bca58)
- deps: update rust crate zbus to v2 (04901a8)
- deps: update rust crate image to 0.24 (c7fa276)
v4.5.5 (2021-11-04)
- deps: update rust crate winrt-notification to 0.5 (6620110)
v4.5.4 (2021-10-08)
- update winrt-notification to 0.4 (c94e111)
v4.5.3 (2021-09-16)
- clear up documentation and flip env switch for dual stack (3a3b175)
v4.5.2 (2021-05-14)
- clear up documentation of action handling (ad35d34)
v4.5.1 (2021-05-13)
- export of ActionResponse (3bf2f37)
v4.5.0 (2021-05-05)
v4.4.1 (2021-05-01)
- notify with __closed when notification is closed in zbus implementation (3a9c206)
v4.4.0 (2021-04-25)
- add schedule_raw() for f64 timestamps (b8f811b)
- add schedule method to Notification (30f1741)
- create macos schedule_notification method (72bda94)
v4.3.0 (2021-02-27)
- Convert DynamicImage::ImageRgba8 (87e92b5)
- Implement TryFrom trait for RgbImage and RgbaImage (69c2b1e)
- Implement converting image with alpha (d25ab47)
- make zbus backend the default (582b87e)
v4.2.2 (2021-01-08)
- remove another stray println (bd6ab59)
v4.2.1 (2021-01-08)
v4.2.0 (2021-01-08)
- remove stray dbug!() (b67c1d5)
v4.1.1 (2021-01-07)
- remove stray println (15b3ecd)
v4.1.0 (2021-01-06)
- add zbus version (58d38ba)
- deps: update rust crate image to 0.23 (1dd236d)
v4.0.0 (2020-06-06)
- remove
From<&str>
- restructure modules and exports
- windows: additions to the API (#69) (1d9cb0e)
- make notification non-exhaustive (0304274)
- make error non-exhaustive (26f96e4)
- drop redundant name prefixes (faf3123)
- restructure modules and exports (45be84c)
- .image() no longer silently fails (8b215bd)
- reexport NotificationHandle (00edbc9)
v3.6.3 (2019-11-02)
- deps: update rust crate lazy_static to 1.4 (687e34d)
- build again after merge conflict (bcfc8c8)
- test-build without
--features image
🙄 (3eead0b) - test-build with
--features image
(60e963d) - test-build with
--features image
(92217a2)
v3.6.2 (2019-08-11)
- test-build without
--features image
🙄 (0524a5f)
v3.6.1 (2019-08-11)
- test-build with
--features image
(8ee6998)