Skip to content

Commit ffdec09

Browse files
committed
chore(main): release 0.16.1
1 parent 936bc1f commit ffdec09

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.16.0"
2+
".": "0.16.1"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project aims to follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.16.1](https://github.com/kt0319/any-console/compare/v0.16.0...v0.16.1) (2026-09-01)
9+
10+
11+
### Bug Fixes
12+
13+
* DispatchのRunで既存セッションへ切替後もモーダルが閉じ残る不具合を修正 ([7917d6a](https://github.com/kt0319/any-console/commit/7917d6a90f615db44f7bc523b7e19b2ae8900ea4))
14+
* Dispatchモーダルでセッション/ジョブ/ブランチ情報の取得完了までRunを無効化 ([4aedfe1](https://github.com/kt0319/any-console/commit/4aedfe162df674c990f74df4d3703f840eb383f4))
15+
* 分岐取得失敗時にlocalBranchesLoadedが立たずRunが恒久disableになる不具合を修正 ([2d9647e](https://github.com/kt0319/any-console/commit/2d9647e8c88fd97223d14504fae8eb13c99021eb))
16+
17+
18+
### Refactor
19+
20+
* DispatchRunViewの非同期取得状態をAsyncState<T>に統一する ([ad71924](https://github.com/kt0319/any-console/commit/ad71924b3adfd931bf608716343ea835ba88482b))
21+
* FileHistoryPane/GitChangesの取得状態をAsyncState<T>に統一する ([ddbf620](https://github.com/kt0319/any-console/commit/ddbf620769b64f89bdda65be254ec6a1f141d814))
22+
* GitHubペイン取得系の状態管理をAsyncState<T>に統一する ([fe15a76](https://github.com/kt0319/any-console/commit/fe15a769e7086a15bb0aa2d17579f98957693821))
23+
* タッチの横ドラッグによるタブ並び替えを廃止しシンプルにする ([936bc1f](https://github.com/kt0319/any-console/commit/936bc1fb8e5c03672b7c1b13c8e99fd3e673974d))
24+
825
## [0.16.0](https://github.com/kt0319/any-console/compare/v0.15.0...v0.16.0) (2026-08-29)
926

1027

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "any-console-server"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
edition = "2021"
55
license = "MIT"
66
publish = false

0 commit comments

Comments
 (0)