Skip to content

Releases: GhostWriters/DockSTARTer

v2025.09.11-1

11 Sep 23:18
ff96492

Choose a tag to compare

What's Changed

  • Update the colors on the default theme by @CLHatch in #2191
  • Use the "AppList" colors for the descriptions of apps in the app sele… by @CLHatch in #2192
  • Use the "AppLIst" color in the theme selection menu by @CLHatch in #2193
  • Fix incorrect "AppList" dialog color to "ListApp" by @CLHatch in #2194

Full Changelog: v2025.09.10-1...v2025.09.11-1

v2025.09.10-1

10 Sep 10:33
a0f3476

Choose a tag to compare

What's Changed

  • Slight fix to regex searching for .env.app.appname lines in the ove… by @CLHatch in #2185
  • Allow ./ before .env.app.appname when searching the compose file by @CLHatch in #2186
  • Remove bsdmainutils from pacman installs. column is in `util-l… by @CLHatch in #2187
  • Fix .gitgnore file, only ignoring files from the root of the file s… by @CLHatch in #2188
  • Update the default theme to be more usable on terminals that use a da… by @CLHatch in #2189
  • Add a retro theme to mimic the old colors using Whiptail by @CLHatch in #2190

Full Changelog: v2025.09.07-1...v2025.09.10-1

v2025.09.07-1

07 Sep 08:54
e8c0972

Choose a tag to compare

What's Changed

  • Change --theme-shadow to --theme-shadows, and use a single `apply… by @CLHatch in #2183
  • Look in override file to check for referenced apps by @CLHatch in #2184

Full Changelog: v2025.09.06-1...v2025.09.07-1

v2025.09.06-1

06 Sep 00:14
fc51b1a

Choose a tag to compare

What's Changed

  • Install gettext-base instead of gettext for envsubst by @CLHatch in #2174
  • Fix env_get_line_regex, enclosing the regex in parens by @CLHatch in #2175
  • Change to using git checkout instead of git switch for compatibil… by @CLHatch in #2176
  • Remove bsdmainutils from dnf installs. column is in `util-linu… by @CLHatch in #2180
  • Add .dialogoptions and compose/.env.app.* to .gitignore by @CLHatch in #2181
  • Apply theme at start of testing menu_heading by @CLHatch in #2182
  • chore(deps): update actions/labeler action to v6 by @renovate[bot] in #2179
  • chore(deps): update actions/setup-python action to v6 by @renovate[bot] in #2177
  • chore(deps): update actions/stale action to v10 by @renovate[bot] in #2178

Full Changelog: v2025.08.29-1...v2025.09.06-1

v2025.08.29-1

29 Aug 14:29
2d68de2

Choose a tag to compare

What's Changed

  • Fix huntarr config folder location by @CLHatch in #2167
  • Add envsubst and column as dependencies by @CLHatch in #2170
  • Change all dialog color references to ${DC["ColorName"]-}, adding q… by @CLHatch in #2171
  • Fix dialog color references in main.sh by @CLHatch in #2172
  • Only apply the theme if using the GUI by @CLHatch in #2173

Full Changelog: v2025.08.25-1...v2025.08.29-1

v2025.08.25-1

25 Aug 03:51
ebc1bbd

Choose a tag to compare

What's Changed

  • Redirect output of kill and rm to /dev/null in menu_app_select by @CLHatch in #2163
  • Change the dialog options file from a temp file to a static file in t… by @CLHatch in #2164
  • Rewrite env_merge_newonly using the comm command by @CLHatch in #2165

Full Changelog: v2025.08.24-2...v2025.08.25-1

v2025.08.24-2

24 Aug 11:24
63ccd51

Choose a tag to compare

What's Changed

  • Change from using PROCESS_* vars to PROCESSED_* vars to check if … by @CLHatch in #2156
  • Fix incorrect variable PROCESSSED_APPVARS_CREATE_ALL to `PROCESSED_… by @CLHatch in #2157
  • chore: ✨ add .gitattributes for line endings and file handling by @TommyE123 in #2155
  • Fix a few missing changes to the PROCESSED_* variables by @CLHatch in #2158
  • Fix incorrect variable name AppName to APPNAME in appname_is_valid by @CLHatch in #2159
  • Strip dialog color codes from warning in appvars_purge by @CLHatch in #2160
  • Skip tasks that have already been done. by @CLHatch in #2162

Full Changelog: v2025.08.19-3...v2025.08.24-2

v2025.08.24-1

24 Aug 11:13

Choose a tag to compare

What's Changed

  • Change from using PROCESS_* vars to PROCESSED_* vars to check if … by @CLHatch in #2156
  • Fix incorrect variable PROCESSSED_APPVARS_CREATE_ALL to `PROCESSED_… by @CLHatch in #2157
  • chore: ✨ add .gitattributes for line endings and file handling by @TommyE123 in #2155
  • Fix a few missing changes to the PROCESSED_* variables by @CLHatch in #2158
  • Fix incorrect variable name AppName to APPNAME in appname_is_valid by @CLHatch in #2159
  • Strip dialog color codes from warning in appvars_purge by @CLHatch in #2160

Full Changelog: v2025.08.19-3...v2025.08.24-1

v2025.08.19-3

19 Aug 22:55
be5aeed

Choose a tag to compare

What's Changed

  • Abort yml_merge on missing template files by @CLHatch in #2152
  • Add color to the Yes/No prompts by @CLHatch in #2153
  • Declare variables using -l and -u instead of using ,, and ^^ … by @CLHatch in #2154

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

v2025.08.19-2

19 Aug 06:16
384809d

Choose a tag to compare

What's Changed

  • Remove merge_and_compose, as it is no longer used. by @CLHatch in #2150
  • Make docker_compose and yml_merge return status values for succes… by @CLHatch in #2151

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