Skip to content

Commit c70caac

Browse files
committed
release v0.1.181
1 parent 89e6497 commit c70caac

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

2323
# Changelog
2424

25+
## v0.1.181 (2026-04-11)
26+
27+
- Add command palette to the dashboard, accessible via `:`. Provides a
28+
fuzzy-searchable list of available actions for the current context with their
29+
key hints
30+
2531
## v0.1.180 (2026-04-09)
2632

2733
- Add custom theme color overrides in config. Define custom colors under

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.180"
3+
version = "0.1.181"
44
edition = "2024"
55
authors = ["workmux contributors"]
66
description = "An opinionated workflow tool that orchestrates git worktrees and tmux"

0 commit comments

Comments
 (0)