diff --git a/CHANGELOG.md b/CHANGELOG.md index 3973d51..7ab5e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/modules/cli b/modules/cli index 019f184..4a3bbf4 160000 --- a/modules/cli +++ b/modules/cli @@ -1 +1 @@ -Subproject commit 019f184475b487b7c843f9e14e8c19d81fde48ca +Subproject commit 4a3bbf40f3b7206309c2cc05915dfa008f5bcee1