Skip to content

Commit e167ce2

Browse files
chore: release v0.11.7
1 parent b13d30a commit e167ce2

4 files changed

Lines changed: 23 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ resolver = "2"
33
members = ["yashiki", "yashiki-ipc", "yashiki-layout-tatami", "yashiki-layout-byobu"]
44

55
[workspace.package]
6-
version = "0.11.6"
6+
version = "0.12.0"
77
edition = "2021"
88
license = "MIT"
99
repository = "https://github.com/typester/yashiki"
1010

1111
[workspace.dependencies]
12-
yashiki-ipc = { path = "yashiki-ipc", version = "0.11.6" }
12+
yashiki-ipc = { path = "yashiki-ipc", version = "0.12.0" }
1313
anyhow = "1.0"
1414
tokio = { version = "1", features = ["full"] }
1515
tracing = "0.1"

yashiki-ipc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.0](https://github.com/typester/yashiki/compare/yashiki-ipc-v0.11.6...yashiki-ipc-v0.12.0) - 2026-02-25
11+
12+
### Added
13+
14+
- [**breaking**] add keybinding mode system (river-style) ([#157](https://github.com/typester/yashiki/pull/157))
15+
1016
## [0.11.0](https://github.com/typester/yashiki/compare/yashiki-ipc-v0.10.7...yashiki-ipc-v0.11.0) - 2026-02-10
1117

1218
### Fixed

yashiki/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.0](https://github.com/typester/yashiki/compare/yashiki-v0.11.6...yashiki-v0.12.0) - 2026-02-25
11+
12+
### Added
13+
14+
- [**breaking**] add keybinding mode system (river-style) ([#157](https://github.com/typester/yashiki/pull/157))
15+
- update focused_display via auto-raise when cursor moves to different display ([#156](https://github.com/typester/yashiki/pull/156))
16+
17+
### Fixed
18+
19+
- call activate_application for already-frontmost apps to fix keyboard focus ([#155](https://github.com/typester/yashiki/pull/155))
20+
1021
## [0.11.6](https://github.com/typester/yashiki/compare/yashiki-v0.11.5...yashiki-v0.11.6) - 2026-02-20
1122

1223
### Fixed

0 commit comments

Comments
 (0)