Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/bright-lists-move.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/params-in-request-body.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/update-dependencies.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @trello-cli/cache

## 1.1.0

### Minor Changes

- d0ae8b7: Allow board and list selectors to accept cached Trello IDs alongside names, and add direct ID selectors for board, list, and card commands.

### Patch Changes

- 4764ca5: Update runtime dependencies and pnpm tooling.

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trello-cli/cache",
"version": "1.0.5",
"version": "1.1.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down
20 changes: 20 additions & 0 deletions packages/trello-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @trello-cli/cli

## 1.8.0

### Minor Changes

- d0ae8b7: Allow board and list selectors to accept cached Trello IDs alongside names, and add direct ID selectors for board, list, and card commands.

### Patch Changes

- b87401e: Fix `card:update`'s `--description` flag, `card:create`'s `--description` flag,
`card:comment`'s `--text` flag, `board:create`'s `--description` flag, and the
interactive TUI's multiline description editor to send parameters in the JSON
request body instead of the URL query string for POST and PUT requests. This
resolves HTTP 414 errors that occurred when long text (around 900 Chinese
characters or more) pushed the percent-encoded URL past Trello's ~8KB limit,
causing updates to fail entirely.
- 4764ca5: Update runtime dependencies and pnpm tooling.
- Updated dependencies [d0ae8b7]
- Updated dependencies [4764ca5]
- @trello-cli/cache@1.1.0

## 1.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/trello-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trello-cli",
"version": "1.7.0",
"version": "1.8.0",
"description": "Access your Trello account using the CLI",
"author": "Michael Heap <m@michaelheap.com>",
"publishConfig": {
Expand Down