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 a6dc4cd commit 87629fdCopy full SHA for 87629fd
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [1.0.3] - 2025-09-12
2
+
3
+### 修复
4
+- ChatGPT 页面换行符丢失问题,[issue#42](https://github.com/wenyuanw/quick-prompt/issues/42)
5
6
## [1.0.2] - 2025-09-12
7
8
### 新增
package.json
@@ -2,7 +2,7 @@
"name": "quick-prompt",
"description": "Quick Prompt",
"private": true,
- "version": "1.0.2",
+ "version": "1.0.3",
"type": "module",
"scripts": {
"dev": "wxt",
0 commit comments