Skip to content

v2025.07.26-3

Choose a tag to compare

@CLHatch CLHatch released this 26 Jul 09:26
· 224 commits to main since this release
e0a55fc

What's Changed

  • Re-work the logging functions by @CLHatch in #2055
  • Rename strip_log_colors to strip_ansi_colors, and use it for argu… by @CLHatch in #2056
  • Change strip_ansi_colors to use a herestring instead of printf by @CLHatch in #2057
  • Add strip_dialog_colors function and use it in question_prompt by @CLHatch in #2058
  • Update strip_ansi_colors and strip_dialog_colors by @CLHatch in #2059
  • Strip ANSI colors from dialog boxes in question_prompt by @CLHatch in #2060
  • Convert \n to newlines in log messages by @CLHatch in #2061
  • Colorize the prompt in appvars_purge for both CLI and GUI usage by @CLHatch in #2062
  • Replace another echo -e with printf '%b\n in 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