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-12)
- reverting build.rs to 0.5.2 (5a48022)
v0.5.4 (2022-07-12)
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)