File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,21 +63,21 @@ Patch branch: [`v1.12.x`](https://github.com/vcs-python/vcspull/tree/v1.12.x)
63
63
### Breaking changes
64
64
65
65
- Config location uses ` XDG_CONFIG_HOME ` from [ XDG Base Directory] ,
66
- ({issue} ` 367 ` ).
66
+ (# 367 ).
67
67
68
68
Old path: ` ~/.vcspull `
69
69
70
70
New path: ` XDG_CONFIG_HOME ` , usually ` ~/.config/vcspull `
71
71
72
72
[ xdg base directory ] : https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
73
73
74
- - Override config directory via ` VCSPULL_CONFIGDIR ` ({issue} ` 367 ` )
75
- - Switch from ` str ` to ` pathlib.Path ` ({issue} ` 364 ` )
74
+ - Override config directory via ` VCSPULL_CONFIGDIR ` (# 367 )
75
+ - Switch from ` str ` to ` pathlib.Path ` (# 364 )
76
76
- Requires click 8+
77
77
78
78
### Compatibility
79
79
80
- - Allow click 8.1.x ({issue} ` 372 ` )
80
+ - Allow click 8.1.x (# 372 )
81
81
- vcspull learned ` -h ` for help (thanks HN 2022-04-11)
82
82
- Python 3.7 and 3.8 dropped (#356 )
83
83
@@ -118,7 +118,7 @@ Patch branch: [`v1.12.x`](https://github.com/vcs-python/vcspull/tree/v1.12.x)
118
118
119
119
### Compatibility
120
120
121
- - Allow click 8.1.x (backport of {issue} ` 372 ` )
121
+ - Allow click 8.1.x (backport of # 372 )
122
122
123
123
## vcspull 1.11.3 (2022-04-11)
124
124
You can’t perform that action at this time.
0 commit comments