From 5d5d131acba4516aa6aec40d953dded6605c9779 Mon Sep 17 00:00:00 2001 From: snomiao Date: Thu, 22 Aug 2024 14:50:41 +0900 Subject: [PATCH] chore(release): 1.34.3 --- .gitignore | 1 + CHANGELOG.md | 10 ++++++++++ Core/version.txt | 2 +- DevTools/choco/CapsLockX.nuspec | 25 ++++++++++++------------- Modules/CLX-Userscripts.ahk | 2 +- package.json | 4 ++-- 6 files changed, 27 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 18442de..b2933d4 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ dist/cli.mjs.map docs/.vitepress bun.lockb +.env* \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd04c7..3700c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.3](https://github.com/snolab/CapsLockX/compare/v1.34.2...v1.34.3) (2024-08-22) + + +### Bug Fixes + +* **brainstorm:** remember lastquestion ([4aaf3d0](https://github.com/snolab/CapsLockX/commit/4aaf3d046b231c8057b68a76d81b1945ba346321)) +* **capslockx:** add todo ([3fd14ca](https://github.com/snolab/CapsLockX/commit/3fd14caba69b047d637bac455b125252c5a1c85b)) +* **CapsLockX:** supress brainstorm error, fix turno ([35d6de1](https://github.com/snolab/CapsLockX/commit/35d6de182125d1db4ae9dea5097b70650c4831f7)) +* **Modules:** remove sleep ([f8ea129](https://github.com/snolab/CapsLockX/commit/f8ea129f960fc13f50a6f655ee3d2195a19b2702)) + ### [1.34.2](https://github.com/snolab/CapsLockX/compare/v1.34.1...v1.34.2) (2024-05-29) ### [1.34.1](https://github.com/snolab/CapsLockX/compare/v1.34.0...v1.34.1) (2024-05-29) diff --git a/Core/version.txt b/Core/version.txt index 6226232..51dd29b 100644 --- a/Core/version.txt +++ b/Core/version.txt @@ -1 +1 @@ -1.34.2 \ No newline at end of file +1.34.3 \ No newline at end of file diff --git a/DevTools/choco/CapsLockX.nuspec b/DevTools/choco/CapsLockX.nuspec index 5893189..c532d87 100644 --- a/DevTools/choco/CapsLockX.nuspec +++ b/DevTools/choco/CapsLockX.nuspec @@ -2,7 +2,7 @@ CapsLockX - 1.34.2 + 1.34.3 snomiao snomiao Copyright (C) Snowstar Laboratory 2017-2024 @@ -65,6 +65,16 @@ 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.3](https://github.com/snolab/CapsLockX/compare/v1.34.2...v1.34.3) (2024-08-22) + + +### Bug Fixes + +* **brainstorm:** remember lastquestion ([4aaf3d0](https://github.com/snolab/CapsLockX/commit/4aaf3d046b231c8057b68a76d81b1945ba346321)) +* **capslockx:** add todo ([3fd14ca](https://github.com/snolab/CapsLockX/commit/3fd14caba69b047d637bac455b125252c5a1c85b)) +* **CapsLockX:** supress brainstorm error, fix turno ([35d6de1](https://github.com/snolab/CapsLockX/commit/35d6de182125d1db4ae9dea5097b70650c4831f7)) +* **Modules:** remove sleep ([f8ea129](https://github.com/snolab/CapsLockX/commit/f8ea129f960fc13f50a6f655ee3d2195a19b2702)) + ### [1.34.2](https://github.com/snolab/CapsLockX/compare/v1.34.1...v1.34.2) (2024-05-29) ### [1.34.1](https://github.com/snolab/CapsLockX/compare/v1.34.0...v1.34.1) (2024-05-29) @@ -102,18 +112,7 @@ All notable changes to this project will be documented in this file. See [standa * **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)) -* **ifly:** click pos ([ce71b54](https://github.com/snolab/CapsLockX/commit/ce71b549a2852f990d29e4022845cb9dda3a352c)) -* **main:** echo off in startup ([2f60891](https://github.com/snolab/CapsLockX/commit/2f6089149c1360aad5c03082163d5e920f0f9d92)) -* **main:** qinjinwei ([112d671](https://github.com/snolab/CapsLockX/commit/112d6712e97582e1dbc396cc614cfd4dfdfe5c19)) -* **main:** update readme ([ce5169a](https://github.com/snolab/CapsLockX/commit/ce5169aacba147d048048ae7244b72fe5874eaef)) -* **Modules:** example lang ([0ef49e2](https://github.com/snolab/CapsLockX/commit/0ef49e2600a66ef0baf34a144e5cca9e3d68a5ff)) - -### [1.33.2](https://github.com/snolab/CapsLockX/compare/v1.33.1...v1.33.2) (2024-01-06) - - -### Bug Fixes -]]> +* **capslockx:** xflymsg ([6052549](https://github.com/snolab/CapsLockX/commit/605254966310d0c0f57138a54383ca39ff8760c7))]]> diff --git a/Modules/CLX-Userscripts.ahk b/Modules/CLX-Userscripts.ahk index b8c206e..050dd5e 100644 --- a/Modules/CLX-Userscripts.ahk +++ b/Modules/CLX-Userscripts.ahk @@ -59,7 +59,7 @@ UserModuleEdit(dir, filename := "") WinGetTitle, title, ahk_id %hWnd% match = %title% ahk_class %窗口类名% ahk_exe %进程名% - MsgBox % t("开始编辑用户脚本:") . %path% + MsgBox, % t("开始编辑用户脚本:") . path if (!FileExist(path)) { FileAppend, %快速窗口热键编辑初始内容%, %path% } diff --git a/package.json b/package.json index ea1c632..6aa6688 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capslockx", - "version": "1.34.2", + "version": "1.34.3", "description": "CapsLockX 提供一套超好上手的:鼠标模拟、编辑增强、虚拟桌面与窗口管理、应用内热键增强、JS数学表达式计算、等超多功能等你来定义。", "keywords": [ "CapsLockX" @@ -39,7 +39,7 @@ "build-tauri": "cd DevTools/CLXConfig.js && npm run build", "prepare": "husky install", "prerelease": "git diff --quiet || echo worktree not clean, commit it first", - "release": "bun upgrade && standard-version --commit-all && git push --follow-tag --all", + "release": "standard-version --commit-all && git push --follow-tag --all", "start": "CapsLockX.exe", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs",