Skip to content

Commit 452144b

Browse files
committed
release v0.1.221
1 parent 9231964 commit 452144b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ description: Release notes and version history for workmux
2222

2323
# Changelog
2424

25+
## v0.1.221 (2026-07-13)
26+
27+
- Ask for confirmation before quitting the sidebar, preventing accidental quit keypresses from closing all sidebar panes.
28+
- Keep the dashboard display intact when pre-remove hooks print output during worktree removal or bulk sweeps.
29+
2530
## v0.1.220 (2026-07-12)
2631

2732
- Preview the resolved worktree path, branch, base, multiplexer target, file operations, and post-create hooks with `workmux add --dry-run`, without creating or modifying anything.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "workmux"
3-
version = "0.1.220"
3+
version = "0.1.221"
44
edition = "2024"
55
authors = ["workmux contributors"]
66
description = "An opinionated workflow tool that orchestrates git worktrees and tmux"

0 commit comments

Comments
 (0)