Releases: GhostWriters/DockSTARTer
Releases · GhostWriters/DockSTARTer
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
v2025.09.11-1
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
What's Changed
- Slight fix to regex searching for
.env.app.appnamelines in the ove… by @CLHatch in #2185 - Allow
./before.env.app.appnamewhen searching the compose file by @CLHatch in #2186 - Remove
bsdmainutilsfrompacmaninstalls.columnis in `util-l… by @CLHatch in #2187 - Fix
.gitgnorefile, 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
What's Changed
- Change
--theme-shadowto--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
What's Changed
- Install
gettext-baseinstead ofgettextforenvsubstby @CLHatch in #2174 - Fix
env_get_line_regex, enclosing the regex in parens by @CLHatch in #2175 - Change to using
git checkoutinstead ofgit switchfor compatibil… by @CLHatch in #2176 - Remove
bsdmainutilsfromdnfinstalls.columnis in `util-linu… by @CLHatch in #2180 - Add
.dialogoptionsandcompose/.env.app.*to.gitignoreby @CLHatch in #2181 - Apply theme at start of testing
menu_headingby @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
What's Changed
- Fix
huntarrconfig folder location by @CLHatch in #2167 - Add
envsubstandcolumnas 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.shby @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