Skip to content

Releases: GhostWriters/DockSTARTer

v2025.07.29-3

29 Jul 23:12
4759cf0

Choose a tag to compare

What's Changed

  • Add a dialog_info function that uses dialog --infobox by @CLHatch in #2091
  • Re-work menu_app_select getting rid of temporary file usage by @CLHatch in #2092

Full Changelog: v2025.07.29-2...v2025.07.29-3

v2025.07.29-2

29 Jul 19:04
9d0775e

Choose a tag to compare

What's Changed

  • Add ds to the usage error notices by @CLHatch in #2086
  • Update the usage text to show you can use multiple optional options by @CLHatch in #2087
  • Remove remaining hard-coded reference to DockSTARTer by @CLHatch in #2088
  • Use a global APPLICATION_REPO variable instead of hard-coding the URL by @CLHatch in #2089
  • Clean up fatal notices for the package manager by @CLHatch in #2090

Full Changelog: v2025.07.29-1...v2025.07.29-2

v2025.07.29-1

29 Jul 17:32
5004be3

Choose a tag to compare

What's Changed

  • Add color to the warning about dialog not being installed. by @CLHatch in #2075
  • Only create the .env file before certain command-line options by @CLHatch in #2076
  • Optimize app_is_deprecated and app_is_nondeprecated by avoiding c… by @CLHatch in #2077
  • Update env_sanitize to show all changed variables in a better format by @CLHatch in #2078
  • Change notice colors by @CLHatch in #2079
  • Add color to more notices and enclose more items in single quotes by @CLHatch in #2080
  • Change Invalid usage. Must be to Invalid usage. Must be: by @CLHatch in #2081
  • Update Invalid usage notices by @CLHatch in #2082
  • Update one remaining Invalid usage. Must be to `Invalid usage. Must… by @CLHatch in #2083
  • Create an APPLICATION_COMMAND global variable to set the ds comma… by @CLHatch in #2084
  • Colorize more notice messages. Remove incorrect instructions to use … by @CLHatch in #2085

Full Changelog: v2025.07.28-1...v2025.07.29-1

v2025.07.28-1

28 Jul 09:39
0ae8dd1

Choose a tag to compare

What's Changed

  • Make apply_theme return an exit code, and check it on calls. by @CLHatch in #2067
  • Fix all references to depreciated to use the correct term deprecated by @CLHatch in #2068
  • Show the "nicename" of apps as they are discovered for the app select… by @CLHatch in #2069
  • Create an app_nicename_pipe function and use it in menu_app_select by @CLHatch in #2070
  • Update dependency mkdocs-material to v9.6.16 by @renovate[bot] in #2066
  • Create app_is_runnable, app_filter_runnable and `app_filter_runna… by @CLHatch in #2071
  • Fix app_is_runnable for instances of apps. by @CLHatch in #2072
  • Optimize app_filter_runnable for speed by bringing the `app_is_runn… by @CLHatch in #2073
  • Replace outputting the Bottom of Screen ANSI code with ` tput reset… by @CLHatch in #2074

Full Changelog: v2025.07.26-4...v2025.07.28-1

v2025.07.26-4

26 Jul 11:13
d79a01b

Choose a tag to compare

What's Changed

  • Change GUI subtitles of command to show the command-line instead of p… by @CLHatch in #2065

Full Changelog: v2025.07.26-3...v2025.07.26-4

v2025.07.26-3

26 Jul 09:26
e0a55fc

Choose a tag to compare

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

v2025.07.26-2

26 Jul 01:04
c670c66

Choose a tag to compare

What's Changed

  • Apply theme before running tests so the DC variable is set up. by @CLHatch in #2054

Full Changelog: v2025.07.26-1...v2025.07.26-2

v2025.07.26-1

26 Jul 00:32
6256f1e

Choose a tag to compare

What's Changed

  • Change UserCommand notice color from Yellow to Bold Yellow by @CLHatch in #2048
  • Change URL notice color from Magenta to Underlined Magenta by @CLHatch in #2049
  • Add Bold, Underline, and Bottom of Screen ANSI codes to the ANSI codes to strip by @CLHatch in #2051
  • Re-arrange main routine by @CLHatch in #2052
  • Fix app_list` test by @CLHatch in #2053

Full Changelog: v2025.07.23-3...v2025.07.26-1

v2025.07.23-3

23 Jul 23:31
7f00b15

Choose a tag to compare

What's Changed

  • Add colors to folders, files and variables in notices by @CLHatch in #2041
  • Begin replacing hard-coded CYAN color in notices with pre-defined colors by @CLHatch in #2042
  • Create pre-defined colors for notice, warn, etc by @CLHatch in #2043
  • Replace the rest of the hard-coded CYAN colors with pre-defined varia… by @CLHatch in #2044
  • Adjust file, folder and "running command" colors in notices by @CLHatch in #2045
  • Change the update notice to a warning by @CLHatch in #2046
  • Replace remaining hard-coded color codes in main. by @CLHatch in #2047

Full Changelog: v2025.07.23-2...v2025.07.23-3

v2025.07.23-2

23 Jul 02:51
a23b44f

Choose a tag to compare

What's Changed

  • Update references to branch master to main in the docs by @CLHatch in #2039
  • Update references to branch master to main in .github folder by @CLHatch in #2040

Full Changelog: v2025.07.23-1...v2025.07.23-2