mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-07-04 15:12:45 +08:00
docs: 更新文档
This commit is contained in:
parent
d96f3d6735
commit
a5fd52e79d
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
# 快捷命令 V2.0.1
|
# 快捷命令 V2.0.2
|
||||||
|
|
||||||
[](https://github.com/fofolee/uTools-QuickerCommand/stargazers) [](https://github.com/fofolee/uTools-QuickerCommand/network/members) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/LICENSE) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/src/helps/CHANGELOG.md) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424)
|
[](https://github.com/fofolee/uTools-QuickerCommand/stargazers) [](https://github.com/fofolee/uTools-QuickerCommand/network/members) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/LICENSE) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/src/helps/CHANGELOG.md) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
# 快捷命令 V2.0.1
|
# 快捷命令 V2.0.2
|
||||||
|
|
||||||
[](https://github.com/fofolee/uTools-QuickerCommand/stargazers) [](https://github.com/fofolee/uTools-QuickerCommand/network/members) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/LICENSE) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/src/helps/CHANGELOG.md) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424)
|
[](https://github.com/fofolee/uTools-QuickerCommand/stargazers) [](https://github.com/fofolee/uTools-QuickerCommand/network/members) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/LICENSE) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/src/helps/CHANGELOG.md) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424)
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,3 +1,19 @@
|
|||||||
|
## v2.0.2
|
||||||
|
|
||||||
|
### 新增功能
|
||||||
|
|
||||||
|
- 输出选项添加`忽略输出并保留窗口`
|
||||||
|
- 添加`专业模式`的匹配选项
|
||||||
|
- 可以通过 json 格式的配置实现同时匹配关键字、窗口、文件甚至图片
|
||||||
|
- 可以实现指定文件数量、窗口类等
|
||||||
|
- json 格式配置和插件开发的 features.cmds 一致
|
||||||
|
|
||||||
|
### BUG FIX
|
||||||
|
|
||||||
|
- 修复图标比例非 1:1 时排版出错的 bug
|
||||||
|
- 修复某些情况下无法启动 windows terminal 的问题
|
||||||
|
- 修复`MatchedFiles`匹配的文件路径中包含`$$`时会被处理成`$`的问题
|
||||||
|
|
||||||
## v2.0.1
|
## v2.0.1
|
||||||
|
|
||||||
- 修复当某个命令在新版本不兼容时,导致所有命令无法显示的 bug
|
- 修复当某个命令在新版本不兼容时,导致所有命令无法显示的 bug
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"homepage": "https://github.com/fofolee/uTools-QuickerCommand",
|
"homepage": "https://github.com/fofolee/uTools-QuickerCommand",
|
||||||
"publishPage": "https://yuanliao.info/d/424",
|
"publishPage": "https://yuanliao.info/d/424",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"author": "云之轩",
|
"author": "云之轩",
|
||||||
"unpack":"autopep8.py",
|
"unpack":"autopep8.py",
|
||||||
"logo": "logo.png",
|
"logo": "logo.png",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user