>
>**Improvements**:
>1. Added `--skip_existed` flag for skipping the operation in `--table` mode if the output file already exists
>2. Added `--skip_errors` flag for skipping the operation in `--table` mode and continue the next video if error is encountered.
>3. Added `--log_errors` flag for logging the errors and tracebacks in a file for `--table` mode, when error is encountered.
>4. Added `--no_gaze` flag for only pupil segmentation in `--infer` mode.
>5. One more column (`with_gaze`) to fill in the input csv file for `--table` mode. It enables/disable gaze estimation in `--table` mode.
>
>For details, see [doc/documentation.md](doc/documentation.md)
>
>**Removed**:
>1. Text-based User Interface (TUI) is removed.