What's Changed
- Move more of the formatting to
cmdline_error
by @CLHatch in #2221 - Add a notice of the portion of the command-line currently being run by @CLHatch in #2222
- Change from using
((++LineNumber))
to usingLineNumber+=1
by @CLHatch in #2224 - Updates by @CLHatch in #2225
- Move cursor to bottom of screen after dialog exits by @CLHatch in #2226
- Revert "Move cursor to bottom of screen after dialog exits (#2226)" by @CLHatch in #2227
- Strip ANSI colors in dialog box when updating DockSTARTer by @CLHatch in #2228
- Try to reset the terminal without clearing the screen on exit if we were using the GUI by @CLHatch in #2229
- Reset the terminal to a working state on exit if using the GUI. by @CLHatch in #2230
- Use bash regex instead of grep when searching for dependencies with apt-file by @CLHatch in #2231
- Add
--no-update
option to allnana
commands, since we do anala update
first. by @CLHatch in #2232 - Add shortcuts to the menu pages, and add an optional argument to
ds --help
by @CLHatch in #2233 - Add color to the usage text by @CLHatch in #2234
- Fix the color of usage text by @CLHatch in #2235
Full Changelog: v2025.09.22-1...v2025.09.25-1