We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc611f commit 5554069Copy full SHA for 5554069
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## [0.0.13] - 2025-06-12
2
+
3
+### 新增
4
+- i18n 支持
5
+- 全局配置页面
6
+ - 支持配置弹窗关闭行为
7
+ - 配置快捷键(跳转至浏览器快捷键设置页面)
8
9
+### 优化
10
+- 界面优化
11
12
## [0.0.12] - 2025-05-31
13
14
### 优化
package.json
@@ -2,7 +2,7 @@
"name": "quick-prompt",
"description": "Quick Prompt",
"private": true,
- "version": "0.0.12",
+ "version": "0.0.13",
"type": "module",
"scripts": {
"dev": "wxt",
0 commit comments