diff --git a/CHANGELOG.md b/CHANGELOG.md index 428dd7f..72b407c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.32.4](https://github.com/snolab/CapsLockX/compare/v1.32.3...v1.32.4) (2023-11-26) + + +### Bug Fixes + +* **Modules:** ifly update ([3b37021](https://github.com/snolab/CapsLockX/commit/3b370218a8b5c295d441797d671bada933e3c52b)) + ### [1.32.3](https://github.com/snolab/CapsLockX/compare/v1.32.2...v1.32.3) (2023-11-23) diff --git a/Core/version.txt b/Core/version.txt index d6b18b9..69fde30 100644 --- a/Core/version.txt +++ b/Core/version.txt @@ -1 +1 @@ -1.32.3 \ No newline at end of file +1.32.4 \ No newline at end of file diff --git a/DevTools/choco/CapsLockX.nuspec b/DevTools/choco/CapsLockX.nuspec index ef42b53..4b007b9 100644 --- a/DevTools/choco/CapsLockX.nuspec +++ b/DevTools/choco/CapsLockX.nuspec @@ -2,7 +2,7 @@ CapsLockX - 1.32.3 + 1.32.4 snomiao snomiao Copyright (C) Snowstar Laboratory 2017-2022 @@ -65,6 +65,13 @@ 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.32.4](https://github.com/snolab/CapsLockX/compare/v1.32.3...v1.32.4) (2023-11-26) + + +### Bug Fixes + +* **Modules:** ifly update ([3b37021](https://github.com/snolab/CapsLockX/commit/3b370218a8b5c295d441797d671bada933e3c52b)) + ### [1.32.3](https://github.com/snolab/CapsLockX/compare/v1.32.2...v1.32.3) (2023-11-23) @@ -112,13 +119,6 @@ All notable changes to this project will be documented in this file. See [standa ### Features - -* **window:** skip topmost win while arrange ([f4f2879](https://github.com/snolab/CapsLockX/commit/f4f2879f4f5f2047d0dc2c56e3ed89c4baa60837)) - - -### Bug Fixes - -* **go:** push ([38d3145](https://github.com/snolab/CapsLockX/commit/38d3145f3fdd6f41c8467ac6ceb0848f2d7ccb19)) ]]> diff --git a/Tools/VoiceHelper.ahk b/Tools/VoiceHelper.ahk new file mode 100644 index 0000000..610f4ce --- /dev/null +++ b/Tools/VoiceHelper.ahk @@ -0,0 +1,12 @@ + +; ToolTip( 123) +; run https://srf.xunfei.cn/#/ + + +~^s:: Reload + +; Return:: send `\n` + +; :*?:u8::ü +; :*?:Return::\n + diff --git a/package.json b/package.json index ae9d2d7..e8e2b33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capslockx", - "version": "1.32.3", + "version": "1.32.4", "description": "CapsLockX 提供一套超好上手的:鼠标模拟、编辑增强、虚拟桌面与窗口管理、应用内热键增强、JS数学表达式计算、等超多功能等你来定义。", "keywords": [ "CapsLockX" @@ -51,7 +51,7 @@ "devDependencies": { "@types/inquirer": "^9.0.7", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.9.4", + "@types/node": "^20.10.0", "@types/pinyin": "^2.10.2", "dotenv": "^16.3.1", "enquirer": "^2.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b76c79..959d6a5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ devDependencies: specifier: ^4.17.12 version: 4.17.12 '@types/node': - specifier: ^20.9.4 - version: 20.9.4 + specifier: ^20.10.0 + version: 20.10.0 '@types/pinyin': specifier: ^2.10.2 version: 2.10.2 @@ -464,7 +464,7 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.9.4 + '@types/node': 20.10.0 dev: true /@types/inquirer@9.0.7: @@ -503,18 +503,18 @@ packages: /@types/node-fetch@2.6.9: resolution: {integrity: sha512-bQVlnMLFJ2d35DkPNjEPmd9ueO/rh5EiaZt2bhqiSarPjZIuIV6bPQVqcrEyvNo+AfTrRGVazle1tl597w3gfA==} dependencies: - '@types/node': 20.9.4 + '@types/node': 20.10.0 form-data: 4.0.0 dev: true - /@types/node@18.18.12: - resolution: {integrity: sha512-G7slVfkwOm7g8VqcEF1/5SXiMjP3Tbt+pXDU3r/qhlM2KkGm786DUD4xyMA2QzEElFrv/KZV9gjygv4LnkpbMQ==} + /@types/node@18.18.13: + resolution: {integrity: sha512-vXYZGRrSCreZmq1rEjMRLXJhiy8MrIeVasx+PCVlP414N7CJLHnMf+juVvjdprHyH+XRy3zKZLHeNueOpJCn0g==} dependencies: undici-types: 5.26.5 dev: true - /@types/node@20.9.4: - resolution: {integrity: sha512-wmyg8HUhcn6ACjsn8oKYjkN/zUzQeNtMy44weTJSM6p4MMzEOuKbA3OjJ267uPCOW7Xex9dyrNTful8XTQYoDA==} + /@types/node@20.10.0: + resolution: {integrity: sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==} dependencies: undici-types: 5.26.5 dev: true @@ -534,7 +534,7 @@ packages: /@types/through@0.0.33: resolution: {integrity: sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==} dependencies: - '@types/node': 20.9.4 + '@types/node': 20.10.0 dev: true /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.54.0)(typescript@4.9.5): @@ -1041,8 +1041,8 @@ packages: restore-cursor: 4.0.0 dev: true - /cli-spinners@2.9.1: - resolution: {integrity: sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==} + /cli-spinners@2.9.2: + resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} engines: {node: '>=6'} dev: true @@ -3389,7 +3389,7 @@ packages: resolution: {integrity: sha512-VbAYerNZFfIIeESS+OL9vgDkK8Mnri55n+jN0UN/HZeuM0ghGh6nDN6UGRZxslNgyJ7XmY/Ca9DO4YYyvrszGA==} hasBin: true dependencies: - '@types/node': 18.18.12 + '@types/node': 18.18.13 '@types/node-fetch': 2.6.9 abort-controller: 3.0.0 agentkeepalive: 4.5.0 @@ -3421,7 +3421,7 @@ packages: bl: 4.1.0 chalk: 4.1.2 cli-cursor: 3.1.0 - cli-spinners: 2.9.1 + cli-spinners: 2.9.2 is-interactive: 1.0.0 is-unicode-supported: 0.1.0 log-symbols: 4.1.0