Skip to content

Latest commit

 

History

History
271 lines (164 loc) · 18.4 KB

CHANGELOG.md

File metadata and controls

271 lines (164 loc) · 18.4 KB

(2024-05-15)

v0.26.0 (2024-05-08)

  • Fix issue148: Confirmation with [Y/n] should default to "yes" #147 (nao1215)

v0.25.2 (2024-05-01)

v0.25.1 (2024-04-11)

v0.25.0 (2024-04-09)

  • Generate cobra's v2 bash completions #141 (scop)
  • Various completion improvements #140 (scop)
  • Update bash completion path #139 (scop)
  • Add ability to output completions to stdout #138 (scop)
  • Bump golang.org/x/sync from 0.6.0 to 0.7.0 #137 (dependabot[bot])

v0.24.3 (2024-03-24)

v0.24.2 (2024-03-23)

v0.24.1 (2023-12-05)

v0.24.0 (2023-10-17)

v0.23.0 (2023-09-15)

v0.22.0 (2023-05-27)

  • Add --main option and --main-all option #91 (nao1215)

v0.21.1 (2023-05-05)

v0.21.0 (2023-05-02)

v0.20.1 (2023-03-21)

  • Delete internal file package. use gorky/file pacakage instead #83 (nao1215)
  • Ignore hidden file in $GOBIN #82 (nao1215)

v0.20.0 (2023-03-14)

v0.19.0 (2023-03-05)

  • Fix Issue #76: Limit the number of goroutines #77 (nao1215)

v0.18.0 (2023-02-26)

  • Delete update-go subcommand #75 (nao1215)
  • fix: Use canonical name for bash_completion.d #74 (jlec)

v0.17.1 (2023-02-23)

v0.17.0 (2023-02-20)

v0.16.0 (2023-02-13)

v0.15.1 (2022-10-22)

v0.15.0 (2022-10-18)

  • Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 #55 (dependabot[bot])
  • Add an option to enable notifications (-N, --notify) and disable them by default. #57 (nao1215)
  • Add awesome go badge #54 (nao1215)

v0.14.0 (2022-10-02)

v0.13.0 (2022-09-24)

  • Detailed error message when go install fails. #52 (nao1215)
  • Add --input option to import subcommand #51 (nao1215)

v0.12.0 (2022-09-24)

  • Added output option to Export subcommand #50 (nao1215)
  • Add test for gotuil.GetPackageVersion() function #49 (KEINOS)

v0.11.0 (2022-09-19)

v0.10.5 (2022-08-11)

v0.10.4 (2022-08-08)

v0.10.3 (2022-05-03)

v0.10.2 (2022-05-03)

v0.10.1 (2022-04-17)

v0.10.0 (2022-04-17)

  • Auto-generate shell completion file #26 (nao1215)

v0.9.4 (2022-04-16)

v0.9.3 (2022-04-16)

  • Parallelized check subcommand process #25 (nao1215)
  • Improved error messages #24 (nao1215)
  • Faster update speeds due to parallel processing #23 (nao1215)

v0.9.2 (2022-03-20)

v0.9.1 (2022-03-19)

v0.9.0 (2022-03-18)

v0.8.0 (2022-03-18)

v0.7.4 (2022-03-13)

v0.7.3 (2022-03-11)

v0.7.2 (2022-03-06)

v0.7.1 (2022-03-05)

v0.7.0 (2022-03-04)

  • Improve from "Suggestions for improvements #2" #17 (nao1215)

v0.6.1 (2022-02-26)

v0.6.0 (2022-02-26)

v0.5.0 (2022-02-22)

  • Add list subcommand: List up command name with package path and version under $GOPATH/bin or $GOBIN #13 (nao1215)

v0.4.4 (2022-02-22)

  • Use strings.HasPrefix instead of regular expression #11 (matsuyoshi30)
  • --file option: Specified update target #12 (nao1215)

v0.4.3 (2022-02-22)

v0.4.2 (2022-02-22)

v0.4.0 (2022-02-22)

  • Revert "Use buildinfo" because debug/buildinfo is not released #9 (nao1215)
  • Use buildinfo #6 (mattn)
  • Add export subcommand #7 (nao1215)
  • Add --dry-run option. #5 (nao1215)

v0.2.1 (2022-02-22)

v0.2.0 (2022-02-21)

  • Add import command and Change logic #1 (nao1215)

v0.1.1 (2022-02-21)

v0.1.0 (2022-02-20)