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 ac1c8c2 commit 4b1588bCopy full SHA for 4b1588b
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [0.0.14] - 2025-06-18
2
+
3
+### 新增
4
+- 提示词列表及选择器支持复制提示词内容,[issue#30](https://github.com/wenyuanw/quick-prompt/issues/30)
5
6
+### 优化
7
+- 部分界面样式优化
8
9
## [0.0.13] - 2025-06-12
10
11
### 新增
package.json
@@ -2,7 +2,7 @@
"name": "quick-prompt",
"description": "Quick Prompt",
"private": true,
- "version": "0.0.13",
+ "version": "0.0.14",
"type": "module",
"scripts": {
"dev": "wxt",
0 commit comments