Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ resolver = "2"
members = ["yashiki", "yashiki-ipc", "yashiki-layout-tatami", "yashiki-layout-byobu"]

[workspace.package]
version = "0.12.0"
version = "0.12.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/typester/yashiki"

[workspace.dependencies]
yashiki-ipc = { path = "yashiki-ipc", version = "0.12.0" }
yashiki-ipc = { path = "yashiki-ipc", version = "0.12.1" }
anyhow = "1.0"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
Expand Down
7 changes: 7 additions & 0 deletions yashiki/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.1](https://github.com/typester/yashiki/compare/yashiki-v0.12.0...yashiki-v0.12.1) - 2026-04-13

### Fixed

- suppress cross-PID spurious focus bounce on tag switch ([#165](https://github.com/typester/yashiki/pull/165))
- suppress unintended tag switch from macOS auto-activation after app termination ([#161](https://github.com/typester/yashiki/pull/161))

## [0.12.0](https://github.com/typester/yashiki/compare/yashiki-v0.11.6...yashiki-v0.12.0) - 2026-02-25

### Added
Expand Down