File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,21 @@ $ uvx --from 'vcspull' --prerelease allow vcspull
3333
3434_ Upcoming changes will be written here._
3535
36+ ### Bug fixes
37+
38+ #### Path privacy improvements (#488 )
39+
40+ Path privacy added to:
41+
42+ - ` vcspull fmt ` : summary banners, success logs, and ` --all ` listings cache the
43+ ` PrivatePath ` display value so config paths always render as ` ~/.vcspull.yaml ` .
44+ - ` vcspull add ` : invalid-config errors reuse the redacted path, keeping failure
45+ logs consistent with other config operations.
46+ - ` vcspull discover ` : warnings for repos without remotes and "no repos found"
47+ notices collapse their target directories via ` PrivatePath ` .
48+ - ` vcspull sync ` : human "Synced …" lines now mirror the structured JSON payloads
49+ by showing tilde-collapsed repository paths.
50+
3651## vcspull v1.47.0 (2025-11-15)
3752
3853### Bug Fixes
You can’t perform that action at this time.
0 commit comments