Skip to content

Commit 4203ffc

Browse files
committed
docs: document 1.4.9 changes
1 parent 0f329a4 commit 4203ffc

2 files changed

Lines changed: 17 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+
## 1.4.9 - 2026-05-07
4+
5+
<!-- CDXC:Distribution 2026-05-07-08:01: Release notes for 1.4.9 must include
6+
all commits after v1.4.8 so README, GitHub, Sparkle, and Homebrew release
7+
metadata describe the same shipped behavior. -->
8+
9+
- Improved embedded code-server editor panes so VS Code panel/sidebar drag and drop keeps live hover and drop targeting while using CEF.
10+
- Fixed embedded browser/editor pane teardown so closing a pane from the sidebar does not close the top-level app window.
11+
- Improved project editor persistence so VS Code workbench layout survives app restarts without putting code-server into a fresh Chromium profile.
12+
- Improved zmx session persistence so empty sessions attach directly, startup commands run only for new sessions, and inherited zmx session variables do not hijack app-managed names.
13+
- Improved zellij session persistence so generated session names stay within provider limits and new sessions launch under the same name used for restart attach.
14+
- Enlarged README screenshots for clearer GitHub documentation.
15+
316
## 1.4.8 - 2026-05-06
417

518
<!-- CDXC:Distribution 2026-05-06-19:47: Release notes for 1.4.8 must include

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,13 @@ brew install --cask maddada/tap/zmux
3838
- Native T3 Code panes with managed runtime bootstrap, authenticated thread routing, and remote/browser access links.
3939
- Optional Browser Panes mode opens browser actions as workspace panes with address navigation, reload, DevTools, React Grab, profiles, and favicon-backed sidebar cards.
4040
- Embedded code-server editor panes open project-scoped code surfaces with diff stats and native CEF hosting.
41+
- Embedded editor panes preserve VS Code workbench layout across app restarts through persistent Chromium storage.
42+
- Embedded editor panes keep VS Code sidebar and panel drag/drop targets responsive while moving views inside code-server.
43+
- Browser and editor pane close actions stay scoped to the pane instead of closing the top-level app window.
4144
- Project headers can create scoped browser panes and open or close project editor panes directly from the group row.
4245
- Chromium CEF browser panes keep native browser storage and cookies across app restarts.
4346
- Shared Ghostty settings keep terminal configuration consistent between the native host and sidebar settings UI.
44-
- Zellij, tmux, and zmx session persistence providers can keep terminal sessions restart-safe.
47+
- Zellij, tmux, and zmx session persistence providers can keep terminal sessions restart-safe, with stable zellij names and direct zmx attach behavior.
4548
- Sidebar Actions and Open In split controls can run the primary command or show React-rendered dropdown menus for Finder, Visual Studio Code, and Zed.
4649
- Configure Actions modal supports readable project-action rows plus create, edit, and delete flows.
4750
- Settings show modified values with reset-to-default tooltips, and sidebar placement can be set to the left or right side.

0 commit comments

Comments
 (0)