Skip to content

chore(main): release 0.17.0 - #151

Open
kt0319 wants to merge 2 commits into
mainfrom
release-please--branches--main--components--any-console
Open

chore(main): release 0.17.0#151
kt0319 wants to merge 2 commits into
mainfrom
release-please--branches--main--components--any-console

Conversation

@kt0319

@kt0319 kt0319 commented Aug 31, 2026

Copy link
Copy Markdown
Owner

🤖 I have created a release beep boop

0.17.0 (2026-09-05)

Features

  • Add Workspaceフォームにグループ選択セレクトボックスを追加 (dd853ce)
  • Display設定にReset to defaultsボタンを追加する (3bf6043)
  • サイドバーのセッション行をアイコン/名前+ピルの行とブランチ/ステータスの行に分ける (02d3259)
  • サイドバーのベアターミナル表記と行の高さを統一する (6224584)
  • セッションタブが幅いっぱいの時、横スクロール可能な端をフェード表示する (3d27d44)
  • タイトルバー位置をOff/Top/Bottomの3値でタブ位置と独立に設定可能にし、Display設定にデバイス単位保存の注記を追加する (967cdd7)
  • タイトルバー表示をタブ位置と独立してNarrow/Wide別に設定可能にする (3a31df5)
  • 折りたたみスマホ向けにタブ位置/Keyboard bar表示をSettings > Displayで設定可能にする (055f0ed)

Bug Fixes

  • ./any-console update後のサービス再起動でもバイナリを再署名する (00d9b32)
  • Actionsピルが解消済みの古い失敗runを拾い続ける不具合を修正する (64ab4f4)
  • Actions一覧のステータスアイコンをUnicode記号からmdiに統一する (4970372)
  • DispatchのRunで既存セッションへ切替後もモーダルが閉じ残る不具合を修正 (7917d6a)
  • Dispatchモーダルでセッション/ジョブ/ブランチ情報の取得完了までRunを無効化 (4aedfe1)
  • Display設定のKeyboard barチェックボックスを各セクションの一番下に移動する (3116e62)
  • Display設定のWide/Narrow表示順を入れ替え、項目名とラジオボタンを分離する (2194587)
  • Display設定画面のラベルを英語表記に統一する (0772e3b)
  • QWERTYパネルとキー行の間のボーダーを削除する (19bd297)
  • キーの背景色を非アクティブタブと同じ色にする (c7e2493)
  • キーボードキーのボーダー色を入力テキストと一致させる (929212a)
  • キーボードバーとキーの背景色を入れ替える (f165543)
  • サイドバー行2のステータスを行全体の右端に寄せる (5cf39fa)
  • サイドバー開閉時のタブバー崩れを修正し、タブの幅広/幅狭も実際の画面幅に連動させる (a6a88de)
  • セッションタブがボトム配置の時だけタイトルバーを表示する (8adc01a)
  • セッションタブの×ボタンのアイコンサイズを小さくする (661b92f)
  • セッションモーダルの閉じるボタン位置をサイドバーと一致させる (d51448c)
  • セッション一覧が最上部に来る配置で先頭項目の上の余白を削除する (716b4fb)
  • セッション一覧のサイドバー/全面オーバーレイ切替を画面幅で判定する (76a7b16)
  • ターミナルのOSキーボード表示をタップではなくクリック時のみにする (8e30a7d)
  • タイトルバーがBottom配置の時は上端にボーダーを表示する (5da19aa)
  • タイトルバーがTop位置の時はセッションタブより上に表示する (f215552)
  • バーごとのボーダーをやめてターミナルとの境目にのみボーダーを表示する (5f31db4)
  • ピークピルの最大幅を画面幅の半分までに制限する (94fbd31)
  • モーダルのヘッダー位置を画面幅判定からセッションタブの位置設定に連動させる (de04d58)
  • ワークスペース詳細モーダルのタイトルタップで閉じる不具合を修正 (0cb39b2)
  • 分岐取得失敗時にlocalBranchesLoadedが立たずRunが恒久disableになる不具合を修正 (2d9647e)
  • 確認ダイアログをタップで閉じた後のタブ切替でOSキーボードが開く不具合を修正 (1c7bcbb)

