This release adds 5 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryUpdates span windows, input handling, bindings, sidebar UI, fonts, WSL integration, and worktree management.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Run the IPC socket and MCP bridge on Windows. Run the IPC socket and MCP bridge on Windows. Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Feature | Medium |
Enable the kitty keyboard protocol. Enable the kitty keyboard protocol. Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Feature | Low |
Report mouse events to mouse‑mode apps. Report mouse events to mouse‑mode apps. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Feature | Low |
Make app shortcuts rebindable. Make app shortcuts rebindable. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Feature | Low |
Add keyboard navigation in sidebar. Add keyboard navigation in sidebar. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Feature | Low |
List sessions under workspace rows in sidebar. List sessions under workspace rows in sidebar. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Feature | Low |
Make the worktree location configurable. Make the worktree location configurable. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Feature | Low |
Detect and prune stale worktrees automatically. Detect and prune stale worktrees automatically. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Feature | Low |
Show sidebar agent glyphs via process probe on Windows. Show sidebar agent glyphs via process probe on Windows. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Feature | Low |
Add a font fallback chain for rendering. Add a font fallback chain for rendering. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Feature | Low |
Draw emoji from their colour tables. Draw emoji from their colour tables. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Feature | Low |
Add WSL support. Add WSL support. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Feature | Low |
Add shell launch profiles in configuration. Add shell launch profiles in configuration. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Feature | Low |
Drive alacritree from the shell via CLI commands. Drive alacritree from the shell via CLI commands. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Dependency | Low |
Bump alacritree to v0.2.11 in homebrew and scoop packages. Bump alacritree to v0.2.11 in homebrew and scoop packages. Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Bugfix | Medium |
Keep the DLL loader off PATH on Windows. Keep the DLL loader off PATH on Windows. Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Bugfix | Medium |
Answer OSC color and text‑area size queries correctly. Answer OSC color and text‑area size queries correctly. Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Bugfix | Medium |
Honour the app's request to hide the cursor. Honour the app's request to hide the cursor. Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Bugfix | Medium |
Stop Super chords from swallowing Ctrl key events. Stop Super chords from swallowing Ctrl key events. Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Bugfix | Medium |
Prevent ctrl+shift+c from sending interrupt signal. Prevent ctrl+shift+c from sending interrupt signal. Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Bugfix | Medium |
Route paste operations through the binding table. Route paste operations through the binding table. Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Bugfix | Medium |
Encode control, modified, and alt keys like xterm. Encode control, modified, and alt keys like xterm. Source: llm_adapter@2026-07-14 Confidence: high |
— |
| Bugfix | Medium |
Stop one window from deleting another's projects. Stop one window from deleting another's projects. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Bugfix | Low |
Route IME composition to the terminal. Route IME composition to the terminal. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
Full changelog
What's Changed
- homebrew: bump alacritree to v0.2.11 by @mathix420 in https://github.com/mathix420/alacritree/pull/56
- scoop: bump alacritree to v0.2.11 by @mathix420 in https://github.com/mathix420/alacritree/pull/57
- fix(windows): keep the DLL loader off PATH by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/59
- [4] fix: answer OSC color and text-area size queries by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/60
- [5] fix(cursor): honour the app's request to hide the cursor by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/61
- [6] feat(ipc): run the IPC socket and MCP bridge on Windows by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/62
- [7] fix(bindings): stop Super chords from swallowing Ctrl by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/63
- [8] fix(input): stop ctrl+shift+c from sending the interrupt by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/64
- [9] fix(input): route paste through the binding table by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/65
- [10] fix(input): encode control, modified, and alt keys like xterm by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/69
- [11] fix(input): enable the kitty keyboard protocol by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/70
- [12] feat(mouse): report mouse events to mouse-mode apps by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/71
- [13] fix(ime): route IME composition to the terminal by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/72
- [14] feat(bindings): make app shortcuts rebindable by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/73
- [15] feat(sidebar): add keyboard navigation by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/74
- [16] feat(sidebar): list sessions under workspace rows by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/75
- [17] feat(workspace): make the worktree location configurable by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/76
- [18] feat(worktree): detect and prune stale worktrees by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/77
- [19] feat(windows): show sidebar agent glyphs via process probe by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/78
- [20] feat(fonts): add a font fallback chain by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/79
- [21] feat(fonts): draw emoji from their colour tables by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/80
- [22] feat(wsl): add WSL support by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/81
- [23] feat(config): add shell launch profiles by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/82
- [24] fix(state): stop one window from deleting another's projects by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/67
- [25] feat(cli): drive alacritree from the shell by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/68
- chore: pin stroke widths to f32 by @AbysmalBiscuit in https://github.com/mathix420/alacritree/pull/66
Full Changelog: https://github.com/mathix420/alacritree/compare/v0.2.11...v0.3.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Track Alacritree, terminal with built-in worktree management
Get notified when new releases ship.
Sign up freeAbout Alacritree, terminal with built-in worktree management
All releases →Beta — feedback welcome: [email protected]