File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 33## [ Unreleased]
44
55### Added
6+
67- ` prune ` command to delete old closed tickets
78 - ` --days=N ` to set age threshold (default: 7 days)
89 - ` --all ` to prune regardless of age
1112- Dependency protection: closed tickets referenced by open/in-progress tickets are never pruned
1213
1314### Fixed
14- - Recursive dependency protection in ` prune ` command (was only direct)
15- - BSD sed compatibility in ` update_yaml_field ` (was GNU-only)
16- - O(N^2) performance in ` prune ` dependency lookup by using awk associative arrays
1715
18- ### Changed
19- - ` prune ` command now prefixes dry-run output with ` [DRY-RUN] ` for clarity
20- - ` prune ` command now considers ` done ` status as eligible for pruning
16+ - BSD sed compatibility in ` update_yaml_field ` (was GNU-only)
2117- ` update_yaml_field ` now uses more robust first-line substitution for new fields
2218
2319## [ 0.2.3] - 2026-01-14
You can’t perform that action at this time.
0 commit comments