Skip to content

Commit aefcf5a

Browse files
committed
docs(CHANGES) Note new commands in changelog
1 parent 81eb435 commit aefcf5a

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

CHANGES

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,26 @@ $ 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 add` (#465)
25+
26+
- Register a single repository in the active configuration, with optional `--dir`/`--path` helpers for base-directory detection.
27+
28+
#### New command: `vcspull add-from-fs` (#465)
29+
30+
- Scan a directory of git repositories (recursively with `--recursive`) and append new remotes to your config, with an interactive confirmation prompt or `--yes` for unattended runs.
31+
32+
#### New command: `vcspull fmt` (#465)
33+
34+
- Normalize configuration files by expanding compact entries to `{repo: ...}`, sorting directories/repos, and standardizing keys; pair with `--write` to persist the formatted output.
35+
36+
### Bug fixes
37+
38+
- Restore CLI logging output after the logging refactor by replacing the `NullHandler` placeholder with a stdout stream handler and adding regression coverage for the new commands (#465).
39+
2440
## vcspull v1.35.0 (2025-09-04)
2541

2642
### Development

0 commit comments

Comments
 (0)