backlog.md-darwin-arm64 1.5.0 β 1.5.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 +11 -9
- package/backlog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<p align="center">Markdownβnative Task Manager & Kanban visualizer for any Git repository</p>
|
|
3
3
|
|
|
4
4
|
<p align="center">
|
|
5
|
-
<code>npm i -g backlog.md</code> or <code>bun add -g backlog.md</code> or <code>brew install backlog-md</code>
|
|
5
|
+
<code>npm i -g backlog.md</code> or <code>bun add -g backlog.md</code> or <code>brew install backlog-md</code> or <code>nix run github:MrLesk/Backlog.md</code>
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
8
|

|
|
@@ -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-
|
|
256
|
+
Generated on: 2025-07-21 18:17:10
|
|
257
257
|
|
|
258
258
|
| To Do | In Progress | Done |
|
|
259
259
|
| --- | --- | --- |
|
|
260
|
-
| **task-
|
|
261
|
-
| **task-
|
|
262
|
-
| **task-
|
|
263
|
-
| **task-
|
|
264
|
-
| **task-
|
|
265
|
-
|
|
|
266
|
-
| **task-
|
|
260
|
+
| **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: none, Labels: none) | **ββ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-195** - Fix React Router deep linking for documentation and decisions pages<br>(Assignees: @claude, Labels: bug, routing, react, ux) |
|
|
261
|
+
| **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-194** - Add graceful port handling for browser command<br>(Assignees: @claude, Labels: enhancement, ux, error-handling) |
|
|
262
|
+
| **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: none, Labels: none) | | **task-193** - Fix custom markdown editor styles missing in compiled build<br>(Assignees: @kiro, Labels: bug, css, build) |
|
|
263
|
+
| **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<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
|
+
| **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: @gemini, @claude, Labels: refactoring, developer-experience) |
|
|
265
|
+
| | | **task-190** - Fix Git errors and TypeScript compilation issues<br>(Assignees: @claude, Labels: none) |
|
|
266
|
+
| | | **task-189** - Fix CLI hang due to infinite loop in config loading<br>(Assignees: none, Labels: bug, critical, config) |
|
|
267
|
+
| | | **task-188** - Add zero-padded IDs configuration option<br>(Assignees: @mjgs, Labels: feature, config, ids, formatting) |
|
|
267
268
|
| | | **task-187** - Fix autoCommit setting not being respected by all CLI commands<br>(Assignees: @mjgs, Labels: bug, config, git, cli) |
|
|
268
269
|
| | | **task-186** - Fix unreliable ID generation causing duplicate IDs for new items<br>(Assignees: @mjgs, Labels: bug, critical, data-integrity) |
|
|
269
270
|
| | | **task-185** - Fix task listing incorrectly including README.md files<br>(Assignees: @claude, Labels: none) |
|
|
@@ -275,6 +276,7 @@ Generated on: 2025-07-16 18:33:44
|
|
|
275
276
|
| | | **task-176** - Add Priority Filtering/Sorting to Task List. Especially with the --plain flag.<br>(Assignees: none, Labels: enhancement) |
|
|
276
277
|
| | | **task-174** - Implement backlog cleanup command with completed folder management<br>(Assignees: none, Labels: none) |
|
|
277
278
|
| | | **task-173** - Add CLI command to export Kanban board to markdown<br>(Assignees: @claude, Labels: none) |
|
|
279
|
+
| | | **task-171** - Implement drafts list functionality in CLI and web UI<br>(Assignees: @claude, Labels: none) |
|
|
278
280
|
| | | **ββ task-119.1** - Fix comprehensive test suite for data model consistency<br>(Assignees: none, Labels: none) |
|
|
279
281
|
| | | **ββ task-119.2** - Core architecture improvements and ID generation enhancements<br>(Assignees: none, Labels: none) |
|
|
280
282
|
| | | **ββ task-118.1** - UI/UX improvements and responsive design enhancements<br>(Assignees: none, Labels: none) |
|
package/backlog
CHANGED
|
Binary file
|