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 6b819de commit fbbc40dCopy full SHA for fbbc40d
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [0.0.15] - 2025-06-23
2
+
3
+### 新增
4
+- 提示词支持备注字段,[issue#30](https://github.com/wenyuanw/quick-prompt/issues/30)
5
6
+### 修复
7
+- 修复Notion集成功能
8
9
## [0.0.14] - 2025-06-18
10
11
### 新增
package.json
@@ -2,7 +2,7 @@
"name": "quick-prompt",
"description": "Quick Prompt",
"private": true,
- "version": "0.0.14",
+ "version": "0.0.15",
"type": "module",
"scripts": {
"dev": "wxt",
0 commit comments