v0.6.12 (2026-03-09)
- remove pin on time crate (b2cbaac)
v0.6.11 (2026-03-08)
- skip linking when building docs (5e72f48)
v0.6.10 (2026-03-06)
- Update Rust edition to 2024 and MSRV to minimum of dependencies (71be2a6)
- Add targets to build docs.rs only on macos (c3adaee)
- Set time to fixed version to ensure backwards compatibility for last 6 versions (6445c16)
v0.6.9 (2025-11-29)
- link AppKit (fe5d56c)
v0.6.8 (2025-10-25)
- build without
-fmodulesflag (1044a45)
v0.6.7 (2025-10-25)
- amend licensing (dc77812)
v0.6.6 (2025-07-09)
- correct wait for click behavior (d933ff6)
v0.6.5 (2025-07-03)
- add support for waiting on notification click (b9a2703)
v0.6.4 (2025-04-06)
- update method signatures in header file (09b53af)
v0.6.3 (2025-04-06)
v0.6.2 (2024-09-11)
- use correct fallback app name (39d88c9)
v0.6.1 (2023-08-12)
- formatting and readme update (4b199d1)
v0.6.0 (2023-08-12)
- notifications do not show an unused "show" action button but default
- default to no action button (6bf2342)
v0.5.9 (2023-08-11)
- do not crash when selecting the title of a drop down menu (ba226cd)
v0.5.8 (2023-07-23)
- allow playing default notification sound (c0ffeec)
v0.5.7 (2023-07-23)
- ensure cross-build compatibility of build.rs (0c1dbdf)
v0.5.6 (2022-08-06)
- Always pass a macOS deployment version to cc (41cc097)
v0.5.5 (2022-07-13)
- reverting build.rs to 0.5.2 (5a48022)
v0.5.4 (2022-07-13)
v0.5.3 (2022-07-10)
- use NSRunningApplication instead of AppleScript (9125aa0)
- convert to ARC memory management (afb0ad7)
v0.5.2 (2022-06-12)
- copy paste mishap in readme (95434c1)
v0.5.1 (2022-06-11)
- assert on errors instead of panic in tests (5369717)
- move installNSBundleHook to setApplication (6bcce5f)
- Wrap setApplication in auto release pool (ead722b)
- retain bundle id NSString (956124e), closes #8
v0.5.0 (2022-03-20)
- provide builder pattern (757bc25)