Skip to content

Neon Vision Editor v0.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 17:05
· 3 commits to main since this release

[v0.8.0] - 2026-06-23

Why Upgrade

  • Restores macOS 15 tab bar mouse hit-testing so tabs can be selected and closed normally.
  • Fixes macOS translucent editor startup rendering so line numbers no longer appear on a white strip.
  • Improves the Welcome Tour release page layout and reduces lightweight completion-trigger allocation while typing.

Highlights

  • Added Xcode Cloud/App Store release runbook and preflight checks for the 0.8.0 release path.
  • Kept macOS 26+ tab strip edge fades while skipping the SwiftUI mask on pre-26 macOS where it can intercept tab clicks.
  • Updated the Welcome Tour release summary for current App Store-facing changes.

Fixes

  • Fixed macOS 15 tab switching and close-button clicks by avoiding the tab strip fade mask on pre-26 macOS.
  • Fixed translucent macOS line-number ruler startup rendering so the ruler stays transparent when the editor background is transparent.
  • Fixed the macOS Welcome Tour "What's New" layout so release cards no longer clip or leave stale content at the left edge.
  • Reduced completion-trigger scan allocation by checking UTF-16 code units instead of creating one-character substrings.

Breaking changes

  • None.

Migration

  • None.

Issues

  • #150 [Bug]: Cannot switch between or close tabs with mouse