diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b734e4..86f982c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ The format follows *Keep a Changelog*. Versions use semantic versioning with pre - Find panel behavior (`Cmd+F`, initial focus, Enter-to-find-next) and highlight-current-line setting application. - Line number ruler rendering overlap/flicker issues from previous fragment enumeration logic. - Editor text sanitization paths around paste/tab/open flows to reduce injected visible whitespace glyph artifacts. -- Reintroduced whitespace/control glyph artifacts (`U+2581`, `U+2400`–`U+243F`) during typing/paste by hardening sanitizer checks in editor update paths. +- Prevented reintroduced whitespace/control glyph artifacts (`U+2581`, `U+2400`–`U+243F`) during typing/paste by hardening sanitizer checks in editor update paths. - macOS line-number gutter redraw/background mismatch so the ruler keeps the same window/editor tone without white striping. ## [v0.4.4-beta] - 2026-02-09 diff --git a/README.md b/README.md index 7f8e274..8a2cc71 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,16 @@ Release Download: GitHub Releases

-> Status: **beta** -> Latest release: **v0.4.5-beta** -> Platform target: **macOS 26 (Tahoe)** compatible with **macOS Sequoia** +> Status: **active release** +> Latest release: **v0.4.5** +> Platform target: **macOS 26 (Tahoe)** compatible with **macOS Sequoia** > Apple Silicon: tested / Intel: not tested ## Download Prebuilt binaries are available on [GitHub Releases](https://github.com/h3pdesign/Neon-Vision-Editor/releases). -- Latest release: **v0.4.4-beta** +- Latest release: **v0.4.5** - Architecture: Apple Silicon (Intel not tested) - Notarization: *is finally there* @@ -85,8 +85,10 @@ If macOS blocks first launch: - Fast loading for regular and large text files. - Tabbed editing with per-file language support. - Automatic syntax highlighting for many languages and formats. -- Inline code completion with Tab-to-accept ghost suggestions. **(NEW in v0.4.4-beta)** -- Starter templates for all languages with one-click insert. **(NEW in v0.4.4-beta)** +- Optional support purchase flow (StoreKit 2) in Settings. **(NEW in v0.4.5)** +- Cross-platform theme settings panel with improved settings organization. **(NEW in v0.4.5)** +- Inline code completion with Tab-to-accept ghost suggestions. +- Starter templates for all languages with one-click insert. - Document-type handling for `.plist`, `.sh`, and general text so Finder/iOS can route those files straight into the editor. - Toolbar Map card in the welcome tour now scales to fill a taller inner frame, keeping the button cards inside the border. - Regex Find/Replace with Replace All. @@ -119,6 +121,14 @@ If macOS blocks first launch: ## Changelog +### v0.4.5 (summary) + +- Added optional support purchase flow (StoreKit 2) with a dedicated Settings > Support tab. +- Added a new cross-platform theme settings panel and iOS app icon asset catalog set. +- Improved settings architecture and language detection/syntax highlighting stability. +- Fixed iOS settings sheet state binding, Find panel focus/next behavior, and editor sanitization artifacts. +- Fixed macOS line-number gutter redraw/background mismatches. + ### v0.4.4-beta (summary) - Added inline code completion ghost text with Tab-to-accept behavior. @@ -169,12 +179,12 @@ Full release history: [`CHANGELOG.md`](CHANGELOG.md) ## Release Integrity -- Tag: `v0.4.4-beta` +- Tag: `v0.4.5` - Tagged commit: `TBD` - Verify local tag target: ```bash -git rev-parse --verify v0.4.4-beta +git rev-parse --verify v0.4.5 ``` - Verify downloaded artifact checksum locally: