diff --git a/README.md b/README.md index 8e847d9a..bd8e3dbe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 程序员手册 V1.1.2 +# 程序员手册 V1.1.4 ## 简介 @@ -58,6 +58,7 @@ - php手册 | [官方中文文档](https://www.php.net/download-docs.php) - linux手册 | [离线手册:linux-command@jaywcjlove](https://github.com/jaywcjlove/linux-command) [原始数据:linuxde.net](http://man.linuxde.net/) + - tmux 快捷键 | [ryuzheng提供](https://github.com/ryuzheng/TmuxCheatSheet) [中文原版](https://gist.github.com/ryerh/14b7c24dfd623ef8edc7) [英文原版](https://gist.github.com/MohamedAlaa/2961058) - python手册 | [官方文档一译翻译版](https://yiyibooks.cn/xx/python_352/library/index.html) - beautifulSoup | [官方中文文档](https://www.crummy.com/software/BeautifulSoup/bs4/doc/index.zh.html) - requests | [官方中文文档](https://2.python-requests.org//zh_CN/latest/user/quickstart.html) @@ -67,6 +68,7 @@ - PyQt5文档 | [PyQt5中文教程](https://github.com/maicss/PyQt5-Chinese-tutorial) - C函数 | C语言函数速查(Knocker 2004.7.7 版本 0.5) - win32api | 新编win32api大全.chm +- go | [@永远の明日](https://yuanliao.info/u/21504), [源文档](https://studygolang.com/) - vim命令 | [awesome-cheatsheets](https://github.com/skywind3000/awesome-cheatsheets/blob/master/editors/vim.txt) - git命令 | [php中文网git开发手册](http://www.php.cn/manual/view/34942.html) - sql手册 | [php中文网sql参考手册](http://www.php.cn/manual/view/21301.html) diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index acb1570d..04a5ded0 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,3 +1,15 @@ +### v1.1.4 + +- 修复某些情况下导航目录被遮挡的 bug +- 兼容暗黑模式(50%) +- 修复按 S 搜藏时无法跳转到备忘(收藏)插件的 bug +- linux 收手册下新增一个 tmux 快捷键 [ryuzheng提供](https://github.com/ryuzheng/TmuxCheatSheet) [中文原版](https://gist.github.com/ryerh/14b7c24dfd623ef8edc7) [英文原版](https://gist.github.com/MohamedAlaa/2961058) + + +### v1.1.3 + +- 新增 go 文档,来自网友[@永远の明日](https://yuanliao.info/u/21504), [源文档](https://studygolang.com/) + ### v1.1.2 - 新增功能 diff --git a/src/README.md b/src/README.md index 8e847d9a..bd8e3dbe 100644 --- a/src/README.md +++ b/src/README.md @@ -1,4 +1,4 @@ -# 程序员手册 V1.1.2 +# 程序员手册 V1.1.4 ## 简介 @@ -58,6 +58,7 @@ - php手册 | [官方中文文档](https://www.php.net/download-docs.php) - linux手册 | [离线手册:linux-command@jaywcjlove](https://github.com/jaywcjlove/linux-command) [原始数据:linuxde.net](http://man.linuxde.net/) + - tmux 快捷键 | [ryuzheng提供](https://github.com/ryuzheng/TmuxCheatSheet) [中文原版](https://gist.github.com/ryerh/14b7c24dfd623ef8edc7) [英文原版](https://gist.github.com/MohamedAlaa/2961058) - python手册 | [官方文档一译翻译版](https://yiyibooks.cn/xx/python_352/library/index.html) - beautifulSoup | [官方中文文档](https://www.crummy.com/software/BeautifulSoup/bs4/doc/index.zh.html) - requests | [官方中文文档](https://2.python-requests.org//zh_CN/latest/user/quickstart.html) @@ -67,6 +68,7 @@ - PyQt5文档 | [PyQt5中文教程](https://github.com/maicss/PyQt5-Chinese-tutorial) - C函数 | C语言函数速查(Knocker 2004.7.7 版本 0.5) - win32api | 新编win32api大全.chm +- go | [@永远の明日](https://yuanliao.info/u/21504), [源文档](https://studygolang.com/) - vim命令 | [awesome-cheatsheets](https://github.com/skywind3000/awesome-cheatsheets/blob/master/editors/vim.txt) - git命令 | [php中文网git开发手册](http://www.php.cn/manual/view/34942.html) - sql手册 | [php中文网sql参考手册](http://www.php.cn/manual/view/21301.html) diff --git a/src/plugin.json b/src/plugin.json index 0f0712d4..a135064f 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -4,7 +4,7 @@ "main": "index.html", "homepage": "https://github.com/fofolee/uTools-Manuals", "publishPage": "https://yuanliao.info/d/356", - "version": "1.1.2", + "version": "1.1.4", "author": "云之轩", "logo": "logo.png", "platform": [ "win32", "darwin", "linux" ],