Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 09:57
· 7 commits to main since this release
v3.0.0
14414e5

🚀 Features

  • Package count optimization — replaced all shell-pipe package counting (sh -c "cmd | grep | wc") with native filesystem reads, executed concurrently via goroutines
  • Windows package managers — Winget (via Windows Registry), Chocolatey (chocolatey\lib), Scoop (scoop\apps) all counted natively
  • New distro logos display option — 26 total supported logos
  • Side-by-side rendering fix — Now the infos are displayed beside the custom ascii art

🐛 Bug Fixes

  • ci.yml — build job pinned Go 1.24.2 while the rest of CI uses 1.26.0; now consistent at 1.26.0

📚 Documentation

  • README — rewritten to cover auto-art detection, side-by-side rendering, 26 built-in logos, package optimization, Winget/Scoop/Choco support, DEB/RPM packages, all 50+ available colors
  • Wiki — Flags.md created, Conclusions.md renamed to Conclusion.md, Contribute.md expanded, Home.md typos fixed
    Files changed: main.go, functions.go, loadconfig.go, config.json, packages_windows.go, .goreleaser.yaml, .github/workflows/ci.yml, README.md, plus 4 wiki files.

Changelog


Released by GoReleaser.