backlog.md 1.2.8 → 1.3.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 +2 -7
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -220,6 +220,7 @@ Key options:
220
220
  | `auto_open_browser`| Open browser automatically | `true` |
221
221
  | `remote_operations`| Enable remote git operations | `true` |
222
222
  | `auto_commit` | Automatically commit task changes | `false` |
223
+ | `zero_padded_ids` | Pad all IDs (tasks, docs, etc.) with leading zeros | `(disabled)` |
223
224
 
224
225
  > **Note**: Set `remote_operations: false` to work offline. This disables git fetch operations and loads tasks from local branches only, useful when working without network connectivity.
225
226
 
@@ -252,7 +253,7 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
252
253
 
253
254
  ## 📊 Backlog.md Project Status (automatically generated by Backlog.md)
254
255
 
255
- Generated on: 2025-07-13 17:44:14
256
+ Generated on: 2025-07-13 17:55:16
256
257
 
257
258
  | To Do | In Progress | Done |
258
259
  | --- | --- | --- |
@@ -272,21 +273,15 @@ Generated on: 2025-07-13 17:44:14
272
273
  | | | **task-164** - Add auto_commit config option with default false<br>(Assignees: none, Labels: enhancement, config) |
273
274
  | | | **task-163** - Fix intermittent git failure in task edit<br>(Assignees: none, Labels: bug) |
274
275
  | | | **task-120** - Add offline mode configuration for remote operations<br>(Assignees: none, Labels: enhancement, offline, config) |
275
- | | | **task-119** - Add documentation and decisions pages to web UI<br>(Assignees: none, Labels: none) |
276
276
  | | | **└─ task-119.1** - Fix comprehensive test suite for data model consistency<br>(Assignees: none, Labels: none) |
277
277
  | | | **└─ task-119.2** - Core architecture improvements and ID generation enhancements<br>(Assignees: none, Labels: none) |
278
- | | | **task-118** - Add side navigation menu to web UI<br>(Assignees: none, Labels: none) |
279
278
  | | | **└─ task-118.1** - UI/UX improvements and responsive design enhancements<br>(Assignees: none, Labels: none) |
280
279
  | | | **└─ task-118.2** - Implement health check API endpoint for web UI monitoring<br>(Assignees: none, Labels: none) |
281
280
  | | | **└─ task-118.3** - Advanced search and navigation features beyond basic requirements<br>(Assignees: none, Labels: none) |
282
281
  | | | **task-116** - Add dark mode toggle to web UI<br>(Assignees: @claude, Labels: none) |
283
282
  | | | **task-115** - Add live health check system to web UI<br>(Assignees: none, Labels: none) |
284
283
  | | | **task-114** - cli: filter task list by parent task<br>(Assignees: none, Labels: none) |
285
- | | | **task-105** - Remove dot from .backlog folder name<br>(Assignees: none, Labels: none) |
286
284
  | | | **task-101** - Show task file path in plain view<br>(Assignees: none, Labels: none) |
287
- | | | **└─ task-100.3** - Implement API endpoints<br>(Assignees: none, Labels: none) |
288
- | | | **└─ task-100.7** - Bundle web assets into executable<br>(Assignees: none, Labels: none) |
289
- | | | **└─ task-100.8** - Add documentation and examples<br>(Assignees: none, Labels: none) |
290
285
 
291
286
  <!-- BOARD_END -->
292
287
 
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "backlog.md",
3
- "version": "1.2.8",
3
+ "version": "1.3.0",
4
4
  "bin": {
5
5
  "backlog": "cli.js"
6
6
  },
7
7
  "optionalDependencies": {
8
- "backlog.md-linux-x64": "1.2.8",
9
- "backlog.md-linux-arm64": "1.2.8",
10
- "backlog.md-darwin-x64": "1.2.8",
11
- "backlog.md-darwin-arm64": "1.2.8",
12
- "backlog.md-windows-x64": "1.2.8"
8
+ "backlog.md-linux-x64": "1.3.0",
9
+ "backlog.md-linux-arm64": "1.3.0",
10
+ "backlog.md-darwin-x64": "1.3.0",
11
+ "backlog.md-darwin-arm64": "1.3.0",
12
+ "backlog.md-windows-x64": "1.3.0"
13
13
  },
14
14
  "scripts": {
15
15
  "postuninstall": "node postuninstall.cjs"