Skip to content

Releases: nao1215/gup

v0.25.0

08 Apr 23:42
e42c39f
Compare
Choose a tag to compare

Changelog

  • aa67e15 Add ability to output completions to stdout
  • e55bc11 Add stdout completion tests
  • af34e51 Bump golang.org/x/sync from 0.6.0 to 0.7.0
  • 7a67ffe Complete --jobs argument
  • ba1fcaa Complete import --input with *.conf
  • cffcce5 Generate cobra's v2 bash completions
  • 4c293f5 Handle command execute errors on higher level
  • 32999d8 Improve positional argument count checking and non-completions
  • 42c5e8a Merge pull request #137 from nao1215/dependabot/go_modules/golang.org/x/sync-0.7.0
  • 3f583a6 Merge pull request #138 from scop/stdout-completions
  • 9f70b68 Merge pull request #139 from scop/refactor/bash-completion-path
  • 3742bde Merge pull request #140 from scop/feat/completion-improvements
  • e42c39f Merge pull request #141 from scop/feat/bash-completions-v2
  • f5ddf3f Prevent filename completions on update --exclude/--main
  • ff07655 Remove unnecessary naming of returned error
  • 538e075 Test root command execution errors
  • bb64092 Update bash completion path
  • 3ae4664 Work around stdout completion test timing out on Windows

v0.24.3

24 Mar 06:04
9f86d80
Compare
Choose a tag to compare

Changelog

v0.24.2

23 Mar 14:34
117823e
Compare
Choose a tag to compare

Changelog

  • 8f77e73 Add all contributors
  • 1b6c263 Add bug report test
  • 852390a Add: All-contributors section
  • a1ab679 Bump actions/setup-go from 4 to 5
  • 15f5e35 Bump golang.org/x/sync from 0.5.0 to 0.6.0
  • 0441d6d Bump k1LoW/octocov-action from 0 to 1
  • 2a3ea65 Delete .github/workflows/govulncheck.yml
  • 51f0c4f Drop go 1.18, support go 1.19 to 1.22
  • e43a5a8 Fix tests
  • b78ea8b Get GOPATH with go env
  • 9d3e9cd Merge pull request #126 from nao1215/dependabot/github_actions/actions/setup-go-5
  • e09b6c3 Merge pull request #127 from nao1215/feat/all-contributors
  • 5999bdc Merge pull request #128 from nao1215/all-contributors/add-nao1215
  • 5d812f3 Merge pull request #129 from nao1215/add/all-contributors-name
  • ffeaeed Merge pull request #130 from nao1215/dependabot/go_modules/golang.org/x/sync-0.6.0
  • 75be3f2 Merge pull request #131 from nao1215/dependabot/github_actions/k1LoW/octocov-action-1
  • 7a4a982 Merge pull request #132 from rkscv/use-buildinfo
  • 7f46f0d Merge pull request #133 from rkscv/use-go-env
  • e6be6e0 Merge pull request #134 from nao1215/drop-go1.18
  • 117823e Merge pull request #135 from nao1215/chore/update-test-and-doc
  • 50db1ed Update
  • cb8ae1c Update README.md
  • b2aeca4 Update cmd/bug_report_test.go
  • c111018 Use buildinfo

v0.24.1

05 Dec 11:22
1ab9ecd
Compare
Choose a tag to compare

Changelog

  • 30384ac Add remove subcommand alias: rm
  • bdddcc8 Bump libraries
  • 10e057a Good bye BSD family
  • 325dcff Merge pull request #123 from nao1215/remove-bsd-family
  • 51d24e6 Merge pull request #124 from nao1215/feat/octocov-and-hottest
  • 1ab9ecd Merge pull request #125 from nao1215/feat/short-subcommand-name
  • c1190c6 Update
  • 7be4e4f introduce hottest action

v0.24.0: improve windows ux

17 Oct 03:42
fa85cc7
Compare
Choose a tag to compare

Changelog

  • Improves bug-report command: launch in default browser instead of forcing msedge.
  • Makes possible to use gup update buf, gup update buf.exe and even mix syntaxes:
