backlog.md 1.7.1 → 1.7.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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -287,15 +287,16 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
287
287
 
288
288
  <!-- BOARD_START -->
289
289
 
290
- ## 📊 Backlog.md Project Status (v1.7.0)
290
+ ## 📊 Backlog.md Project Status (v1.7.1)
291
291
 
292
292
  This board was automatically generated by [Backlog.md](https://backlog.md)
293
293
 
294
- Generated on: 2025-08-03 20:27:21
294
+ Generated on: 2025-08-04 17:35:07
295
295
 
296
296
  | To Do | In Progress | Done |
297
297
  | --- | --- | --- |
298
- | **TASK-222** - Improve task and subtask visualization in web UI | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-181** - Add statistics dashboard to web UI |
298
+ | **TASK-223** - Optimize statistics dashboard loading performance<br>*#performance #web-ui #statistics* | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-224** - Add non-interactive flags to init command for automation support [@claude]<br>*#cli #enhancement* |
299
+ | **TASK-222** - Improve task and subtask visualization in web UI | | **TASK-181** - Add statistics dashboard to web UI |
299
300
  | **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-211** - Add version number display to browser UI<br>*#ui #frontend #enhancement* |
300
301
  | **TASK-216** - Add server API endpoints and web UI for sequences<br>*#sequences #api #backend #web-ui #frontend* | | **TASK-212** - Improve board export UI formatting and readability<br>*#formatting #dx #cli* |
301
302
  | **TASK-215** - Implement TUI view for sequences<br>*#sequences #tui #ui* | | **TASK-206** - Order done column by updatedDate in board export<br>*#board #export #sorting* |
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "backlog.md",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "bin": {
5
5
  "backlog": "cli.js"
6
6
  },
7
7
  "optionalDependencies": {
8
- "backlog.md-linux-x64": "1.7.1",
9
- "backlog.md-linux-arm64": "1.7.1",
10
- "backlog.md-darwin-x64": "1.7.1",
11
- "backlog.md-darwin-arm64": "1.7.1",
12
- "backlog.md-windows-x64": "1.7.1"
8
+ "backlog.md-linux-x64": "1.7.2",
9
+ "backlog.md-linux-arm64": "1.7.2",
10
+ "backlog.md-darwin-x64": "1.7.2",
11
+ "backlog.md-darwin-arm64": "1.7.2",
12
+ "backlog.md-windows-x64": "1.7.2"
13
13
  },
14
14
  "scripts": {
15
15
  "postuninstall": "node postuninstall.cjs"