File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.16.0 "
2+ "." : " 0.16.1 "
33}
Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is loosely based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11[package ]
22name = " any-console-server"
3- version = " 0.16.0 "
3+ version = " 0.16.1 "
44edition = " 2021"
55license = " MIT"
66publish = false
You can’t perform that action at this time.
0 commit comments