Skip to content

Commit 1862ba1

Browse files
committed
docs: update changelog for v0.12.0
1 parent 2f6410f commit 1862ba1

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v0.12.0 - 2026-07-12
4+
5+
### New Features
6+
7+
- dashboard grid overlay: a per-window grid that shows a picked set of live terminal panes at once, so you can glance across several sessions and jump into one. `⌘⇧D` toggles it over the window's most-recently-used sessions, `agtermctl dashboard <id> <id> ...` opens it over an explicit set, up to nine cells and view-only (arrows move the highlight, Enter drops in, Esc closes) #202 @umputun
8+
- sidebar Finder folder drops create sessions rooted at the dropped directories, plus `Reveal in Finder` for the active session and spring-open of collapsed workspaces while dragging over them #180 @melonamin
9+
- promote the surviving split pane into the main slot when the primary pane's shell exits, so a collapsed-to-single session behaves like a fresh single pane, reports `left`, and a later `session.split` opens a fresh pane beside it #121 @fkirill
10+
- drive Codex agent-status from its lifecycle hooks instead of keyword-matching the final message, so an approval prompt shows `blocked` the moment Codex asks and an ordinary turn no longer gets wrongly stuck on it #194 @umputun
11+
12+
### Bug Fixes
13+
14+
- stop split panes flickering on a rapid focus change, where two overlapping focus retry loops ping-ponged first responder between the panes for ~400ms #200 @umputun
15+
316
## v0.11.0 - 2026-07-11
417

518
### New Features

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"author": { "@type": "Person", "name": "Umputun", "url": "https://github.com/umputun" },
5555
"codeRepository": "https://github.com/umputun/agterm",
5656
"downloadUrl": "https://github.com/umputun/agterm/releases",
57-
"softwareVersion": "0.11.0"
57+
"softwareVersion": "0.12.0"
5858
}
5959
</script>
6060
<script type="application/ld+json">

0 commit comments

Comments
 (0)