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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## v1.17.7 β€” Build & Run Reliability Improvements

### πŸ› Fixed

- **CLI (run):** Reuse the last successful build preset instead of defaulting to
`dev-ninja`, ensuring consistent behavior between `vix build` and `vix run`.
- **CLI (run):** Cleaned up script build error handling to provide clearer and
more actionable diagnostics.
- **CLI (run):** Improved logging of environment declarations during script
execution for better debugging and transparency.

### πŸ›  Improvements

- More predictable run flow after builds across presets.
- Smoother iterative workflows (build β†’ run) with fewer surprises.

### βœ… Notes

No breaking changes. This release focuses on **stability and correctness** of the
CLI build/run pipeline.

## v1.17.6 β€” CLI Stability & Toolchain Fixes

### πŸ› Fixed
Expand Down
Loading