Skip to content

Commit

Permalink
chore(release): 1.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed May 29, 2024
1 parent 7afacd2 commit 6a7dd72
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 19 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [1.34.1](https://github.com/snolab/CapsLockX/compare/v1.34.0...v1.34.1) (2024-05-29)


### Bug Fixes

* **capslockx:** misc format ([6c9635c](https://github.com/snolab/CapsLockX/commit/6c9635ca802d501f5ad8dfdc78db35219b74b512))
* **Modules:** i18n ([7afacd2](https://github.com/snolab/CapsLockX/commit/7afacd29ea2a8838b61fd3785648b936c936a5c2))

## [1.34.0](https://github.com/snolab/CapsLockX/compare/v1.33.2...v1.34.0) (2024-05-24)


Expand Down
2 changes: 1 addition & 1 deletion Core/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.34.0
1.34.1
19 changes: 9 additions & 10 deletions DevTools/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.34.0</version>
<version>1.34.1</version>
<owners>snomiao</owners>
<authors>snomiao</authors>
<copyright>Copyright (C) Snowstar Laboratory 2017-2022</copyright>
Expand Down Expand Up @@ -65,6 +65,14 @@ You can also write your own my-ahk.user.ahkand put it ./User/in the directory, C
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.
### [1.34.1](https://github.com/snolab/CapsLockX/compare/v1.34.0...v1.34.1) (2024-05-29)
### Bug Fixes
* **capslockx:** misc format ([6c9635c](https://github.com/snolab/CapsLockX/commit/6c9635ca802d501f5ad8dfdc78db35219b74b512))
* **Modules:** i18n ([7afacd2](https://github.com/snolab/CapsLockX/commit/7afacd29ea2a8838b61fd3785648b936c936a5c2))
## [1.34.0](https://github.com/snolab/CapsLockX/compare/v1.33.2...v1.34.0) (2024-05-24)
Expand Down Expand Up @@ -103,15 +111,6 @@ All notable changes to this project will be documented in this file. See [standa
### Bug Fixes
* **workflows:** v4 checkout ([57ca621](https://github.com/snolab/CapsLockX/commit/57ca6211eace4731c469d5bd5a249c22f342e1f6))
### [1.33.1](https://github.com/snolab/CapsLockX/compare/v1.33.0...v1.33.1) (2024-01-06)
### Bug Fixes
* **capslockx:** remove keysender ([0988dfe](https://github.com/snolab/CapsLockX/commit/0988dfe679361fe83ec31fba752fbff1c368d073))
]]></releaseNotes>

<dependencies></dependencies>
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,21 +270,21 @@ Enhance keyboard operations for OneNote 2016 - 2019, enabling convenient use of

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

### Xunfei Input Method Floating Widget
### iFlytek Input Method Floating Window Plugin

#### Usage

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

#### Note

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

#### The effect is shown in the following image
#### Effect as shown in the figure below

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capslockx",
"version": "1.34.0",
"version": "1.34.1",
"description": "CapsLockX 提供一套超好上手的:鼠标模拟、编辑增强、虚拟桌面与窗口管理、应用内热键增强、JS数学表达式计算、等超多功能等你来定义。",
"keywords": [
"CapsLockX"
Expand Down

0 comments on commit 6a7dd72

Please sign in to comment.