Skip to content

Commit

Permalink
1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Apr 18, 2021
1 parent 7c81c0b commit b3ba44d
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 16 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.16.4](https://github.com/snolab/CapsLockX/compare/v1.16.3...v1.16.4) (2021-04-18)


### Bug Fixes

* date time input ([a53c4c5](https://github.com/snolab/CapsLockX/commit/a53c4c5fdb2ca01702a44104634cc8f6bdb2ec8f))
* delete unused modules ([73770bb](https://github.com/snolab/CapsLockX/commit/73770bbd99ae017fa88a3d28677adbc0631bf998))
* overwrite user module ([5795a3b](https://github.com/snolab/CapsLockX/commit/5795a3b26787289d0c1999d88be60623065fa52d))
* update 用ConfigGet防止触发自动重载 ([aaaa851](https://github.com/snolab/CapsLockX/commit/aaaa8517a938a0c007ebb1bea9df9ce5961e68b9))
* 前删,后删逻辑优化 ([0c1a58b](https://github.com/snolab/CapsLockX/commit/0c1a58bad641fdec48f0786a0b7c7946448dd0de))
* 启用 docsify ([7c81c0b](https://github.com/snolab/CapsLockX/commit/7c81c0b172afdff8d74496bbca9e7e9070f17cb8))
* 时间戳指令标准化 ([3cdfedc](https://github.com/snolab/CapsLockX/commit/3cdfedc3973ac601e1d5c1110651c89a41eded1f))
* 用ConfigGet防止触发自动重载 ([1b0585e](https://github.com/snolab/CapsLockX/commit/1b0585ef023fff8e9598ce470f03458298802255))
* 重载权限优化 ([40107c1](https://github.com/snolab/CapsLockX/commit/40107c1b592bab4a0ce77277ca30620d8a4035ea))



## [1.16.3](https://github.com/snomiao/CapsLockX/compare/v1.16.2...v1.16.3) (2021-04-17)


Expand Down
23 changes: 12 additions & 11 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.3</version>
<version>1.16.4</version>
<owners>snomiao</owners>
<authors>snomiao</authors>
<copyright>Copyright (C) Snowstar Laboratory 2017-2021</copyright>
Expand Down Expand Up @@ -113,7 +113,16 @@ CapsLockX 默认加载了一些常用的模块,功能与使用方法已在下
- 本模块使用按键区:CapsLockX + QWER ASDF]]></description>
<summary>Operate the computer like a hacker! 像**黑客**一样操作电脑!CapsLockX 让你可以轻轻松松像电影里的**黑客**一样,双手不离开键盘,**高效率**地操作电脑。这里有超多一摸就懂超好上手的功能:编辑增强、虚拟桌面与窗口管理、鼠标模拟、应用内热键增强、JS 数学表达式计算、等超多功能等你来定义。</summary>
<releaseNotes><![CDATA[## [1.16.2](https://github.com/snomiao/CapsLockX/compare/v1.16.1...v1.16.2) (2021-04-17)
<releaseNotes><![CDATA[## [1.16.3](https://github.com/snomiao/CapsLockX/compare/v1.16.2...v1.16.3) (2021-04-17)
### Bug Fixes
* auto reload when config changed ([e8b1840](https://github.com/snomiao/CapsLockX/commit/e8b184087832d625d15deeedc5daf7b1a1981f81))
## [1.16.2](https://github.com/snomiao/CapsLockX/compare/v1.16.1...v1.16.2) (2021-04-17)
### Bug Fixes
Expand Down Expand Up @@ -191,15 +200,7 @@ CapsLockX 默认加载了一些常用的模块,功能与使用方法已在下
## <small>1.14.37 (2021-04-15)</small>
* chore:versioning ([2e95779](https://github.com/snomiao/CapsLockX/commit/2e95779))
* fix: || ([ee2687a](https://github.com/snomiao/CapsLockX/commit/ee2687a))
## <small>1.14.36 (2021-04-15)</small>
* chore:versioning ([a71d8b6](https://github.com/snomiao/CapsLockX/commit/a71d8b6))
* format ([c5319b7](https://github.com/snomiao/CapsLockX/commit/c5319b7))]]></releaseNotes>
* chore:versioning ([2e95779](https://github.com/snomiao/CapsLockX/commit/2e95779))]]></releaseNotes>

<dependencies></dependencies>
</metadata>
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.3
1.16.4
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.3",
"version": "1.16.4",
"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 b3ba44d

Please sign in to comment.