Skip to content

Releases: vixcpp/cli

v1.19.3

23 Jan 19:17

Choose a tag to compare

fix silent run, improve sanitizer and compiler error detection

v1.19.2

23 Jan 15:20

Choose a tag to compare

improve diagnostic clarity and error UX

v1.19.1

23 Jan 14:07

Choose a tag to compare

unify runtime error rendering and fix extra blank line

1.19.0

23 Jan 12:53

Choose a tag to compare

simplify uncaught exception tip and recommend RAII

v1.18.3

23 Jan 09:21

Choose a tag to compare

use umbrella version and fix makemigrations execution

v1.18.2

21 Jan 18:35

Choose a tag to compare

show live Ninja progress ([x/y %]) during build

v1.18.1

21 Jan 11:07

Choose a tag to compare

vix modules

v1.18.0

21 Jan 10:00

Choose a tag to compare

cli: add modules command (init/add/check) for opt-in Vix modules mode

v1.17.7

21 Jan 08:50

Choose a tag to compare

cli(run): improve run flow, fix Ninja quiet flag, and stabilize live output filtering

v1.17.4

19 Jan 14:34

Choose a tag to compare

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