Skip to content

Releases: GhostWriters/DockSTARTer

v2025.09.25-2

25 Sep 07:56
f452e7d

Choose a tag to compare

What's Changed

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

v2025.09.25-1

25 Sep 07:30
d70bdb1

Choose a tag to compare

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 using LineNumber+=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 all nana commands, since we do a nala 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

v2025.09.22-1

22 Sep 06:24
d1a5619

Choose a tag to compare

What's Changed

  • Search for packages one at a time instead of all at once with apt-file by @CLHatch in #2207
  • Rename COMMAND_DEPS to PM_COMMAND_DEPS by @CLHatch in #2208
  • Break up main.sh into main.sh and "include files" by @CLHatch in #2209
  • Revert "Break up main.sh into main.sh and "include files" (#2209)" by @CLHatch in #2210
  • Break up main.sh into include files, and make main() smaller by @CLHatch in #2212
  • Fix typos in comments by @CLHatch in #2213
  • Fix typo in comment by @CLHatch in #2214
  • Allow multiple commands to be passed on the command-line by @CLHatch in #2216
  • Fix incorrect nala full-upgrade -y command to nala upgrade --full -y by @CLHatch in #2217
  • Update command line usage error notices slightly by @CLHatch in #2218
  • Fix the flags not showing on the --compose command line error messages by @CLHatch in #2219
  • Remove errant = by @CLHatch in #2220

Full Changelog: v2025.09.14-1...v2025.09.22-1

v2025.09.14-1

14 Sep 20:05
f6c94a8

Choose a tag to compare

What's Changed

  • Fix incorrect apt-get update call to apt-file update, and always … by @CLHatch in #2197
  • Check for existing dependencies before trying to install them by @CLHatch in #2198
  • Check for existing dependencies before trying to install them in dnf by @CLHatch in #2199
  • Check for existing dependencies before trying to install them in yum by @CLHatch in #2200
  • Check for existing dependencies before trying to install them in pacman by @CLHatch in #2201
  • Check for existing dependencies before trying to install them in apk by @CLHatch in #2202
  • Change logic of detecting package managers to make it easier to add t… by @CLHatch in #2203
  • Add the nala package manager, an alternate to apt for Debian base… by @CLHatch in #2204
  • Use a global variable for the packages to blacklist from being installed by @CLHatch in #2205
  • Pm by @CLHatch in #2206

Full Changelog: v2025.09.12-1...v2025.09.14-1

v2025.09.12-1

12 Sep 09:17
753aa42

Choose a tag to compare

What's Changed

  • Determine the packages to install for dependencies using apt-file by @CLHatch in #2195
  • Add logging of what commands are being run during ds -i by @CLHatch in #2196

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

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