File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ builds:
1111 - linux
1212 goarch :
1313 - amd64
14- ldflags : -s -w -X=github.com/gphotosuploader/gphotos-uploader-cli/internal/cmd. version={{ .Version }}
14+ ldflags : -s -w -X=github.com/gphotosuploader/gphotos-uploader-cli/version.versionString ={{ .Version }}
1515checksum :
1616 name_template : ' checksums.txt'
1717brews :
Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
55
6+ ## 4.2.1
7+ ### Fixed
8+ - Fix versioning on releases since the publication of 4.x version. ([ #413 ] [ i413 ] )
9+ - Small typos in messages. Thanks, [ @tbm ] ( https://github.com/tbm ) ([ #414 ] [ i414 ] )
10+
11+ ### Changed
12+ - Bump ` github.com/schollz/progressbar/v3 ` from 3.13.1 to 3.14.1 ([ #411 ] [ i411 ] )
13+ - Bump ` golang.org/x/oauth2 ` from 0.13.0 to 0.14.0 ([ #409 ] [ i409 ] )
14+ - Bump ` golang.org/x/sync ` from 0.4.0 to 0.5.0 ([ #408 ] [ i408 ] )
15+ - Bump ` github.com/spf13/cobra ` from 1.7.0 to 1.8.0 ([ #407 ] [ i407 ] )
16+
17+ [ i413 ] : https://github.com/gphotosuploader/gphotos-uploader-cli/issues/413
18+ [ i414 ] : https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/414
19+ [ i411 ] : https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/411
20+ [ i409 ] : https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/409
21+ [ i408 ] : https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/408
22+ [ i407 ] : https://github.com/gphotosuploader/gphotos-uploader-cli/pulls/407
23+
624## 4.2.0
725### Added
826- New parameter ` --redirect-url-hostname ` to the ` auth ` command in order to set the URL to use after the Google Photos authentication ([ #402 ] [ i402 ] )
You can’t perform that action at this time.
0 commit comments