You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3
3
4
+
# [0.9.0] - 2022-03-18
5
+
## Added
6
+
- Added desktop notification: gup command will notify you on your desktop whether the update was successful or unsuccessful after the update was finished.
4
7
# [0.8.0] - 2022-03-18
5
8
## Added
6
9
- Added check subcommand: get the latest version of the binary installed by 'go install'"
**gup** command update binaries installed by "go install" to the latest version. It also provides subcommands for manipulating binaries under \$GOPATH/bin (\$GOBIN).
8
+
**gup** command update binaries installed by "go install" to the latest version. It also provides subcommands for manipulating binaries under \$GOPATH/bin (\$GOBIN). It is a cross-platform software that runs on Windows, Mac and Linux.
9
9

10
+
11
+
gup command will notify you on your desktop whether the update was successful or unsuccessful after the update was finished.
12
+

13
+

14
+
10
15
# How to install
11
16
### Step.1 Install golang
12
17
gup command only supports installation with `$ go install`. If you does not have the golang development environment installed on your system, please install golang from the [golang official website](https://go.dev/doc/install).
0 commit comments