Skip to content

Commit c111ba4

Browse files
chore: release v0.13.1 (#170)
## 🤖 New release * `yashiki-ipc`: 0.13.0 -> 0.13.1 * `yashiki`: 0.13.0 -> 0.13.1 * `yashiki-layout-tatami`: 0.13.0 -> 0.13.1 * `yashiki-layout-byobu`: 0.13.0 -> 0.13.1 <details><summary><i><b>Changelog</b></i></summary><p> ## `yashiki-ipc` <blockquote> ## [0.12.0](yashiki-ipc-v0.11.6...yashiki-ipc-v0.12.0) - 2026-02-25 ### Added - [**breaking**] add keybinding mode system (river-style) ([#157](#157)) </blockquote> ## `yashiki` <blockquote> ## [0.13.1](yashiki-v0.13.0...yashiki-v0.13.1) - 2026-05-28 ### Fixed - re-set main window after AXFrontmost to fix focus on background-app windows ([#171](#171)) </blockquote> ## `yashiki-layout-tatami` <blockquote> ## [0.7.3](yashiki-layout-tatami-v0.7.2...yashiki-layout-tatami-v0.7.3) - 2026-01-20 ### Other - update Cargo.lock dependencies </blockquote> ## `yashiki-layout-byobu` <blockquote> ## [0.7.3](yashiki-layout-byobu-v0.7.2...yashiki-layout-byobu-v0.7.3) - 2026-01-20 ### Other - update Cargo.lock dependencies </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 72c0e21 commit c111ba4

3 files changed

Lines changed: 12 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.13.0"
6+
version = "0.13.1"
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.13.0" }
12+
yashiki-ipc = { path = "yashiki-ipc", version = "0.13.1" }
1313
anyhow = "1.0"
1414
tokio = { version = "1", features = ["full"] }
1515
tracing = "0.1"

yashiki/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.13.1](https://github.com/typester/yashiki/compare/yashiki-v0.13.0...yashiki-v0.13.1) - 2026-05-28
11+
12+
### Fixed
13+
14+
- re-set main window after AXFrontmost to fix focus on background-app windows ([#171](https://github.com/typester/yashiki/pull/171))
15+
1016
## [0.13.0](https://github.com/typester/yashiki/compare/yashiki-v0.12.1...yashiki-v0.13.0) - 2026-05-23
1117

1218
### Fixed

0 commit comments

Comments
 (0)