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