Full Changelog: 0.8.4...0.8.5
Changes
- #37 Added the ability to change default lists in panels when starting an interface using a configuration file.
- #38 Fixed receiving container list in Podman. The context parameter will not be used in Podman if the content of the
--podman-context/-Pflag is not passed (or the parameterpodmanContextis not set in the configuration). - Added custom path for file logs in Windows (including files inside the passed directory). The default is
$HOME/Documents. - Added quick move (through words) in the text entry window for filtering lists and logs (using the keys
Alt+LeftandAlt+Right). - Added time filtering for Kubernetes logs by since slice.
- Added
--timezone-filter/-Tflag and the optionfilterTimezoneto the configuration for UTC offset (+00:00by default) when filtering by date in Docker, Compose, Podman and Kubernetes container logs. - Added full path to file or name of current downloaded log in Subtitle and added current boot time to file list.
- Fixed cluster connection error handling during log load in Kubernetes.
- Added
auditdin show audit and unit tests. - Added publication in the Ubuntu PPA repository for installation with the
aptpackage manager. - Added automatic compilation and publication of releases with GoReleaser.
- #39 Bump
golang.org/x/textfrom0.23.0to0.33.0in the go-dependencies group by @dependabot[bot] - #41 Bump the go-dependencies group with 2 updates by @dependabot[bot]
- #42 README review by @github-actions[bot]
- #43 Fixed linters by @github-actions[bot]
- #44 CHANGELOG update by @github-actions[bot]
New Contributors
- @dependabot[bot] made their first contribution in #39
- @github-actions[bot] made their first contribution in #42