What's Changed
- Re-work the logging functions by @CLHatch in #2055
- Rename
strip_log_colorstostrip_ansi_colors, and use it for argu… by @CLHatch in #2056 - Change
strip_ansi_colorsto use a herestring instead of printf by @CLHatch in #2057 - Add
strip_dialog_colorsfunction and use it inquestion_promptby @CLHatch in #2058 - Update
strip_ansi_colorsandstrip_dialog_colorsby @CLHatch in #2059 - Strip ANSI colors from dialog boxes in
question_promptby @CLHatch in #2060 - Convert
\nto newlines in log messages by @CLHatch in #2061 - Colorize the prompt in
appvars_purgefor both CLI and GUI usage by @CLHatch in #2062 - Replace another
echo -ewithprintf '%b\nin the logging function by @CLHatch in #2063 - Move the cursor to bottom of screen on cleanup if using the GUI by @CLHatch in #2064
Full Changelog: v2025.07.26-2...v2025.07.26-3