PackageTrack
Sign in Get early access

notify-rust

Show desktop notifications (linux, bsd, mac). Pure Rust dbus client and server.

4.18.0 13M downloads/mo #2709 most downloaded on crates.io hoodie/notify-rust

What this package is like to depend on

Last release 2 months ago

16 Jun 2026

Release timing varies

gaps range from 1 weeks to 10 months

Some releases are documented

notes for 38 of 74 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

83 releases · first in 2015

9 releases in the last 12 months

see the full history below

Release timeline

83 releases · Jun 2015 to Jun 2026
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 83
  1. 4.18.0 16 Jun 2026
    Release notes

    What's Changed

    • refactor: rely on lazylock and remove ctor dependency by @hoodie in #279
    • Add Windows notification handles by @Peter7896 in #283
    • feat: add preview unusernotifcations backend by @hoodie in #280
    • feat: add common wait_for_response on all platforms by @hoodie in #284
    • docs: improve docs by @hoodie in #285
    • ci: add release workflow by @hoodie in #286

    New Contributors

    Full Changelog: v4.17.0...v4.18.0

    Open source →
  2. 4.17.0 04 May 2026
    Release notes

    What's Changed

    • chore(deps): update rust crate ctor to 0.12 by @renovate[bot] in #271
    • fix: return Result from update() instead of panicking on D-Bus errors by @alexprivalov in #276

    Full Changelog: v4.16.1...v4.17.0

    Open source →
  3. 4.16.1 29 Apr 2026
    Release notes

    Fixes

    • return Result from handle_action instead of panicking on D-Bus errors (dbd4fd6), closes #54

    v4.16.0 (2026-04-19)

    Open source →
  4. 4.16.0 19 Apr 2026
    Release notes

    Full Changelog: v4.15.0...v4.16.0

    Open source →
  5. 4.15.0 14 Apr 2026
    Release notes

    What's Changed

    • feat: Add non-blocking wait_for_action_async by @VAWVAW in #262

    New Contributors

    Full Changelog: v4.14.0...v4.15.0

    Open source →
  6. 4.14.0 06 Apr 2026
    Release notes

    What's Changed

    • feat: add urgency support for Windows by @sqrew in #256

    New Contributors

    Full Changelog: v4.13.1...v4.14.0

    Open source →
  7. 4.13.1 04 Apr 2026
    Release notes

    Fixes

    • update maintenance state and formatting in README (efafd19)

    v4.13.0 (2026-04-04)

    Open source →
  8. 4.13.0 03 Apr 2026
    Release notes

    What's Changed

    • feat(macos): add image_path support for macOS notifications by @afonsojramos in #264

    New Contributors

    Full Changelog: v4.12.0...v4.13.0

    Open source →
  9. 4.12.0 01 Feb 2026
    Release notes

    What's Changed

    • chore(deps): update rust crate ctor to 0.4 by @renovate[bot] in #242
    • feat: add z-with-tokio feature by @eatradish in #245
    • build: do not include timeout message on mac by @hoodie in #258
    • chore: slightly expand actions example by @ToBinio in #257
    • chore(deps): update rust crate ctor to 0.6 by @renovate[bot] in #252
    • fix(zbus): don't unwrap result of close_fallible by @LordMZTE in #259

    New Contributors

    Full Changelog: v4.11.7...v4.12.0

    Open source →
  10. 4.11.7 08 Apr 2025
    Release notes

    What's Changed

    • fix(deps): update rust crate winrt-notification to 0.7 by @renovate in #220

    Full Changelog: v4.11.6...v4.11.7

    Open source →
    Release notes

    Fixes

    • deps: update rust crate winrt-notification to 0.7 (#220) (6411aec), closes #220
    Open source →
  11. 4.11.6 28 Mar 2025
    Release notes

    Fixes

    • resolve type inference issue with u32::MAX conversion (#244) (0c6c3ff), closes #244
    Open source →
  12. 4.11.5 10 Feb 2025
    Release notes

    Fixes

    Open source →
  13. 4.11.4 12 Jan 2025
    Release notes

    Fixes

    • deps: update rust crate zbus to v5 (0834adc)
    Open source →
  14. 4.11.3 10 Sep 2024
    Release notes

    Fixes

    Open source →
  15. 4.11.2 10 Sep 2024
    Release notes

    Fixes

    • docs: update links to Hints specification (6312e9c)
    • docs: link warning (6edff02)
    • more precise dependency on lazy_static (c24169e)
    Open source →
  16. 4.11.1 01 Aug 2024
    Release notes

    Fixes

    • docs: make sure crates.io and readme are in sync (2bd2a2c)
    • update maintenance badge (789fe44)

    v4.11.0 (2024-04-05)

    Open source →
  17. 4.11.0 04 Apr 2024

    Nothing published for this version

  18. 4.10.0 16 Nov 2023

    Nothing published for this version

  19. 4.9.0 22 Aug 2023

    Nothing published for this version

  20. 4.8.0 19 Feb 2023

    Nothing published for this version

  21. 4.7.1 15 Feb 2023
    Release notes

    Fixes

    • remove build issue when building with both z and d (6f4238f)

    v4.7.0 (2023-01-08)

    Open source →
  22. 4.7.0 08 Jan 2023

    Nothing published for this version

  23. 4.6.0 04 Dec 2022

    Nothing published for this version

  24. 4.5.10 25 Sep 2022
    Release notes

    Fixes

    • lower minimum rustc version to 1.59.0 for linux (dbus) (c0ffeed)
    Open source →
  25. 4.5.9 21 Sep 2022
    Release notes

    Fixes

    • raise minimum rustc version to 1.60.0 for zbus (b3b9aba)
    • update winrt-notification to a maintained fork, closes #148 (7cc6824), closes #148
    Open source →
  26. 4.5.8 26 Mar 2022
    Release notes

    Fixes

    • re-exported types from mac-notification-sys (80daef6)
    Open source →
  27. 4.5.8-pre.1 25 Mar 2022 pre-release

    Nothing published for this version

  28. 4.5.7 20 Mar 2022
    Release notes

    Fixes

    • deps: update rust crate mac-notification-sys to 0.5.0 (1f3a9f5)
    Open source →
  29. 4.5.6 04 Feb 2022
    Release notes

    Fixes

    • 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)
    Open source →
  30. 4.5.5 04 Nov 2021
    Release notes

    Fixes

    • deps: update rust crate winrt-notification to 0.5 (6620110)
    Open source →
  31. 4.5.4 08 Oct 2021
    Release notes

    Fixes

    • update winrt-notification to 0.4 (c94e111)
    Open source →
  32. 4.5.3 16 Sep 2021
    Release notes

    Fixes

    • clear up documentation and flip env switch for dual stack (3a3b175)
    Open source →
  33. 4.5.2 14 May 2021
    Release notes

    Fixes

    • clear up documentation of action handling (ad35d34)
    Open source →
  34. 4.5.1 13 May 2021
    Release notes

    Fixes

    • export of ActionResponse (3bf2f37)

    v4.5.0 (2021-05-05)

    Open source →
  35. 4.5.0 05 May 2021

    Nothing published for this version

  36. 4.4.1 01 May 2021
    Release notes

    Fixes

    • notify with __closed when notification is closed in zbus implementation (3a9c206)

    v4.4.0 (2021-04-25)

    Open source →
  37. 4.4.0 25 Apr 2021

    Nothing published for this version

  38. 4.3.0 27 Feb 2021

    Nothing published for this version

  39. 4.2.2 08 Jan 2021
    Release notes

    Fixes

    • remove another stray println (bd6ab59)
    Open source →
  40. 4.2.1 08 Jan 2021
    Release notes

    Fixes

    • deps: update zbus (684d031)
    • deps: update rust crate dbus to 0.9 (96f84f4)

    v4.2.0 (2021-01-08)

    Open source →
  41. 4.2.0 08 Jan 2021

    Nothing published for this version

  42. 4.1.1 07 Jan 2021
    Release notes

    Fixes

    v4.1.0 (2021-01-06)

    Open source →
  43. 4.1.0 06 Jan 2021

    Nothing published for this version

  44. 4.0.0 06 Jun 2020

    Nothing published for this version

  45. 4.0.0-rc.1 16 May 2020 pre-release

    Nothing published for this version

  46. 4.0.0-beta.4 02 May 2020 pre-release

    Nothing published for this version

  47. 4.0.0-beta.3 11 Mar 2020 pre-release

    Nothing published for this version

  48. 4.0.0-beta.2 02 Feb 2020 pre-release

    Nothing published for this version

  49. 4.0.0-beta.1 02 Feb 2020 pre-release

    Nothing published for this version

  50. 4.0.0-alpha.3 07 Dec 2019 pre-release

    Nothing published for this version

  51. 4.0.0-alpha.2 20 Nov 2019 pre-release

    Nothing published for this version

  52. 4.0.0-alpha.1 04 Nov 2019 pre-release

    Nothing published for this version

  53. 3.6.3 02 Nov 2019
    Release notes

    Fixes

    • 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)
    Open source →
  54. 3.6.2 11 Aug 2019
    Release notes

    Fixes

    • test-build without --features image 🙄 (0524a5f)
    Open source →
  55. 3.6.1 11 Aug 2019
    Release notes

    Fixes

    • test-build with --features image (8ee6998)

    v3.6.0 (2019-05-06)

    v3.5.0 (2018-10-21)

    Open source →
  56. 3.6.0 16 May 2019

    Nothing published for this version

  57. 3.5.0 21 Oct 2018

    Nothing published for this version

  58. 3.4.3 13 Oct 2018
    Release notes

    v3.4.0 (2017-05-21)

    Open source →
  59. 3.4.2 19 Aug 2017

    Nothing published for this version

  60. 3.4.1 09 Jul 2017

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive