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 6e3740c commit c47b773Copy full SHA for c47b773
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [1.0.1] - 2025-08-03
2
+
3
+### 新增
4
+- 提示词支持置顶功能
5
6
## [1.0.0] - 2025-07-25
7
8
### 新增
package.json
@@ -2,7 +2,7 @@
"name": "quick-prompt",
"description": "Quick Prompt",
"private": true,
- "version": "1.0.0",
+ "version": "1.0.1",
"type": "module",
"scripts": {
"dev": "wxt",
0 commit comments