Skip to content

Commit 1a16c43

Browse files
committed
docs(CHANGES) Note new commands in changelog
1 parent ac99b84 commit 1a16c43

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

CHANGES

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,27 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
1717

1818
## vcspull v1.36.x (unreleased)
1919

20-
- _Notes on upcoming releases will be added here_
21-
2220
<!-- Maintainers, insert changes / features for the next release here -->
2321

22+
### New features
23+
24+
#### New command: `vcspull import` (#465)
25+
26+
- **Manual import**: Register a single repository with `vcspull import <name> <url>`
27+
- Optional `--dir`/`--path` helpers for base-directory detection
28+
- **Filesystem scan**: Discover and import existing repositories with `vcspull import --scan <dir>`
29+
- Recursively scan with `--recursive`/`-r`
30+
- Interactive confirmation prompt or `--yes` for unattended runs
31+
- Custom base directory with `--base-dir-key`
32+
33+
#### New command: `vcspull fmt` (#465)
34+
35+
- Normalize configuration files by expanding compact entries to `{repo: ...}`, sorting directories/repos, and standardizing keys; pair with `--write` to persist the formatted output.
36+
37+
### Improvements
38+
39+
- Enhanced logging system with better CLI module propagation and StreamHandler configuration for improved output visibility in tests and CLI usage (#465).
40+
2441
## vcspull v1.35.0 (2025-09-04)
2542

2643
### Development

0 commit comments

Comments
 (0)