backlog.md 1.5.0 → 1.5.1

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 +3 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -253,7 +253,7 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
253
253
 
254
254
  ## 📊 Backlog.md Project Status (automatically generated by Backlog.md)
255
255
 
256
- Generated on: 2025-07-16 18:33:44
256
+ Generated on: 2025-07-16 21:27:35
257
257
 
258
258
  | To Do | In Progress | Done |
259
259
  | --- | --- | --- |
@@ -263,7 +263,7 @@ Generated on: 2025-07-16 18:33:44
263
263
  | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: none, Labels: none) | | **task-192** - Fix drag-and-drop not working in web view<br>(Assignees: @claude, Labels: bug, web-ui, high-priority) |
264
264
  | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: none, Labels: none) | | **task-190** - Fix Git errors and TypeScript compilation issues<br>(Assignees: @claude, Labels: none) |
265
265
  | **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-189** - Fix CLI hang due to infinite loop in config loading<br>(Assignees: none, Labels: bug, critical, config) |
266
- | **task-171** - Implement drafts list functionality in CLI and web UI<br>(Assignees: none, Labels: none) | | **task-188** - Add zero-padded IDs configuration option<br>(Assignees: @mjgs, Labels: feature, config, ids, formatting) |
266
+ | | | **task-188** - Add zero-padded IDs configuration option<br>(Assignees: @mjgs, Labels: feature, config, ids, formatting) |
267
267
  | | | **task-187** - Fix autoCommit setting not being respected by all CLI commands<br>(Assignees: @mjgs, Labels: bug, config, git, cli) |
268
268
  | | | **task-186** - Fix unreliable ID generation causing duplicate IDs for new items<br>(Assignees: @mjgs, Labels: bug, critical, data-integrity) |
269
269
  | | | **task-185** - Fix task listing incorrectly including README.md files<br>(Assignees: @claude, Labels: none) |
@@ -275,6 +275,7 @@ Generated on: 2025-07-16 18:33:44
275
275
  | | | **task-176** - Add Priority Filtering/Sorting to Task List. Especially with the --plain flag.<br>(Assignees: none, Labels: enhancement) |
276
276
  | | | **task-174** - Implement backlog cleanup command with completed folder management<br>(Assignees: none, Labels: none) |
277
277
  | | | **task-173** - Add CLI command to export Kanban board to markdown<br>(Assignees: @claude, Labels: none) |
278
+ | | | **task-171** - Implement drafts list functionality in CLI and web UI<br>(Assignees: @claude, Labels: none) |
278
279
  | | | **└─ task-119.1** - Fix comprehensive test suite for data model consistency<br>(Assignees: none, Labels: none) |
279
280
  | | | **└─ task-119.2** - Core architecture improvements and ID generation enhancements<br>(Assignees: none, Labels: none) |
280
281
  | | | **└─ task-118.1** - UI/UX improvements and responsive design enhancements<br>(Assignees: none, Labels: none) |
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "backlog.md",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "bin": {
5
5
  "backlog": "cli.js"
6
6
  },
7
7
  "optionalDependencies": {
8
- "backlog.md-linux-x64": "1.5.0",
9
- "backlog.md-linux-arm64": "1.5.0",
10
- "backlog.md-darwin-x64": "1.5.0",
11
- "backlog.md-darwin-arm64": "1.5.0",
12
- "backlog.md-windows-x64": "1.5.0"
8
+ "backlog.md-linux-x64": "1.5.1",
9
+ "backlog.md-linux-arm64": "1.5.1",
10
+ "backlog.md-darwin-x64": "1.5.1",
11
+ "backlog.md-darwin-arm64": "1.5.1",
12
+ "backlog.md-windows-x64": "1.5.1"
13
13
  },
14
14
  "scripts": {
15
15
  "postuninstall": "node postuninstall.cjs"