Skip to content

v0.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jan 14:55
· 5 commits to main since this release

Changelog

Features

  • 166c01a feat(cli): add short flag aliases for all options
  • 57f4366 feat: add automated versioning via ldflags
  • ffc980a feat: implement error logging and improved download UI

Fixes

  • 02294cc fix(extractor): ignore non-archive files to prevent UI glitches

Refactor

  • d021576 refactor: introduce Client type for better code organization
  • 6493a69 refactor: migrate progress bars to mpb and improve project structure
  • de9a6e1 refactor: moved cleanup logic to internal utils
  • 65e1990 refactor: remove error log if no failure occurs

Internal

  • 2ed7115 chore: move moveBinaries.go to scraps
  • dd7b68d chore: prepare v0.1.3 with brew tap and auto versioning
  • 28bcfcd chore: refine release workflow
  • 5ac4942 chore: update goreleaser config for brew cask

Others

  • 178c83f Add MIT License to the project
  • 7107231 Merge branch 'feat/track-stats'
  • 2cacc9d added notes.md
  • 5609b53 build(deps): update schollz/progressbar to v3.19.0 and remove go-ansi