You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the command line option --max-messages N to limit the number of error messages displayed.
Added the command line option -x, --exit-on-first-error for immediate exit after the first detected error.
Changed
[Breaking Change] The "--stop-on-first-fail option has been renamed to --exit-on-first-error" for greater clarity.
Removed
[Breaking Change] The --stop-on-first-fail command line option has been removed.
Fixed
Improved handling of critical errors such as missing file. Now the application displays a clear message to the user instead of crashing with an error, and detailed debugging information is saved in the logs.