Skip to content

Commit 77d4dfc

Browse files
committed
chore(release): 1.34.5
1 parent d0bfe2c commit 77d4dfc

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.34.5](https://github.com/snolab/CapsLockX/compare/v1.34.4...v1.34.5) (2024-11-03)
6+
7+
8+
### Bug Fixes
9+
10+
* **CapsLockX:** windowmanager in side monitor ([d0bfe2c](https://github.com/snolab/CapsLockX/commit/d0bfe2ca4bc8c09a91a41f98fe2e1e3a47f98917))
11+
512
### [1.34.4](https://github.com/snolab/CapsLockX/compare/v1.34.3...v1.34.4) (2024-11-02)
613

714

Core/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.34.4
1+
1.34.5

DevTools/choco/CapsLockX.nuspec

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>CapsLockX</id>
5-
<version>1.34.4</version>
5+
<version>1.34.5</version>
66
<owners>snomiao</owners>
77
<authors>snomiao</authors>
88
<copyright>Copyright (C) Snowstar Laboratory 2017-2024</copyright>
@@ -65,6 +65,13 @@ You can also write your own my-ahk.user.ahkand put it ./User/in the directory, C
6565
6666
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
6767
68+
### [1.34.5](https://github.com/snolab/CapsLockX/compare/v1.34.4...v1.34.5) (2024-11-03)
69+
70+
71+
### Bug Fixes
72+
73+
* **CapsLockX:** windowmanager in side monitor ([d0bfe2c](https://github.com/snolab/CapsLockX/commit/d0bfe2ca4bc8c09a91a41f98fe2e1e3a47f98917))
74+
6875
### [1.34.4](https://github.com/snolab/CapsLockX/compare/v1.34.3...v1.34.4) (2024-11-02)
6976
7077
@@ -115,9 +122,7 @@ All notable changes to this project will be documented in this file. See [standa
115122
* **CapsLockX:** en module help ([32ab8bd](https://github.com/snolab/CapsLockX/commit/32ab8bdab399a80258019942945b6ebf439ccbdf))
116123
* **CapsLockX:** format ([b37401d](https://github.com/snolab/CapsLockX/commit/b37401d0f1580e3a932eb51464a5c713a98e231c))
117124
* **capslockx:** i18n setup ([5ac5047](https://github.com/snolab/CapsLockX/commit/5ac5047bd4ad5c8205c402af8711aeb8c4611dd1))
118-
* **capslockx:** initial locales ([68b61e8](https://github.com/snolab/CapsLockX/commit/68b61e811404967b0bb58e377905e5f3094a42b9))
119-
* **capslockx:** initial-langs ([38335b9](https://github.com/snolab/CapsLockX/commit/38335b96f8c4adaaae78960ace27177915a607bb))
120-
* **capslockx:** lang codes ([bb79216](https://github.com/snolab/CapsLockX/commit/bb7921651d076324641fa2a980c7650f5c4fce58))]]></releaseNotes>
125+
* **capslockx:** initial locales ([68b61e8](https://github.com/snolab/CapsLockX/commit/68b61e811404967b0bb58e377905e5f3094a42b9))]]></releaseNotes>
121126

122127
<dependencies></dependencies>
123128
</metadata>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capslockx",
3-
"version": "1.34.4",
3+
"version": "1.34.5",
44
"description": "CapsLockX 提供一套超好上手的:鼠标模拟、编辑增强、虚拟桌面与窗口管理、应用内热键增强、JS数学表达式计算、等超多功能等你来定义。",
55
"keywords": [
66
"CapsLockX"

0 commit comments

Comments
 (0)