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 7ce9198 commit 3c8e304Copy full SHA for 3c8e304
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## [0.0.11] - 2025-05-26
2
+
3
+### 新增
4
+- **谷歌身份验证** [@Alphamancer](https://github.com/Alphamancer)
5
+ - 支持用户通过Google账号登录
6
7
+- **Notion API集成** [@Alphamancer](https://github.com/Alphamancer)
8
+ - 实现提示词与Notion数据库双向同步
9
+ - 支持从Notion导入提示词
10
+ - 支持将本地提示词导出到Notion
11
12
## [0.0.10] - 2025-05-23
13
14
### 新增
package.json
@@ -2,7 +2,7 @@
"name": "quick-prompt",
"description": "Quick Prompt",
"private": true,
- "version": "0.0.10",
+ "version": "0.0.11",
"type": "module",
"scripts": {
"dev": "wxt",
0 commit comments