From 2cb03f31ff46f7e4ac00113cb64ef7742b1fd715 Mon Sep 17 00:00:00 2001 From: Ogulcan Celik Date: Sun, 5 Apr 2026 18:40:37 +0300 Subject: [PATCH] docs: draft 0.4.0 changelog --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a369c677..7a10676c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,19 @@ ## Unreleased -### Added -- Added configurable custom mp3 notification sound paths under `[ui.sound]`, with support for one shared file or separate files for finished vs needs-attention alerts. Relative paths are resolved from the config file's directory, and missing/unsupported custom files fall back to the built-in sounds. +### Major Changes +- Herdr now uses a Ghostty-backed terminal engine as its pane runtime. +- The legacy vt100 pane backend has been removed, making Ghostty the single terminal backend going forward. + +### UX and Interaction +- Workspaces can now be reordered by dragging them in the sidebar. +- Notification sounds now support custom mp3 file overrides, with either one shared file or separate files for finished vs needs-attention alerts. + +### API and Integration +- Workspace API ids are now stable, making socket and CLI automation more predictable across workspace changes and restores. + +### Packaging and Runtime +- macOS builds now statically link the vendored `libghostty-vt`, preserving the single-binary install and update flow. ## [0.3.2] - 2026-04-03