Changelog

Changelog

Notable changes across releases. SemVer, loosely - pre-1.0 minors may include breaking changes.

Latest · v1.2.0Apache-2.0
GitHub ReleasesSource CHANGELOG.md
  1. v1.2.0

    2026-08-25Latest

    Enterprise Vaults, AI PRs, and macOS Native Vibrancy.

    Added
    • Enterprise Vaults: 1-click AWS Secrets Manager sync injected natively into PTY without touching disk.
    • AI Pull Requests: Seamlessly analyze diffs and run `gh pr create` from the Source Control panel.
    • Tutor Mode (Cmd+Shift+L): Explain failing terminal commands instantly.
    • Workspace Provisioning: Auto-executing setup logic on folder navigation.
    Changed
    • Refactored Settings window to a beautiful Left-Sidebar macOS style.
    • Upgraded window blur effect to true macOS `UnderWindowBackground` for perfect native vibrancy.
    Fixed
    • macOS App Translocation / TCC prompts bug loop fixed via `Info.plist` patching.
  2. v1.1.4

    2026-08-20

    New logo & CI release pipeline improvements.

    Added
    • Wired optional macOS Developer ID signing and notarization.
    • Added new lint/typecheck/test/clippy GitHub Actions workflow on push and PR.
    Changed
    • Updated application branding and logos.
  3. v1.1.3

    2026-08-15

    Stability fixes for React UI and macOS Window.

    Fixed
    • Resolved React infinite loop crash in ShellInput caused by zustand selector.
    • Enabled macos-private-api to fix crash on boot for transparent windows.
    • Guarded agent-activity listener outside of Tauri runtime.
  4. v1.1.2

    2026-08-10

    Premium UI glow and formatting enhancements.

    Changed
    • Premium glassmorphism and glow enhancements across the UI.
    • Applied biome formatting across the entire source tree.
  5. v1.0.0

    2026-07-01

    Initial Release of NovaTerm.

    Added
    • Hardware-accelerated terminal using Tauri v2.
    • Built-in code editor with AI autocomplete.
    • Local LLM integration via Ollama.