Releases: GhostWriters/DockSTARTer
Releases · GhostWriters/DockSTARTer
v2025.10.04-1
What's Changed
- Fix getting the nicename and descriptions for apps in the case of them not being added by the user. by @CLHatch in #2252
- Add unit tests for
app_nicenameandapp_nicename_from_templateby @CLHatch in #2253 - Add comments describing "ForcePass" variable by @CLHatch in #2254
- Add unit tests to
app_descriptionandapp_description_from_templateby @CLHatch in #2255 - Add unit tests to
app_is_builtinby @CLHatch in #2256 - reate color vars for unit test "pass" and "fail" highlighting by @CLHatch in #2257
- Update the "Back Title" of dialog boxes by @CLHatch in #2259
- Add the missing
--theme-listand--theme-tablecommand-line options by @CLHatch in #2260 - Disable the
ds -M appsoption. It is currently broken. by @CLHatch in #2261 - Add a
-y/--yescommand-line flag to assume yes on prompts by @CLHatch in #2262
Full Changelog: v2025.09.30-1...v2025.10.04-1
v2025.09.30-1
What's Changed
- Fix naming of
handbreak.devices.ymltohandbrake.devices.ymlby @CLHatch in #2246 - Add a unit testing function by @CLHatch in #2247
- Update the unit tests by @CLHatch in #2248
- Fix comments for force pass in
env_gettesting by @CLHatch in #2249 - Move forced passing of tests to
run_unit_testfunctions, and add a pointer to errors. by @CLHatch in #2250 - Warn if the
ForcePassvariable is set for a test even if no error occurred. by @CLHatch in #2251
Full Changelog: v2025.09.27-1...v2025.09.30-1
v2025.09.27-1
v2025.09.26-1
What's Changed
- Minor fixes to the usage text by @CLHatch in #2238
- Fix the incorrect usage text for
ds --menu selectby @CLHatch in #2239 - Rename
DOCKER_STORAGE?vars toDOCKER_STORAGE#_ON, andAPPNAME__STORAGE#toAPPNAME__STORAGE#_ONby @CLHatch in #2241 - Add
1as a boolean "true" along withON,TRUEandYESfor var… by @CLHatch in #2242
Full Changelog: v2025.09.25-3...v2025.09.26-1
v2025.09.25-3
What's Changed
Full Changelog: v2025.09.25-2...v2025.09.25-3
v2025.09.25-2
What's Changed
Full Changelog: v2025.09.25-1...v2025.09.25-2
v2025.09.25-1
What's Changed
- Move more of the formatting to
cmdline_errorby @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 usingLineNumber+=1by @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-updateoption to allnanacommands, since we do anala updatefirst. by @CLHatch in #2232 - Add shortcuts to the menu pages, and add an optional argument to
ds --helpby @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
What's Changed
- Search for packages one at a time instead of all at once with
apt-fileby @CLHatch in #2207 - Rename
COMMAND_DEPStoPM_COMMAND_DEPSby @CLHatch in #2208 - Break up
main.shintomain.shand "include files" by @CLHatch in #2209 - Revert "Break up
main.shintomain.shand "include files" (#2209)" by @CLHatch in #2210 - Break up
main.shinto include files, and makemain()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 -ycommand tonala upgrade --full -yby @CLHatch in #2217 - Update command line usage error notices slightly by @CLHatch in #2218
- Fix the flags not showing on the
--composecommand 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
What's Changed
- Fix incorrect
apt-get updatecall toapt-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
nalapackage manager, an alternate toaptfor 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
What's Changed
- Determine the packages to install for dependencies using
apt-fileby @CLHatch in #2195 - Add logging of what commands are being run during
ds -iby @CLHatch in #2196
Full Changelog: v2025.09.11-1...v2025.09.12-1