Skip to content

v2.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jan 07:14
· 13 commits to main since this release

Changelog

  • 69c37d6 Added Chocolatey package release configuration
  • a421912 Added GoReleaser config validation to release workflow
  • 86272a0 Added Winget configuration to goreleaser.yaml
  • 09fb129 Added more critical system fonts to not remove or match
  • 00666e0 Added new table component to commands
  • 7b1a3a5 Added table components (static and interactive)
  • a3712ab Added table components and tests
  • 95f4c93 Bug fixes and improvements to table component
  • 04aa635 Bugfixes and improvements to table component
  • b9d5ad2 Deleted table.go
  • dd512fb Finalize release workflow: Use GoReleaser v2, add Chocolatey ids, ensure all packages build on Ubuntu
  • 2fe2b27 Fix Chocolatey build: Use Windows runner with pre-installed Chocolatey (per dev.to article)
  • 9794a28 Fix Chocolatey build: Use Windows runner with proper Chocolatey installation
  • 7be93db Fix Chocolatey job: Skip GitHub release publishing to avoid duplicate asset uploads
  • f92444b Fix Chocolatey job: Use --skip=publish and manually publish Chocolatey package to avoid GitHub release conflicts
  • 1a4241b Fix GoReleaser config: Remove unsupported pull_request.body field
  • 20f5cff Fix release workflow: Add WINGET_PR_TOKEN and remove winget skip
  • 99fe20d Fixed Chocolatey installation in release workflow
  • 5f10c1c Fixed interactive table border rendering issues
  • 626e3e8 Fixed interactive table rendering and styling problems
  • 5c232eb Fixed table column width calculation issues
  • 812c4bb Fixed table truncation issue
  • a85f3a5 Fixed table width calculation for tests
  • ea00a73 Fixed tabletui.go padding issue
  • 8ab74c1 Improve table utils to better manage percentage based widths
  • 9bcc2fa Improved Add command to support new table component
  • 9649f3e Improved List command to support new table component
  • 451ca4e Improved Sources command to support new table component
  • 0482f55 Improved add command output and error handling
  • b6f124c Improved audit-flags.go script
  • 5818c2b Improved list command output and error handling
  • 5d44a21 Improved output formatting for strings, paths and user queries
  • a70c7e6 Improved remove command output and error handling
  • bdd5b98 Improved sources table rendering and card rendering
  • 0bc9289 Improved table rendering and error handling
  • 4edd26f Improved the way search handles zero results
  • dd3f924 Minor improvements to table utils
  • 258c502 Remove styling from type column insources info table
  • 758df7a Removed static table test command
  • 8e617c4 Update documentation-sync.md
  • 9fd50bf Update release.yml
  • a58272a Updated dependencies
  • a76733a Updated help.md to include missing flags
  • db697e6 Updated repository.go
  • ce3b7c6 Updated spinner component to use new spinner model
  • 78a12b9 Updated static table component with advanced hiding and truncation logic
  • 56b62f3 Updated system fonts list
  • d587db7 Updated verbose flag help text