Refactor

  • DispatchRunViewの非同期取得状態をAsyncState<T>に統一する (ad71924)
  • FileHistoryPane/GitChangesの取得状態をAsyncState<T>に統一する (ddbf620)
  • GitHubペイン取得系の状態管理をAsyncState<T>に統一する (fe15a76)
  • server/src配下の冗長なコメントを整理する (fb00ef9)
  • server/tests配下の冗長なコメントを整理する (ddd6a45)
  • tests配下の冗長なコメントを整理する (7c7e235)
  • ui配下の冗長なコメントを整理する (caafc1f)
  • サイドバー/モーダルのヘッダーをModalHeader.vueとして共通化する (00e0d14)
  • タッチの横ドラッグによるタブ並び替えを廃止しシンプルにする (936bc1f)
  • 冗長なterm.focus上書きを削除してフォーカスガードを簡略化する (630acb9)

Documentation

  • AGENTS.mdを実体ファイルにしCLAUDE.mdは@AGENTS.mdのインポートのみにする (d3298f2)
  • Debug mode説明文にTitle bar依存を明記する (23c5e07)
  • macOSのFull Disk Access付与を公式のインストール手順として案内する (559b107)

Build

  • macOS起動時にサーババイナリを固定identifierでad-hoc署名する (453c391)
  • release-pleaseのPRをdraftで作成する (fa0dbd2)

This PR was generated with Release Please. See documentation.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 611f4643d0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread server/Cargo.toml Outdated
[package]
name = "any-console-server"
version = "0.16.0"
version = "0.16.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep Cargo.lock in sync with the release version

When this release commit is checked out, server/Cargo.toml reports 0.16.1 while the any-console-server entry in server/Cargo.lock remains 0.16.0. The repository's .github/workflows/sync-release-lockfile.yml:3-7 explicitly identifies this mismatch as causing the first post-release Cargo build to modify the lockfile; include the generated lockfile update in the release commit so the tagged source builds without leaving an uncommitted change.

Useful? React with 👍 / 👎.

@kt0319
kt0319 force-pushed the release-please--branches--main--components--any-console branch 5 times, most recently from cfe03b9 to ffdec09 Compare September 1, 2026 09:50
@kt0319 kt0319 changed the title chore(main): release 0.16.1 chore(main): release 0.17.0 Sep 1, 2026
@kt0319
kt0319 force-pushed the release-please--branches--main--components--any-console branch 22 times, most recently from 90b54d0 to 13c97bb Compare September 2, 2026 14:42
@kt0319
kt0319 force-pushed the release-please--branches--main--components--any-console branch 6 times, most recently from dcc06c5 to c8b4df2 Compare September 3, 2026 02:12

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c8b4df27a1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread server/Cargo.toml
[package]
name = "any-console-server"
version = "0.16.0"
version = "0.17.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update Cargo.lock to 0.17.0

Fresh evidence in this revision is that the release version has advanced to 0.17.0, but the any-console-server entry in server/Cargo.lock is still 0.16.0. The repository's .github/workflows/sync-release-lockfile.yml documents that this mismatch makes the first post-release Cargo build rewrite the lockfile, and the preceding 0.16.0 release contains a dedicated lockfile-sync commit, so this release commit should include the equivalent generated update.

Useful? React with 👍 / 👎.

@kt0319
kt0319 force-pushed the release-please--branches--main--components--any-console branch 9 times, most recently from 8fb9ff7 to fff6df6 Compare September 4, 2026 17:09
@kt0319
kt0319 force-pushed the release-please--branches--main--components--any-console branch from 9528e20 to af7c067 Compare September 5, 2026 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant