Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@nicholas-fedor nicholas-fedor released this 22 Jul 13:33
· 4 commits to main since this release
1010753

Description

This release introduces vertical column-major sorting in the TUI, allowing binaries to be displayed and navigated down columns with toggleable ascending/descending order via the s key. It also includes CLI refactoring, dependency updates, and improved test consistency for enhanced stability and user experience.

Changes

Features

  • Implemented column-major layout in TUI for vertical binary display
  • Added toggleable sorting in TUI with s key for ascending/descending order

Fixes

  • Refactored CLI to remove redundant log level adjustment

Dependency Updates

  • Updated charmbracelet/bubbletea to v1.3.6
  • Updated cimg/go Docker tag to v1.24.5
  • Updated Go dependency to v1.24.5

CI Updates

  • Enabled Renovate Go version updates with gomodTidy for automated dependency management
  • Updated goreleaser/goreleaser-action to digest 0931acf
  • Updated golangci/golangci-lint-action to digest 3d16f46
  • Updated securego/gosec to digest 2ef6017
  • Updated actions/setup-go to digest 8e57b58
  • Updated nicholas-fedor/govulncheck-action to digest 326748c
  • Updated nicholas-fedor/go-proxy-pull-action to digest c1e755b
  • Updated github/codeql-action to digest d6bbdef

Full Changelog : v0.1.0...v0.2.0