backlog.md 1.21.0 → 1.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -457,17 +457,17 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
457
457
 
458
458
  <!-- BOARD_START -->
459
459
 
460
- ## 📊 Backlog.md Project Status (v1.20.1)
460
+ ## 📊 Backlog.md Project Status (v1.21.0)
461
461
 
462
462
  This board was automatically generated by [Backlog.md](https://backlog.md)
463
463
 
464
- Generated on: 2025-11-15 23:51:43
464
+ Generated on: 2025-11-24 21:34:19
465
465
 
466
466
  | To Do | In Progress | Done |
467
467
  | --- | --- | --- |
468
- | **TASK-310** - Strengthen Backlog workflow overview emphasis on reading detailed guides [@codex] | **TASK-289** - Implement resource templates list handler to return empty list instead of error [@codex]<br>*#mcp #enhancement* | **TASK-317** - Add Mermaid diagram rendering in web UI [@codex]<br>*#feature #web* |
469
- | **TASK-309** - Improve TUI empty state when task filters return no results [@codex] | **TASK-280** - Fix TUI task list selection and detail pane synchronization bug [@codex]<br>*#bug #tui* | **TASK-316** - Serve backlog images and static assets under /assets/backlog [@codex]<br>*#server #web #assets* |
470
- | **TASK-270** - Prevent command substitution in task creation inputs [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | |
468
+ | **TASK-310** - Strengthen Backlog workflow overview emphasis on reading detailed guides [@codex] | **TASK-289** - Implement resource templates list handler to return empty list instead of error [@codex]<br>*#mcp #enhancement* | **TASK-318** - Fix editor stdio inheritance for interactive editors (vim/neovim) [@samvincent]<br>*#bug #editor #vim* |
469
+ | **TASK-309** - Improve TUI empty state when task filters return no results [@codex] | **TASK-280** - Fix TUI task list selection and detail pane synchronization bug [@codex]<br>*#bug #tui* | **TASK-317** - Add Mermaid diagram rendering in web UI [@codex]<br>*#feature #web* |
470
+ | **TASK-270** - Prevent command substitution in task creation inputs [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-316** - Serve backlog images and static assets under /assets/backlog [@codex]<br>*#server #web #assets* |
471
471
  | **TASK-268** - Show agent instruction version status [@codex] | **TASK-273** - Refactor search [@codex]<br>*#core #search* | |
472
472
  | **TASK-267** - Add agent instruction version metadata [@codex] | | |
473
473
  | **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backlog.md",
3
- "version": "1.21.0",
3
+ "version": "1.22.0",
4
4
  "files": [
5
5
  "cli.js",
6
6
  "resolveBinary.cjs",
@@ -13,11 +13,11 @@
13
13
  "backlog": "cli.js"
14
14
  },
15
15
  "optionalDependencies": {
16
- "backlog.md-linux-x64": "1.21.0",
17
- "backlog.md-linux-arm64": "1.21.0",
18
- "backlog.md-darwin-x64": "1.21.0",
19
- "backlog.md-darwin-arm64": "1.21.0",
20
- "backlog.md-windows-x64": "1.21.0"
16
+ "backlog.md-linux-x64": "1.22.0",
17
+ "backlog.md-linux-arm64": "1.22.0",
18
+ "backlog.md-darwin-x64": "1.22.0",
19
+ "backlog.md-darwin-arm64": "1.22.0",
20
+ "backlog.md-windows-x64": "1.22.0"
21
21
  },
22
22
  "scripts": {
23
23
  "postuninstall": "node postuninstall.cjs"