v1.1.1
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/targetfiltered). - Tabs focus their terminal/editor instantly on switch or activate — no extra click.
- Markdown preview polish — systematic
.prose-mdstyling 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
setBadgeCountbug. - 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
cdand 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):
.msior-setup.exe— signed via SignPath Foundation.
Full changelog: CHANGELOG.md