From ed3531f028e3464e76a7291fa5dfa0de3010e3fb Mon Sep 17 00:00:00 2001 From: lick <2188718831@qq.com> Date: Thu, 13 Aug 2026 20:52:17 +0800 Subject: [PATCH] docs: add v0.2.2 release notes --- docs/releases/v0.2.2.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/releases/v0.2.2.md diff --git a/docs/releases/v0.2.2.md b/docs/releases/v0.2.2.md new file mode 100644 index 00000000..d11eb800 --- /dev/null +++ b/docs/releases/v0.2.2.md @@ -0,0 +1,25 @@ +## Highlights + +- Kept large process logs responsive while resizing the Run tool window. +- Improved Maven project detection for modules nested below the workspace root. +- Resolved Maven parent POMs outside the immediate module directory more reliably. + +## Run output performance + +- Render process output incrementally instead of laying out the full log after every update or resize. +- Preserve ANSI colors, log-level highlighting, timestamps, source links, text selection, copying, and smart scrolling. +- Keep the Run tool window responsive with output near the 500,000-character limit. + +## Maven project detection + +- Detect Maven projects below the workspace root, including nested modules and parent projects. +- Use the resolved Maven root consistently for scans, run configurations, and Maven actions. +- Improve inherited module metadata when projects rely on parent POM configuration. + +## Install or update + +- **GitHub Release:** Download the `arm64` DMG for Apple silicon or the `x86_64` DMG for Intel Macs from the release assets below. +- **In-app update:** Open **Settings > Updates**, select **Check for Updates**, and install the available update. +- **Homebrew:** Run `brew upgrade --cask lithe`. For a first installation, follow the Homebrew instructions in the project README. + +Lithe requires macOS 13 or later. Java project features require a JDK, and semantic Java navigation requires Eclipse JDT LS.