Skip to content

Commit 6a7dd72

Browse files
committed
chore(release): 1.34.1
1 parent 7afacd2 commit 6a7dd72

File tree

5 files changed

+26
-19
lines changed

5 files changed

+26
-19
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.1](https://github.com/snolab/CapsLockX/compare/v1.34.0...v1.34.1) (2024-05-29)
6+
7+
8+
### Bug Fixes
9+
10+
* **capslockx:** misc format ([6c9635c](https://github.com/snolab/CapsLockX/commit/6c9635ca802d501f5ad8dfdc78db35219b74b512))
11+
* **Modules:** i18n ([7afacd2](https://github.com/snolab/CapsLockX/commit/7afacd29ea2a8838b61fd3785648b936c936a5c2))
12+
513
## [1.34.0](https://github.com/snolab/CapsLockX/compare/v1.33.2...v1.34.0) (2024-05-24)
614

715

Core/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.34.0
1+
1.34.1

DevTools/choco/CapsLockX.nuspec

+9-10
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.0</version>
5+
<version>1.34.1</version>
66
<owners>snomiao</owners>
77
<authors>snomiao</authors>
88
<copyright>Copyright (C) Snowstar Laboratory 2017-2022</copyright>
@@ -65,6 +65,14 @@ 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.1](https://github.com/snolab/CapsLockX/compare/v1.34.0...v1.34.1) (2024-05-29)
69+
70+
71+
### Bug Fixes
72+
73+
* **capslockx:** misc format ([6c9635c](https://github.com/snolab/CapsLockX/commit/6c9635ca802d501f5ad8dfdc78db35219b74b512))
74+
* **Modules:** i18n ([7afacd2](https://github.com/snolab/CapsLockX/commit/7afacd29ea2a8838b61fd3785648b936c936a5c2))
75+
6876
## [1.34.0](https://github.com/snolab/CapsLockX/compare/v1.33.2...v1.34.0) (2024-05-24)
6977
7078
@@ -103,15 +111,6 @@ All notable changes to this project will be documented in this file. See [standa
103111
104112
105113
### Bug Fixes
106-
107-
* **workflows:** v4 checkout ([57ca621](https://github.com/snolab/CapsLockX/commit/57ca6211eace4731c469d5bd5a249c22f342e1f6))
108-
109-
### [1.33.1](https://github.com/snolab/CapsLockX/compare/v1.33.0...v1.33.1) (2024-01-06)
110-
111-
112-
### Bug Fixes
113-
114-
* **capslockx:** remove keysender ([0988dfe](https://github.com/snolab/CapsLockX/commit/0988dfe679361fe83ec31fba752fbff1c368d073))
115114
]]></releaseNotes>
116115

117116
<dependencies></dependencies>

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -270,21 +270,21 @@ Enhance keyboard operations for OneNote 2016 - 2019, enabling convenient use of
270270

271271
<!-- MODULE_FILE: App-XunFeiSwitching.ahk-->
272272

273-
### Xunfei Input Method Floating Widget
273+
### iFlytek Input Method Floating Window Plugin
274274

275275
#### Usage
276276

277-
| Applies to | Shortcut | Function Description |
278-
| --- | :-------: | --------------------- |
279-
| Global | Win + Alt + H | Start/Switch to Xunfei Voice Input |
277+
| Scope | Key | Function Description |
278+
| ------ | :------------: | -------------------------- |
279+
| Global | Win + Alt + H | Launch/Switch iFlytek Voice Input |
280280

281281
#### Note
282282

283-
1. If Xunfei Voice Input is not installed, the user will be prompted to guide to download and install.
283+
1. If iFlytek Voice is not installed, it will automatically prompt to download and install.
284284

285-
#### The effect is shown in the following image
285+
#### Effect as shown in the figure below
286286

287-
![App-Xunfei Voice Input Method Floating Widget Demo.gif](./docs/media/App-Xunfei_Voice_Input_Method_Floating_Widget_Demo.gif)
287+
![App-iFlytek Voice Input Method Floating Window Demo.gif](./docs/media/App-iFlytek Voice Input Method Floating Window Demo.gif)
288288

289289
<!-- MODULE_FILE: CLX-Brainstorm.ahk-->
290290

package.json

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

0 commit comments

Comments
 (0)