backlog.md 1.4.1 → 1.4.2
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.
- package/README.md +9 -8
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -253,17 +253,18 @@ 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-15
|
|
256
|
+
Generated on: 2025-07-15 20:16:16
|
|
257
257
|
|
|
258
258
|
| To Do | In Progress | Done |
|
|
259
259
|
| --- | --- | --- |
|
|
260
|
-
| **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: none, Labels: refactoring, developer-experience) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-
|
|
261
|
-
| **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: none, Labels: none) | | **task-
|
|
262
|
-
| **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-
|
|
263
|
-
| **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: none, Labels: none) | | **task-
|
|
264
|
-
| **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: none, Labels: none) | | **task-
|
|
265
|
-
| **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-
|
|
266
|
-
| **task-171** - Implement drafts list functionality in CLI and web UI<br>(Assignees: none, Labels: none) | | **task-
|
|
260
|
+
| **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: none, Labels: refactoring, developer-experience) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-193** - Fix custom markdown editor styles missing in compiled build<br>(Assignees: @kiro, Labels: bug, css, build) |
|
|
261
|
+
| **task-183** - Add ordinal field for custom task ordering in web UI<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) |
|
|
262
|
+
| **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-190** - Fix Git errors and TypeScript compilation issues<br>(Assignees: @claude, Labels: none) |
|
|
263
|
+
| **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: none, Labels: none) | | **task-189** - Fix CLI hang due to infinite loop in config loading<br>(Assignees: none, Labels: bug, critical, config) |
|
|
264
|
+
| **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: none, Labels: none) | | **task-188** - Add zero-padded IDs configuration option<br>(Assignees: @mjgs, Labels: feature, config, ids, formatting) |
|
|
265
|
+
| **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-187** - Fix autoCommit setting not being respected by all CLI commands<br>(Assignees: @mjgs, Labels: bug, config, git, cli) |
|
|
266
|
+
| **task-171** - Implement drafts list functionality in CLI and web UI<br>(Assignees: none, Labels: none) | | **task-186** - Fix unreliable ID generation causing duplicate IDs for new items<br>(Assignees: @mjgs, Labels: bug, critical, data-integrity) |
|
|
267
|
+
| | | **task-185** - Fix task listing incorrectly including README.md files<br>(Assignees: @claude, Labels: none) |
|
|
267
268
|
| | | **task-184** - Investigate Windows bug with task edit status command<br>(Assignees: @claude, Labels: none) |
|
|
268
269
|
| | | **task-182** - Document agents command and reorganize README CLI reference tables<br>(Assignees: @claude, Labels: none) |
|
|
269
270
|
| | | **task-179** - Add Settings page to web UI with configuration management<br>(Assignees: @claude, Labels: none) |
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backlog.md",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"bin": {
|
|
5
5
|
"backlog": "cli.js"
|
|
6
6
|
},
|
|
7
7
|
"optionalDependencies": {
|
|
8
|
-
"backlog.md-linux-x64": "1.4.
|
|
9
|
-
"backlog.md-linux-arm64": "1.4.
|
|
10
|
-
"backlog.md-darwin-x64": "1.4.
|
|
11
|
-
"backlog.md-darwin-arm64": "1.4.
|
|
12
|
-
"backlog.md-windows-x64": "1.4.
|
|
8
|
+
"backlog.md-linux-x64": "1.4.2",
|
|
9
|
+
"backlog.md-linux-arm64": "1.4.2",
|
|
10
|
+
"backlog.md-darwin-x64": "1.4.2",
|
|
11
|
+
"backlog.md-darwin-arm64": "1.4.2",
|
|
12
|
+
"backlog.md-windows-x64": "1.4.2"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"postuninstall": "node postuninstall.cjs"
|