Skip to content

Neon Vision Editor v1.2.5

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 21:57
· 4 commits to main since this release
4581167

[v1.2.5] - 2026-08-07

Why Upgrade

  • Keeps generated and minified source files responsive by avoiding unnecessary full-document regex highlighting.
  • Preserves fast, viewport-scoped syntax coloring for large JSON, HTML, and CSV documents.
  • Makes large-file behavior easier to control with clear generated-file highlighting options.

Highlights

  • Adds Automatic, Full, and Off generated-file syntax highlighting modes.
  • Detects common generated-source markers and very long minified lines with a bounded prefix scan.
  • Extends the large-file benchmark and performance contract with HTML and minified JavaScript fixtures.
  • Updates the app icon for the iOS, iPadOS, and macOS 27 Liquid Glass appearance, including the revised iOS 26 shared presentation. Thanks to @LegalizeNukes for the new icon design.

Fixes

  • Stops stale or expensive syntax passes from being scheduled for likely generated JavaScript and similar source files.
  • Keeps macOS and iOS syntax-highlight caches stable when generated-file highlighting is intentionally suppressed.

Breaking changes

  • None.

Migration

  • None.