You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Completed the Meshroom integration split: all node templates and scripts now live in the new [videostrip-meshroom](https://github.com/cappelletto/videostrip-
7
+
meshroom) repository, keeping this tree focused on the core extractor and CLI.
8
+
- Added `scripts/todo2issues.py`, a GitHub CLI helper that turns structured sections in `doc/TODO.md` into labelled issues (supports dry-run, milestone
9
+
assignment, and cross-repo targeting).
10
+
11
+
## Breaking Changes
12
+
- Meshroom node assets (`meshroom/` and `doc/TODO.md` entries tied to them) have been removed from this repository. Clone `videostrip-meshroom` alongside
13
+
`videostrip` if you rely on Meshroom pipelines.
14
+
15
+
## Enhancements
16
+
- Promoted the bundled `args.hxx` header to `third_party/args.hxx` and rewired include paths in the CLI/core targets, simplifying packaging and making the
17
+
dependency boundary explicit.
18
+
- Pruned the unused `videostrip_utils` module to reduce build surface area.
19
+
20
+
## Documentation
21
+
- README now opens with the Meshroom migration notice, refreshed build/usage guidance, and a direct link to the contributing guide.
22
+
- AGENTS.md updated to reference the new Meshroom repository and keep contributor roles accurate.
23
+
24
+
## Maintenance
25
+
- TODO backlog cleaned while moving Meshroom work items into issue automation.
26
+
- Version bumped to 0.9.2 in CMake to anchor release artifacts.
27
+
28
+
## Upgrade Notes
29
+
- Consumers who automated Meshroom flows should fetch `videostrip-meshroom` and update any paths that previously referenced `meshroom/` inside this repo.
30
+
- To try the TODO automation, install GitHub CLI, then run:
0 commit comments