Releases: vixcpp/cli
Releases · vixcpp/cli
v1.19.3
v1.19.2
improve diagnostic clarity and error UX
v1.19.1
unify runtime error rendering and fix extra blank line
1.19.0
simplify uncaught exception tip and recommend RAII
v1.18.3
use umbrella version and fix makemigrations execution
v1.18.2
show live Ninja progress ([x/y %]) during build
v1.18.1
vix modules
v1.18.0
cli: add modules command (init/add/check) for opt-in Vix modules mode
v1.17.7
cli(run): improve run flow, fix Ninja quiet flag, and stabilize live output filtering
v1.17.4
fix(cli/run): correct runtime banner identity and port-in-use error handling
- Display correct runtime identity as 'Vix.cpp' instead of hardcoded 'VIX'
- Ensure READY banner matches runtime output markers consistently
- Improve port already in use error detection and reporting
- Fix SIGINT handling to avoid duplicate READY output after interruption
- Clean up runtime flow to properly mark stopped vs failed states