File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.8.0] ( https://github.com/x-motemen/ghq/compare/v1.7.1...v1.8.0 ) - 2025-03-25
4
+ - feat: support NO_COLOR environment variable by @hezhizhen in https://github.com/x-motemen/ghq/pull/411
5
+ - Make the NO_COLOR environment variable accept strings other than the “true” strings by @Songmu in https://github.com/x-motemen/ghq/pull/417
6
+ - improve --silent flag in get command by @Sixeight in https://github.com/x-motemen/ghq/pull/414
7
+ - feat: support partial clone on Git repository by @RShirohara in https://github.com/x-motemen/ghq/pull/412
8
+
3
9
## [ v1.7.1] ( https://github.com/x-motemen/ghq/compare/v1.7.0...v1.7.1 ) - 2024-11-09
4
10
- refine git vcs backend detection by @Songmu in https://github.com/x-motemen/ghq/pull/409
5
11
Original file line number Diff line number Diff line change 8
8
"github.com/x-motemen/ghq/logger"
9
9
)
10
10
11
- const version = "1.7.1 "
11
+ const version = "1.8.0 "
12
12
13
13
var revision = "HEAD"
14
14
You can’t perform that action at this time.
0 commit comments