Skip to content

Releases: nao1215/gup

v0.10.0: Auto-generate shell completion file (for bash, zsh, fish)

16 Apr 17:26
98ac369
Compare
Choose a tag to compare

gup command automatically generates shell completion files for bash, zsh, and fish. After the user executes gup, if the shell completion file does not exist in the system, the auto-generation process will begin. To activate the completion feature, restart the shell.

Changelog

  • e3e7ae5 Add demo.gif
  • c6ff23c Add description for shell completion
  • b09d5af Add process that generate bash/fish/zsh completion file
  • bd78e28 Fix bug for bash completion
  • ec6196a Fix bug for zsh and fish
  • 063673a Fix demo position
  • 77f319c Fix reviewdog
  • 98ac369 Merge pull request #26 from nao1215/add-auto-completion
  • 0a062dd Update version to v0.10.0

v0.9.4

16 Apr 10:55
Compare
Choose a tag to compare

Changelog

v0.9.3:Update process is now faster than bullets

16 Apr 06:01
c84fb6d
Compare
Choose a tag to compare

Changelog

  • 59da0b4 Display the latest version after an update in an easily recognizable color
  • 32ab4fb Fix bug:
  • e0a0591 Fix typo
  • fd94fd6 Improved error messages
  • c795a04 Merge pull request #23 from nao1215/goroutine
  • ef0f6fa Merge pull request #24 from nao1215/improvement-error-msg
  • c84fb6d Merge pull request #25 from nao1215/faster-check
  • 1e64a88 Parallelization of check processing
  • 97771ae Parallelized update process
  • 4dcd1c2 Simplified messages during the update process
  • f44286a Simplified messages during the update process
  • d4d3233 Update 0.9.3
  • 2cda10e Update README
  • 15a2cc0 Update README

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.