@@ -41,7 +41,7 @@ Changed
41
41
Fixed
42
42
-----
43
43
44
- * requires py7zr >= 0.4.1 because v0.4 can fails to extract file.
44
+ * requires ` py7zr `_ >= 0.4.1 because v0.4 can fails to extract file.
45
45
46
46
47
47
`v0.5b2 `_ (8, Oct., 2019)
@@ -90,8 +90,8 @@ Changed
90
90
* CI: Improve azure-pipelines configurations by Nelson (#20)
91
91
* Check parameter combination allowance and add winrt variant.
92
92
* Support installation of mingw runtime package.
93
- * Add '--internal' option to use `py7zr ` instead of
94
- external `7zip ` command for extracting package archives.(WIP)
93
+ * Add '--internal' option to use `py7zr `_ instead of
94
+ external `7zip `_ command for extracting package archives.(WIP)
95
95
96
96
97
97
`v0.4.1 `_ (01, Jun, 2019)
@@ -129,7 +129,7 @@ Changed
129
129
-------
130
130
131
131
* Change project directory structure.
132
- * cli command name changed from ` aqtinst ` to ` aqt ` and now you can run ` aqt install `
132
+ * cli command name changed from ' aqtinst' to ' aqt' and now you can run ' aqt install'
133
133
* Introduce Cli class
134
134
* Massive regression test on azure pipelines(#20)
135
135
* blacklist against http://mirrors.tuna.tsinghua.edu.cn and http://mirrors.geekpie.club/
@@ -174,7 +174,7 @@ Removed
174
174
Added
175
175
-----
176
176
177
- * Allow execute both ` aqtinst ` and ` python -m aqt ` form.
177
+ * Allow execute both ' aqtinst' and ' python -m aqt' form.
178
178
179
179
Changed
180
180
-------
@@ -186,7 +186,7 @@ Fixed
186
186
-----
187
187
188
188
* Update README wordings.
189
- * Remove dependency for python3 with ` aqtinst ` command utility.
189
+ * Remove dependency for python3 with ' aqtinst' command utility.
190
190
* Fix command name in help message.
191
191
192
192
@@ -232,8 +232,8 @@ Changed
232
232
233
233
* Refactoring code
234
234
* Install QtSDK into (cwd)/Qt<version>/<version>/gcc_64/
235
- * Drop dependency for `requests ` library
236
- * Use standard `argparser ` for command line argument.
235
+ * Drop dependency for `requests `_ library
236
+ * Use standard `argparse `_ for command line argument.
237
237
238
238
Fixed
239
239
=====
@@ -246,6 +246,12 @@ Fixed
246
246
247
247
* Fork from https://git.kaidan.im/lnj/qli-installer
248
248
249
+
250
+ .. _py7zr : https://github.com/miurahr/py7zr
251
+ .. _7zip : https://www.7-zip.org/
252
+ .. _requests : https://pypi.org/project/requests
253
+ .. _argparse : https://pypi.org/project/argparse/
254
+
249
255
.. _Unreleased : https://github.com/miurahr/qli-installer/compare/v0.5...HEAD
250
256
.. _v0.5 : https://github.com/miurahr/qli-installer/compare/v0.5b2...v0.5
251
257
.. _v0.5b2 : https://github.com/miurahr/qli-installer/compare/v0.5b1...v0.5b2
0 commit comments