.\gup.exe update buf.exe goreleaser
gup:INFO : update binary under $GOPATH/bin or $GOBIN
gup:INFO : [1/2] github.com/bufbuild/buf/cmd/buf (Already up-to-date: v1.27.0)
gup:INFO : [2/2] github.com/goreleaser/goreleaser (Already up-to-date: v1.21.2)
  • 4512b40 Add github actions for dragonfly
  • a3d0632 Add install process
  • 496468f Add install process for ca-certificates
  • 7993f7a Add pkgin update mozila-rootcerts
  • db0b2ef Add unit test and delete unused code
  • 08ad734 Bump actions/checkout from 2 to 4
  • 50ea2a8 Bump actions/setup-go from 3 to 4
  • e1b5277 Bump codecov/codecov-action from 1 to 4
  • 11a4f49 Bump cross-platform-actions/action from 0.15.0 to 0.19.0
  • 1b62c68 Bump cross-platform-actions/action from 0.15.0 to 0.19.0
  • 5add225 Bump cross-platform-actions/action from 0.19.0 to 0.19.1
  • 55ff04e Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • 6dc89d8 Bump golang.org/x/sync from 0.3.0 to 0.4.0
  • 6440923 Change badge
  • 7a3c199 Change codecov to octocov
  • 534d2f2 Change status badge
  • 79a2c06 Delete .github/workflows/auto-merged.yml
  • 9470eba Delete coverage.yml
  • 9bc9dcb Delete unused package and update readme
  • 1c660f6 Downgrade
  • db5a4ef Merge pull request #100 from nao1215/dependabot/github_actions/cross-platform-actions/action-0.19.0
  • 868d11d Merge pull request #101 from nao1215/dependabot/github_actions/codecov/codecov-action-4
  • 073d8dd Merge pull request #103 from nao1215/feat/support-dragonfly
  • 46a9405 Merge pull request #105 from nao1215/change-codecov
  • a95722f Merge pull request #106 from nao1215/feat/netbsd
  • ab54079 Merge pull request #107 from nao1215/dependabot/github_actions/cross-platform-actions/action-0.19.0
  • 02e208b Merge pull request #108 from nao1215/auto-merged-library-update
  • 825363a Merge pull request #109 from nao1215/dependabot/go_modules/golang.org/x/sync-0.4.0
  • 82f5a7a Merge pull request #110 from nao1215/nao1215-patch-3
  • b08c2a3 Merge pull request #111 from nao1215/dependabot/github_actions/cross-platform-actions/action-0.19.1
  • f076150 Merge pull request #112 from nao1215/dependabot/go_modules/github.com/google/go-cmp-0.6.0
  • cd1cf92 Merge pull request #113 from lincolnthalles/improve-windows-ux
  • fa85cc7 Merge pull request #114 from nao1215/fix/bsd-test
  • d89a923 Merge pull request #98 from nao1215/dependabot/github_actions/actions/setup-go-4
  • 6b80603 Merge pull request #99 from nao1215/dependabot/github_actions/actions/checkout-4
  • 16858cd Update auto-merged.yml
  • ffa1567 Update readme
  • 9de485f auto merged github actions for pr that created dependabot
  • e353cd0 chore: improve windows ux
  • ebeb9c4 delete dupl
  • 6a711dd move

v0.23.0 - Support OpenBSD & NetBSD

14 Sep 16:05
Compare
Choose a tag to compare

Changelog

v0.22.0

27 May 05:42
e9664aa
Compare
Choose a tag to compare

Topic

  • Add --main opiton. If you use this option, gup update binaries by "go install ~@ main" or "go install ~@ master"

Changelog

  • 9dd6e51 Add --main option and --main-all option
  • 3aa22f5 Fix fmt.Errorf call has more than one error-wrapping directive %w
  • ee17b36 Fix reviewdog
  • e9664aa Merge pull request #91 from nao1215/add-master-option
  • 1484a83 Update readme
  • 513ef97 comment out --main-all
  • b38256f use "golang.org/x/exp/slices"

v0.21.1

05 May 04:49
c5b7b24
Compare
Choose a tag to compare

Main topic

In this release, we have resolved the issue of not being able to build the gup command on environments other than Windows, Linux, and Mac (e.g. BSD).

Changelog

  • 1bf2a7b Add default openBrowser function
  • 784998d Bump golang.org/x/sync from 0.1.0 to 0.2.0
  • 1d295d2 Merge pull request #89 from memreflect/patch-openBrowser-default
  • c5b7b24 Merge pull request #90 from nao1215/dependabot/go_modules/golang.org/x/sync-0.2.0

v0.21.0

02 May 04:33
491522b
Compare
Choose a tag to compare

Topic

@hueuebi has added a new feature. Thank you.

  • Add "gup update --exclude" option: You can specify multiple binaries to be excluded from the update.

Changelog

  • 2618cc2 * added option to exclude binaries from gup update
  • 097e5f1 Add description for bug-report subcommand
  • 0767c39 Bump github.com/spf13/cobra from 1.6.1 to 1.7.0
  • d6e5155 Changed to standard output for packages not to be updated.
  • 6ad20f1 Delete reflect.DeepEqual() from unit test code
  • e2aea95 Fix typo
  • ade8c53 Merge pull request #84 from nao1215/dependabot/go_modules/github.com/spf13/cobra-1.7.0
  • 4d40b63 Merge pull request #86 from hueuebi/exclude
  • 491522b Merge pull request #87 from nao1215/refactor-exclude-option
  • 2b4779e Refactor exclude option

v0.20.1

21 Mar 14:17
1817b8c
Compare
Choose a tag to compare

Fix issue #81: [BUG Report] Ignore .DS_Store files on macOS

Changelog

  • 040a24b Delete internal file package. use gorky/file pacakage instead
  • bc0670a Fix issue #81: [BUG Report] Ignore .DS_Store files on macOS
  • 8420743 Fix: badCall: suspicious Join on 1 argument (gocritic)
  • fb1e11f Merge pull request #82 from nao1215/ignore_hidden_file
  • 1817b8c Merge pull request #83 from nao1215/delete-intenal-file-package
  • c423919 delete unnecessary "**"