Skip to content

Releases: nao1215/gup

v0.9.2

20 Mar 10:04
Compare
Choose a tag to compare

Changelog

v0.9.1

19 Mar 01:32
Compare
Choose a tag to compare

Changelog

  • cd8dc19 Add VersionCheckResultStr():
  • eb46032 Changed the message at the time of update was incorrect, so the message was corrected.
  • 6e126d0 Changed version check result message to user-friendly one.

v0.9.0

18 Mar 14:53
3079b22
Compare
Choose a tag to compare

Changelog

  • 26b7146 Add description for cross-platform.
  • b674389 Add description for desktop notification
  • 1642bd1 Add description for desktop notification (Ver 0.9.0)
  • e635ca5 Add line feed before desktop notificatio image.
  • e2f0f4a Add notification function.
  • c6d392f Merge branch 'main' into notify
  • 0410763 Merge pull request #21 from nao1215/check-update
  • f808807 Update version
  • 832cdea Add check subcommand
  • 668df3c Add description of contributing
  • cbd244f Add the message on how to update an updatable binary.
  • ae0d72b Delete CONTRIBUTING.md
  • a906674 First Commit
  • 0052f17 First commit
  • 4bf1aca Fix typo
  • 02ea0eb Update Readme
  • 149b078 Update document for check subcommand.
  • 59f3eeb Version up

v0.7.4

13 Mar 11:45
Compare
Choose a tag to compare

Changelog

  • abd5306 Fix: Bug that causes runtime error in "$ gup import"
  • 04d96ff Version up

v0.7.3

10 Mar 23:40
812ab1e
Compare
Choose a tag to compare

Changelog

  • 9b6c995 Add code of conduct.
  • d1a37fc Add dependbot
  • dfda913 Add issue template
  • 3ccb2b9 Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
  • e614243 Delete auto merge
  • 812ab1e Merge pull request #20 from nao1215/dependabot/go_modules/github.com/spf13/cobra-1.4.0
  • 64917d3 Rename yaml to yml

v0.7.2

06 Mar 04:45
Compare
Choose a tag to compare

Changelog

Version 0.7.1

05 Mar 03:21
Compare
Choose a tag to compare

[0.7.1] - 2022-03-05

Changed

  • When the update is completed, the version information before and after the update will be output.
  • Changed to output version information in dry run mode.
  • Changed to log the detailed reason when the update failed.

Version 0.7.0

04 Mar 12:56
d6e72a1
Compare
Choose a tag to compare

[0.7.0] - 2022-03-04

Changed

  • Removed warning log "gup:WARN : $GOPATH/bin or $GOBIN contains the directory". This log is unnecessary for both developers and users.
  • Changed dry run short option from -d to -n
  • Changed to be able to update the specified command without the --file option