v0.19.0
Changelog
Features:
- #372 ports are displayed in the containers and services panels
- #317 (@mark2185 ) support for
docker pause
command via 'p' key - #346 ability to start shell from services panel via 'E' key
- #372 the current window can be expanded to take up half the screen or the full screen using the '+' and '_' keys (like in lazygit)
- #366 (@miles170 ) string replacements for image names. For example:
replacements:
imageNamePrefixes:
'123456789012.dkr.ecr.us-east-1.amazonaws.com': '<prod>'
'923456789999.dkr.ecr.us-east-1.amazonaws.com': '<dev>'
This prevents the image name column from being ridiculously long.
- #372 use blue background colour on selected line for better visibility
- #367 (@blennster ) support for tab and backtab navigation
- #342 view container (in stdout) logs via SDK rather than via docker binary
- #375 improve sorting of volumes to show named volumes at the top
- #352 (@ rmtsrc ) image name included in config tab
Bug fixes:
- #372 fixed some focus-related issues
- #362 (@tilliwilli ) fixes bug where text was white in light themes
Maintenance:
- #358 (@Syriiin ) updated FAQ to include steps for docker compose V2 usage
- #373 (@gusandrioli ) keybinding cheatsheets are now marked as auto-generated to reduce confusion when people want to update the cheatsheets.
- #355 (@DasFaultier ) improved install script
- #356 extracted process kill logic for use in lazygit
- #368 fixed linting errors