From 65e1371a147040f95ebade4f4183838781dd0843 Mon Sep 17 00:00:00 2001 From: Yuan <20144414+baskduf@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:05:15 +0900 Subject: [PATCH] chore: prepare release 0.5.0 --- CHANGELOG.md | 12 ++++++++++++ README.ja.md | 4 ++-- README.ko.md | 4 ++-- README.md | 4 ++-- README.zh-CN.md | 4 ++-- README.zh-TW.md | 4 ++-- plugins/codex-fable5/.codex-plugin/plugin.json | 2 +- 7 files changed, 23 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e268ac7..46e2b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ This project uses a lightweight changelog format: - `Fixed` for bug fixes. - `Security` for vulnerability-related changes. +## 0.5.0 - 2026-06-18 + +### Added + +- Added `codex-fable5 version` to report the installed plugin version, paths, and git checkout state. +- Added `codex-fable5 update` to update a clean FableCodex checkout to the latest stable tag or an explicit ref. + +### Changed + +- Documented the new version and update commands across all localized READMEs. +- Strengthened wrapper tests for dirty-checkout protection and prerelease tag filtering. + ## 0.4.4 - 2026-06-18 ### Changed diff --git a/README.ja.md b/README.ja.md index eb1ff83..6f0d81a 100644 --- a/README.ja.md +++ b/README.ja.md @@ -40,7 +40,7 @@ FableCodex は、Codex の作業に Fable 風の運用習慣を追加する Code 安定版をインストールします。 ```bash -codex plugin marketplace add baskduf/FableCodex --ref v0.4.4 +codex plugin marketplace add baskduf/FableCodex --ref v0.5.0 codex plugin add codex-fable5@fablecodex ``` @@ -219,7 +219,7 @@ plugins/codex-fable5/bin/codex-fable5 status 安定版: ```bash -codex plugin marketplace add baskduf/FableCodex --ref v0.4.4 +codex plugin marketplace add baskduf/FableCodex --ref v0.5.0 codex plugin add codex-fable5@fablecodex ``` diff --git a/README.ko.md b/README.ko.md index 2806203..aa5d8d2 100644 --- a/README.ko.md +++ b/README.ko.md @@ -40,7 +40,7 @@ FableCodex는 Codex 작업에 Fable식 운영 습관을 더하는 Codex 플러 안정 버전을 설치합니다. ```bash -codex plugin marketplace add baskduf/FableCodex --ref v0.4.4 +codex plugin marketplace add baskduf/FableCodex --ref v0.5.0 codex plugin add codex-fable5@fablecodex ``` @@ -219,7 +219,7 @@ plugins/codex-fable5/bin/codex-fable5 status 안정 버전: ```bash -codex plugin marketplace add baskduf/FableCodex --ref v0.4.4 +codex plugin marketplace add baskduf/FableCodex --ref v0.5.0 codex plugin add codex-fable5@fablecodex ``` diff --git a/README.md b/README.md index 833fd81..a9d15d0 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ It is useful when the cost of a missed step is higher than the cost of a little Install the stable release: ```bash -codex plugin marketplace add baskduf/FableCodex --ref v0.4.4 +codex plugin marketplace add baskduf/FableCodex --ref v0.5.0 codex plugin add codex-fable5@fablecodex ``` @@ -219,7 +219,7 @@ plugins/codex-fable5/bin/codex-fable5 status Stable release: ```bash -codex plugin marketplace add baskduf/FableCodex --ref v0.4.4 +codex plugin marketplace add baskduf/FableCodex --ref v0.5.0 codex plugin add codex-fable5@fablecodex ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index f8f91a8..013cc92 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -40,7 +40,7 @@ FableCodex 是一个 Codex 插件,用来把 Fable 风格的工作习惯加入 安装稳定版: ```bash -codex plugin marketplace add baskduf/FableCodex --ref v0.4.4 +codex plugin marketplace add baskduf/FableCodex --ref v0.5.0 codex plugin add codex-fable5@fablecodex ``` @@ -219,7 +219,7 @@ plugins/codex-fable5/bin/codex-fable5 status 稳定版: ```bash -codex plugin marketplace add baskduf/FableCodex --ref v0.4.4 +codex plugin marketplace add baskduf/FableCodex --ref v0.5.0 codex plugin add codex-fable5@fablecodex ``` diff --git a/README.zh-TW.md b/README.zh-TW.md index 6d43a99..1bed671 100644 --- a/README.zh-TW.md +++ b/README.zh-TW.md @@ -40,7 +40,7 @@ FableCodex 是一個 Codex 外掛,會把 Fable 風格的工作習慣加入 Cod 安裝穩定版: ```bash -codex plugin marketplace add baskduf/FableCodex --ref v0.4.4 +codex plugin marketplace add baskduf/FableCodex --ref v0.5.0 codex plugin add codex-fable5@fablecodex ``` @@ -219,7 +219,7 @@ plugins/codex-fable5/bin/codex-fable5 status 穩定版: ```bash -codex plugin marketplace add baskduf/FableCodex --ref v0.4.4 +codex plugin marketplace add baskduf/FableCodex --ref v0.5.0 codex plugin add codex-fable5@fablecodex ``` diff --git a/plugins/codex-fable5/.codex-plugin/plugin.json b/plugins/codex-fable5/.codex-plugin/plugin.json index 72beec7..8460e2c 100644 --- a/plugins/codex-fable5/.codex-plugin/plugin.json +++ b/plugins/codex-fable5/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "codex-fable5", - "version": "0.4.4", + "version": "0.5.0", "description": "Fable-style Codex workflow with source-section coverage, goal and findings gates, verification grounding, VFF routing, and optional provider bridge guidance.", "author": { "name": "Codex Fable5 Maintainers"