Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 15:53
· 4 commits to main since this release
3898169

Highlights

  • Dock badge lights up for every notification (bell / OSC / AI completion) — tracked as per-tab unread plus a red Dock count, no longer suppressed by window focus, so background-tab completions stay visible.
  • File tree auto-refreshes on external filesystem changes (native FSEvents watcher, debounced; .git / node_modules / target filtered).
  • Tabs focus their terminal/editor instantly on switch or activate — no extra click.
  • Markdown preview polish — systematic .prose-md styling and syntax-highlighted code blocks that follow the dark/light theme.
  • VS Code–style terminal tabs with a bottom active-tab indicator; clicking a file auto-expands a collapsed preview.

Fixes

  • Dock badge rewritten to native AppKit, working around a macOS Tauri setBadgeCount bug.
  • Notification events delivered to the main webview (emit_to), fixing bell/OSC notifications under Tauri 2's multi-webview model.
  • Restored the "close a running tab" confirmation.
  • Fixed dropped keystrokes (swallowed spaces after cd and during fast typing) without disturbing IME / Chinese input.
  • Terminal no longer snaps back to the bottom after scrolling up.

Downloads

  • macOS (Apple Silicon): aitm_1.1.1_aarch64.dmg — signed with Apple Developer ID and notarized.
  • Windows (x64 / arm64): .msi or -setup.exe — signed via SignPath Foundation.

Full changelog: CHANGELOG.md