Skip to content

Commit

Permalink
chore(release): 1.34.4
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Nov 2, 2024
1 parent 187f7bb commit deb3cb2
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 202 deletions.
183 changes: 0 additions & 183 deletions App-ScreenRotate.ahk

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.4](https://github.com/snolab/CapsLockX/compare/v1.34.3...v1.34.4) (2024-11-02)


### Bug Fixes

* **Lib:** lib ([187f7bb](https://github.com/snolab/CapsLockX/commit/187f7bb2a80a6aaa2b53eb11d2d257fa6a9a4d6b))
* **Modules:** brainstorm bug ([ea13c9c](https://github.com/snolab/CapsLockX/commit/ea13c9c9a60b20fd7c77cfb2825cae56e20bc145))
* **Modules:** windowmanager ([61ca5e5](https://github.com/snolab/CapsLockX/commit/61ca5e5485907821fc4b285048aca66a1fb67d2c))

### [1.34.3](https://github.com/snolab/CapsLockX/compare/v1.34.2...v1.34.3) (2024-08-22)


Expand Down
21 changes: 10 additions & 11 deletions Core/CapsLockX-i18n.ahk
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@

global CLX_Lang := CLX_Config("Core", "Language", "auto", "语言切换")
global CLX_Lang := CLX_Config("Core", "Language", "auto", "语言切换")
global CLX_i18nConfigPath := "Core/lang.ini"
global CLX_i18n_newTranslated := "Core/lang.ini"

清洗为_UTF16_WITH_BOM_型编码(CLX_i18nConfigPath)

; - [Language Codes \| AutoHotkey v1]( https://www.autohotkey.com/docs/v1/misc/Languages.htm )
LCID_7804 := "Chinese" ; zh
LCID_7804 := "Chinese" ; zh
LCID_0004 := "Chinese (Simplified)" ; zh-Hans
LCID_0804 := "Chinese (Simplified, China)" ; zh-CN
LCID_1004 := "Chinese (Simplified, Singapore)" ; zh-SG
LCID_7C04 := "Chinese (Traditional)" ; zh-Hant
LCID_0C04 := "Chinese (Traditional, Hong Kong SAR)" ; zh-HK
LCID_1404 := "Chinese (Traditional, Macao SAR)" ; zh-MO
LCID_0404 := "Chinese (Traditional, Taiwan)" ; zh-TW
LCID_0011 := "Japanese" ; ja
LCID_0411 := "Japanese (Japan)" ; ja-JP
LCID_7C04 := "Chinese (Traditional)" ; zh-Hant
LCID_0C04 := "Chinese (Traditional, Hong Kong SAR)" ; zh-HK
LCID_1404 := "Chinese (Traditional, Macao SAR)" ; zh-MO
LCID_0404 := "Chinese (Traditional, Taiwan)" ; zh-TW
LCID_0011 := "Japanese" ; ja
LCID_0411 := "Japanese (Japan)" ; ja-JP

; TODO: converts
t(s, lang := "")
Expand All @@ -30,7 +29,7 @@ t(s, lang := "")
; run node "prompts/translate-en.md"
if (lang == ""){
lang := CLX_Lang
}
}
if (!lang) {
lang := "auto"
}
Expand Down Expand Up @@ -83,7 +82,7 @@ i18n_translated(lang, key)
return translated
}

question := key . "`n`nTry translate to " . lang
question := "TASK: translate to " . lang . ",dont explain, just translate`n" . "ORIGIN TEXT: " . key

global brainstorm_origin
if (!brainstorm_origin) {
Expand Down
Binary file added Core/clipboard-image-OLD.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Core/clipboard-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Core/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.34.3
1.34.4
17 changes: 11 additions & 6 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.3</version>
<version>1.34.4</version>
<owners>snomiao</owners>
<authors>snomiao</authors>
<copyright>Copyright (C) Snowstar Laboratory 2017-2024</copyright>
Expand Down Expand Up @@ -65,6 +65,15 @@ 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.4](https://github.com/snolab/CapsLockX/compare/v1.34.3...v1.34.4) (2024-11-02)
### Bug Fixes
* **Lib:** lib ([187f7bb](https://github.com/snolab/CapsLockX/commit/187f7bb2a80a6aaa2b53eb11d2d257fa6a9a4d6b))
* **Modules:** brainstorm bug ([ea13c9c](https://github.com/snolab/CapsLockX/commit/ea13c9c9a60b20fd7c77cfb2825cae56e20bc145))
* **Modules:** windowmanager ([61ca5e5](https://github.com/snolab/CapsLockX/commit/61ca5e5485907821fc4b285048aca66a1fb67d2c))
### [1.34.3](https://github.com/snolab/CapsLockX/compare/v1.34.2...v1.34.3) (2024-08-22)
Expand Down Expand Up @@ -108,11 +117,7 @@ All notable changes to this project will be documented in this file. See [standa
* **capslockx:** i18n setup ([5ac5047](https://github.com/snolab/CapsLockX/commit/5ac5047bd4ad5c8205c402af8711aeb8c4611dd1))
* **capslockx:** initial locales ([68b61e8](https://github.com/snolab/CapsLockX/commit/68b61e811404967b0bb58e377905e5f3094a42b9))
* **capslockx:** initial-langs ([38335b9](https://github.com/snolab/CapsLockX/commit/38335b96f8c4adaaae78960ace27177915a607bb))
* **capslockx:** lang codes ([bb79216](https://github.com/snolab/CapsLockX/commit/bb7921651d076324641fa2a980c7650f5c4fce58))
* **capslockx:** not default start ([d538603](https://github.com/snolab/CapsLockX/commit/d538603c4f538902e1389638694964367bfb4d21))
* **CapsLockX:** remove pnpm ([791262d](https://github.com/snolab/CapsLockX/commit/791262d65f2aa7ffe9696ec7533890e0b1a69e98))
* **capslockx:** tr error ([c70b891](https://github.com/snolab/CapsLockX/commit/c70b8919ab38f4951b26263cef3b19175f618ea4))
* **capslockx:** xflymsg ([6052549](https://github.com/snolab/CapsLockX/commit/605254966310d0c0f57138a54383ca39ff8760c7))]]></releaseNotes>
* **capslockx:** lang codes ([bb79216](https://github.com/snolab/CapsLockX/commit/bb7921651d076324641fa2a980c7650f5c4fce58))]]></releaseNotes>

<dependencies></dependencies>
</metadata>
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,17 @@ Enhance keyboard operations for OneNote 2016 - 2019, enabling convenient use of

#### Keyboard Layout Design (

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

### Screen Rotate

Usage

1. Open a window in OneNote 2016 with the title "Clipboard Collection".
2. When you copy something using Ctrl + C, it will automatically be saved in OneNote.
3. As shown in the image
![Plugin - OneNote Clipboard Collector.gif](./docs/media/Plugin-OneNote Clipboard Collector.gif)

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

### iFlytek Input Method Floating Window Plugin
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.3",
"version": "1.34.4",
"description": "CapsLockX 提供一套超好上手的:鼠标模拟、编辑增强、虚拟桌面与窗口管理、应用内热键增强、JS数学表达式计算、等超多功能等你来定义。",
"keywords": [
"CapsLockX"
Expand Down

0 comments on commit deb3cb2

Please sign in to comment.