From bb1835492324d29246c0ddfb773161f8d1912c3b Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Sun, 11 Jun 2023 22:06:10 -0400 Subject: [PATCH] Add release notes for v.0.2.0 --- notes/v.0.2.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/notes/v.0.2.0.md b/notes/v.0.2.0.md index 3be1e00..2dbf490 100644 --- a/notes/v.0.2.0.md +++ b/notes/v.0.2.0.md @@ -1,5 +1,8 @@ -### New Features +Feature release: support better system integration on macOS - support installing ImageJ/Fiji in the application +directory. +See macOS installation info in the [ReadMe](https://github.com/ij-plugins/ijp-imagej-launcher) * Use launcher location to infer `ij-dir`. #5 * Session log is saved to `~/.ijp_imagej_launcher.log` to facilitate troubleshooting when not running from command prompt. The log is reset for each session. #6 +* Better inference of ImageJ directory on macOS - consider launcher being in subdirectory "Contents/MacOS" #7