From 3a6bc43778a844f774078648527dcab2fb2774ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Apr 2025 09:23:35 +0000 Subject: [PATCH] Version Packages --- .changeset/brave-seas-pull.md | 6 ------ .changeset/chilly-chicken-leave.md | 5 ----- .changeset/chubby-moose-stay.md | 5 ----- .changeset/cold-bats-fly.md | 5 ----- .changeset/cuddly-candies-fry.md | 5 ----- .changeset/moody-pugs-grab.md | 6 ------ .changeset/polite-candles-follow.md | 5 ----- .changeset/poor-ducks-fly.md | 5 ----- .changeset/true-adults-build.md | 5 ----- .changeset/witty-jokes-roll.md | 5 ----- CHANGELOG.md | 30 +++++++++++++++++++++++++++++ package.json | 2 +- 12 files changed, 31 insertions(+), 53 deletions(-) delete mode 100644 .changeset/brave-seas-pull.md delete mode 100644 .changeset/chilly-chicken-leave.md delete mode 100644 .changeset/chubby-moose-stay.md delete mode 100644 .changeset/cold-bats-fly.md delete mode 100644 .changeset/cuddly-candies-fry.md delete mode 100644 .changeset/moody-pugs-grab.md delete mode 100644 .changeset/polite-candles-follow.md delete mode 100644 .changeset/poor-ducks-fly.md delete mode 100644 .changeset/true-adults-build.md delete mode 100644 .changeset/witty-jokes-roll.md diff --git a/.changeset/brave-seas-pull.md b/.changeset/brave-seas-pull.md deleted file mode 100644 index 46179bae..00000000 --- a/.changeset/brave-seas-pull.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'task-master-ai': patch ---- - -- Fixes shebang issue not allowing task-master to run on certain windows operating systems -- Resolves #241 #211 #184 #193 diff --git a/.changeset/chilly-chicken-leave.md b/.changeset/chilly-chicken-leave.md deleted file mode 100644 index 38f3b460..00000000 --- a/.changeset/chilly-chicken-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'task-master-ai': patch ---- - -Fix remove-task command to handle multiple comma-separated task IDs diff --git a/.changeset/chubby-moose-stay.md b/.changeset/chubby-moose-stay.md deleted file mode 100644 index c0e4df43..00000000 --- a/.changeset/chubby-moose-stay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'task-master-ai': patch ---- - -Updates the parameter descriptions for update, update-task and update-subtask to ensure the MCP server correctly reaches for the right update command based on what is being updated -- all tasks, one task, or a subtask. diff --git a/.changeset/cold-bats-fly.md b/.changeset/cold-bats-fly.md deleted file mode 100644 index b9ceb4b0..00000000 --- a/.changeset/cold-bats-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'task-master-ai': patch ---- - -Enhance the `parsePRD` to include `--append` flag. This flag allows users to append the parsed PRD to an existing file, making it easier to manage multiple PRD files without overwriting existing content. diff --git a/.changeset/cuddly-candies-fry.md b/.changeset/cuddly-candies-fry.md deleted file mode 100644 index 4f1227c0..00000000 --- a/.changeset/cuddly-candies-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'task-master-ai': patch ---- - -Add quotes around numeric env vars in mcp.json (Windsurf, etc.) diff --git a/.changeset/moody-pugs-grab.md b/.changeset/moody-pugs-grab.md deleted file mode 100644 index 798134d7..00000000 --- a/.changeset/moody-pugs-grab.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'task-master-ai': patch ---- - -- Fix `task-master init` polluting codebase with new packages inside `package.json` and modifying project `README` - - Now only initializes with cursor rules, windsurf rules, mcp.json, scripts/example_prd.txt, .gitignore modifications, and `README-task-master.md` diff --git a/.changeset/polite-candles-follow.md b/.changeset/polite-candles-follow.md deleted file mode 100644 index fa3d1349..00000000 --- a/.changeset/polite-candles-follow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'task-master-ai': minor ---- - -Add `npx task-master-ai` that runs mcp instead of using `task-master-mcp`` diff --git a/.changeset/poor-ducks-fly.md b/.changeset/poor-ducks-fly.md deleted file mode 100644 index bfbd2a7d..00000000 --- a/.changeset/poor-ducks-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'task-master-ai': minor ---- - -Improve PRD parsing prompt with structured analysis and clearer task generation guidelines. We are testing a new prompt - please provide feedback on your experience. diff --git a/.changeset/true-adults-build.md b/.changeset/true-adults-build.md deleted file mode 100644 index 113e0290..00000000 --- a/.changeset/true-adults-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'task-master-ai': patch ---- - -Fixed a bug that prevented the task-master from running in a Linux container diff --git a/.changeset/witty-jokes-roll.md b/.changeset/witty-jokes-roll.md deleted file mode 100644 index a243751c..00000000 --- a/.changeset/witty-jokes-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'task-master-ai': patch ---- - -Remove the need for project name, description, and version. Since we no longer create a package.json for you diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2ea58a..4dfce660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # task-master-ai +## 0.12.0 + +### Minor Changes + +- [#253](https://github.com/eyaltoledano/claude-task-master/pull/253) [`b2ccd60`](https://github.com/eyaltoledano/claude-task-master/commit/b2ccd605264e47a61451b4c012030ee29011bb40) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add `npx task-master-ai` that runs mcp instead of using `task-master-mcp`` + +- [#267](https://github.com/eyaltoledano/claude-task-master/pull/267) [`c17d912`](https://github.com/eyaltoledano/claude-task-master/commit/c17d912237e6caaa2445e934fc48cd4841abf056) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve PRD parsing prompt with structured analysis and clearer task generation guidelines. We are testing a new prompt - please provide feedback on your experience. + +### Patch Changes + +- [#243](https://github.com/eyaltoledano/claude-task-master/pull/243) [`454a1d9`](https://github.com/eyaltoledano/claude-task-master/commit/454a1d9d37439c702656eedc0702c2f7a4451517) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - - Fixes shebang issue not allowing task-master to run on certain windows operating systems + + - Resolves #241 #211 #184 #193 + +- [#268](https://github.com/eyaltoledano/claude-task-master/pull/268) [`3e872f8`](https://github.com/eyaltoledano/claude-task-master/commit/3e872f8afbb46cd3978f3852b858c233450b9f33) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix remove-task command to handle multiple comma-separated task IDs + +- [#239](https://github.com/eyaltoledano/claude-task-master/pull/239) [`6599cb0`](https://github.com/eyaltoledano/claude-task-master/commit/6599cb0bf9eccecab528207836e9d45b8536e5c2) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Updates the parameter descriptions for update, update-task and update-subtask to ensure the MCP server correctly reaches for the right update command based on what is being updated -- all tasks, one task, or a subtask. + +- [#272](https://github.com/eyaltoledano/claude-task-master/pull/272) [`3aee9bc`](https://github.com/eyaltoledano/claude-task-master/commit/3aee9bc840eb8f31230bd1b761ed156b261cabc4) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Enhance the `parsePRD` to include `--append` flag. This flag allows users to append the parsed PRD to an existing file, making it easier to manage multiple PRD files without overwriting existing content. + +- [#264](https://github.com/eyaltoledano/claude-task-master/pull/264) [`ff8e75c`](https://github.com/eyaltoledano/claude-task-master/commit/ff8e75cded91fb677903040002626f7a82fd5f88) Thanks [@joedanz](https://github.com/joedanz)! - Add quotes around numeric env vars in mcp.json (Windsurf, etc.) + +- [#248](https://github.com/eyaltoledano/claude-task-master/pull/248) [`d99fa00`](https://github.com/eyaltoledano/claude-task-master/commit/d99fa00980fc61695195949b33dcda7781006f90) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - - Fix `task-master init` polluting codebase with new packages inside `package.json` and modifying project `README` + + - Now only initializes with cursor rules, windsurf rules, mcp.json, scripts/example_prd.txt, .gitignore modifications, and `README-task-master.md` + +- [#266](https://github.com/eyaltoledano/claude-task-master/pull/266) [`41b979c`](https://github.com/eyaltoledano/claude-task-master/commit/41b979c23963483e54331015a86e7c5079f657e4) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fixed a bug that prevented the task-master from running in a Linux container + +- [#265](https://github.com/eyaltoledano/claude-task-master/pull/265) [`0eb16d5`](https://github.com/eyaltoledano/claude-task-master/commit/0eb16d5ecbb8402d1318ca9509e9d4087b27fb25) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Remove the need for project name, description, and version. Since we no longer create a package.json for you + ## 0.11.0 ### Minor Changes diff --git a/package.json b/package.json index 8428a1c9..531f5504 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-master-ai", - "version": "0.11.1", + "version": "0.12.0", "description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.", "main": "index.js", "type": "module",