Skip to content

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 26 Jul 18:05
· 49 commits to main since this release

Axon v1.3.2

Axon v1.3.2 improves daily editor feedback and reliability. Completion behavior
is now configurable, navigation keeps the explorer synchronized, language-tool
downloads recover cleanly, and the editor UI follows every active theme.

Editor intelligence and navigation

  • Settings now independently control automatic suggestions, trigger-character
    suggestions, completion preview text, and word-based suggestions.
  • LSP hover and completion surfaces derive their background, foreground,
    border, selection, and highlight colors from the selected theme.
  • Workspace search, quick open, and language navigation expand lazy parent
    folders, activate the destination file, and scroll it into view.
  • Existing settings keep all suggestion behavior enabled by default, preserving
    the behavior from v1.3.1 until a preference is changed.

Themes and interface

  • Axon Parchment is a new built-in light theme with warm editor surfaces, clear
    syntax contrast, themed Monaco widgets, and a matching terminal ANSI palette.
  • Status-bar icons, active states, hover states, metadata, errors, and warnings
    now use theme tokens instead of fixed colors.
  • The status accent is now a short, thin highlight that flows from left to right
    without the previous broad glow and remains still when reduced motion is set.

Reliability

  • Git line decorations remain accurate when changed content is removed,
    restored, replaced, or edited repeatedly without closing the file.
  • Markdown preview ignores stale asynchronous renders and remains stable during
    rapid source changes.
  • Language-tool installation progress survives file changes and renderer
    remounts, while cancellation terminates active work and cleans partial data.
  • Completed downloads no longer restart as an untracked second installation or
    leave a language permanently stuck at Installing.
  • Renderer test configuration now includes the correct React environment types,
    preventing false CI failures.

Verification

  • Electron main-process and renderer production builds pass.
  • All editor tests pass.
  • TypeScript, ESLint, release metadata, line-count, formatting, and whitespace
    checks pass.

Included commits

  • 8992f5d keeps Git line paint synchronized during repeated edits.
  • 9ccd3c4 stabilizes Markdown preview rendering.
  • 7036abe makes managed language-tool installations recoverable.
  • 5181bc5 corrects the React test environment used by CI.
  • c230150 adds Axon Parchment, suggestion settings, themed Monaco widgets,
    and explorer reveal behavior.
  • 8f61f33 makes the status bar fully theme aware.