Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---

## [Unreleased]
## [v1.46.0]

### CLI

**Improved command UX and dependency detection**

- Standardized help output across commands (`add`, `remove`, `new`, `p2p`)

All commands now follow a consistent structure with:
- clear usage
- practical examples
- explanation of what happens

- Switched to product-style CLI help

Help messages are now easier to read and more developer-friendly,
improving onboarding and daily usage.

- Improved overall CLI readability and developer experience

- cleaner output
- more consistent formatting
- better command interactions

- Fixed dependency install detection

The `vix deps` command no longer incorrectly reports
"up to date" on first install.

- Ensured consistent behavior across all CLI commands

## [v1.45.0]

### CLI
Expand Down
Loading