Skip to content

Commit

Permalink
1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Apr 17, 2021
1 parent 183f55e commit 61d4b8f
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.16.1](https://github.com/snomiao/CapsLockX/compare/v1.16.0...v1.16.1) (2021-04-17)



# [1.16.0](https://github.com/snomiao/CapsLockX/compare/v1.15.3...v1.16.0) (2021-04-17)


Expand Down
40 changes: 18 additions & 22 deletions Tools/choco/CapsLockX.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>CapsLockX</id>
<version>1.16.0</version>
<version>1.16.1</version>
<owners>snomiao</owners>
<authors>snomiao</authors>
<copyright>Copyright (C) Snowstar Laboratory 2017-2021</copyright>
Expand Down Expand Up @@ -113,7 +113,23 @@ CapsLockX 默认加载了一些常用的模块,功能与使用方法已在下
- 本模块使用按键区:CapsLockX + QWER ASDF]]></description>
<summary>Operate the computer like a hacker! 像**黑客**一样操作电脑!CapsLockX 让你可以轻轻松松像电影里的**黑客**一样,双手不离开键盘,**高效率**地操作电脑。这里有超多一摸就懂超好上手的功能:编辑增强、虚拟桌面与窗口管理、鼠标模拟、应用内热键增强、JS 数学表达式计算、等超多功能等你来定义。</summary>
<releaseNotes><![CDATA[## <small>1.15.3 (2021-04-16)</small>
<releaseNotes><![CDATA[# [1.16.0](https://github.com/snomiao/CapsLockX/compare/v1.15.3...v1.16.0) (2021-04-17)
### Bug Fixes
* disable gitee and gitlab 仓库包 ([f5f4023](https://github.com/snomiao/CapsLockX/commit/f5f402374d91f78b9adcf2ac47d9cbc9d694b32e))
* ignore user/ ([4209631](https://github.com/snomiao/CapsLockX/commit/4209631151f78edc21331b5060afc0fa1c05f476))
* tray version number ([495d217](https://github.com/snomiao/CapsLockX/commit/495d2176b9937af957d80e63b48446b0907fadf3))
### Features
* 优化提权询问流程、增加配置保存自动重载功能 ([25c3c63](https://github.com/snomiao/CapsLockX/commit/25c3c635761fa74d256f52ed14fa81359202cdeb))
## <small>1.15.3 (2021-04-16)</small>
* chore:versioning ([af261ab](https://github.com/snomiao/CapsLockX/commit/af261ab))
* fix: 配置文件编码清洗优化 ([71c79d1](https://github.com/snomiao/CapsLockX/commit/71c79d1))
Expand Down Expand Up @@ -178,26 +194,6 @@ CapsLockX 默认加载了一些常用的模块,功能与使用方法已在下
## <small>1.14.35 (2021-04-13)</small>
* chore:versioning ([275ce7d](https://github.com/snomiao/CapsLockX/commit/275ce7d))
## <small>1.14.34 (2021-04-13)</small>
* chore:versioning ([d4a2ae9](https://github.com/snomiao/CapsLockX/commit/d4a2ae9))
* chore: 修复打包 ([3d713a7](https://github.com/snomiao/CapsLockX/commit/3d713a7))
## <small>1.14.33 (2021-04-13)</small>
* chore:versioning ([f1a9e43](https://github.com/snomiao/CapsLockX/commit/f1a9e43))
* chore: disable Github 包发布 ([ad9aaec](https://github.com/snomiao/CapsLockX/commit/ad9aaec))
## <small>1.14.32 (2021-04-13)</small>
]]></releaseNotes>

<dependencies></dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Tools/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.16.1
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capslockx",
"version": "1.16.0",
"version": "1.16.1",
"description": "CapsLockX 提供一套超好上手的:鼠标模拟、编辑增强、虚拟桌面与窗口管理、应用内热键增强、JS数学表达式计算、等超多功能等你来定义。",
"scripts": {
"start": "CapsLockX.exe",
Expand Down Expand Up @@ -32,4 +32,4 @@
"@commitlint/config-conventional": "^12.0.1",
"conventional-changelog-cli": "^2.1.1"
}
}
}

0 comments on commit 61d4b8f

Please sign in to comment.