Releases: ytsuyuzaki/tsubakuro
Releases · ytsuyuzaki/tsubakuro
Release list
v0.0.4
What's Changed
- Show newly saved evaluations in the admin list when WordPress stores them as pending by @ytsuyuzaki with @Copilot in #73
- [WIP] Fix article rating and improve submission parameters by @ytsuyuzaki with @codex in #74
New Contributors
- @ytsuyuzaki with @codex made their first contribution in #74
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- plugin-update-checker を Composer 管理へ移行 (#64) by @ytsuyuzaki in #67
- 評価・改善管理機能を追加 (#65) by @ytsuyuzaki in #68
- サイトの目的・ポジション・方向性を定義するサイト方針機能を追加 (#66) by @ytsuyuzaki in #69
- chore(deps-dev): bump websocket-driver from 0.7.4 to 0.7.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #70
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- chore(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #41
- chore(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #42
- docs: READMEに開発のきっかけ・ロードマップ・SEOフロー自動化を追記 by @ytsuyuzaki with @Copilot in #43
- chore(deps): bump tmp from 0.2.5 to 0.2.7 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #46
- タスクコメントを WordPress コメントから専用投稿タイプへ移行 by @ytsuyuzaki with @Copilot in #47
- MCP endpoint migration to wordpress/mcp-adapter contract (no legacy compatibility) by @ytsuyuzaki with @Copilot in #51
- Fix CI: exclude .github from lint, remove deleted wp-env:prepare-plugins step by @ytsuyuzaki with @Copilot in #53
- Fix
lint:jsfailures and scope repo checks away from.githubby @ytsuyuzaki with @Copilot in #54 - chore(deps-dev): bump axios from 1.15.2 to 1.16.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #52
- Add parent/child nested task structure by @ytsuyuzaki with @Copilot in #56
- 記事ページで関連タスクを管理者のみに表示 by @ytsuyuzaki with @Copilot in #58
- chore(deps-dev): bump shell-quote from 1.8.3 to 1.8.4 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #59
- Add plugin-update-checker and configure GitHub Release updates by @ytsuyuzaki in #61
- chore(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #62
- npm audit fix by @ytsuyuzaki in #63
New Contributors
- @dependabot[bot] made their first contribution in #41
- @ytsuyuzaki made their first contribution in #61
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Add Tsubakuro WordPress task management plugin with MCP support by @Copilot in #1
- Switch tests and ZIP creation to wp-env and @wordpress/scripts by @Copilot in #2
- 管理画面のタスク作成・編集フォームをモーダルからページへ移行 by @Copilot in #3
- Add Tsubakuro settings page with MCP configuration guide by @Copilot in #4
- Add PHPUnit via Composer with GitHub Actions integration by @Copilot in #5
- Add
test:e2enpm script and Playwright E2E job to CI by @Copilot in #6 - Add playwright.config.js to enable e2e tests by @Copilot in #7
- feat: add static analysis tooling (wp-scripts lint + phpcs/WPCS) with CI integration by @Copilot in #8
- Move task panel toggle from floating FAB to WordPress admin bar by @Copilot in #9
- タスク一覧から「関連ページ」列を削除 by @Copilot in #10
- fix: create missing tests/e2e/global-setup.js to unblock e2e tests by @Copilot in #11
- feat: replace related-page ID input with title display + article search UI by @Copilot in #12
- fix: add e2e spec file and fix Prettier lint errors by @Copilot in #13
- Replace
npm run test:wp(wp eval-file) with PHPUnit WP_UnitTestCase integration tests by @Copilot in #14 - test: expand unit test coverage from 7 to 84 tests across all plugin classes by @Copilot in #15
- docs/feat: MCP エンドポイントリファレンスページと管理画面ガイドページを追加 by @Copilot in #16
- feat: ホバーで「一覧」「新規追加」を選べるサブメニューをタスク管理ボタンに追加 by @Copilot in #17
- feat: Authorization ヘッダー生成フォームを設定ページに追加 by @Copilot in #18
- feat: OAuth 2.0 client credentials authentication for MCP endpoint by @Copilot in #19
- fix: タスクコメントをWordPress標準コメント一覧から除外する by @Copilot in #20
- Fix SyntaxError in settings page caused by missing
</script>closing tag by @Copilot in #21 - feat: MCPエンドポイントの認証を****** by @Copilot in #22
- feat: OAuth 2.0 authorization code flow for claude.ai Custom Connector by @Copilot in #24
- feat: OAuth 2.0 auto-approve for logged-in users, auth URL copy, and grant management by @Copilot in #25
- タスク編集画面にID表示を追加 by @Copilot in #26
- feat: タスクに優先度フィールドを追加 by @Copilot in #27
- feat: デフォルトのタスク一覧をTODOのみに絞り込む by @Copilot in #28
- タスク一覧: デフォルト表示列をID・タイトル・ステータスのみにし、表示オプションで切り替え可能にする by @Copilot in #29
- タスク編集画面の内容フィールドにプレビュー/編集トグルを追加 by @Copilot in #30
- fix: exclude task comments from all WordPress comment queries by @Copilot in #31
- feat: タスク一覧テーブルに横スクロール対応を追加 by @Copilot in #32
- v0.0.1: バージョン設定とタグ起動リリースワークフローの追加 by @Copilot in #34
- fix: テストのバージョンアサーションを0.0.1に更新 by @Copilot in #35
New Contributors
- @Copilot made their first contribution in #1
Full Changelog: https://github.com/ytsuyuzaki/tsubakuro/commits/v0.0.1