We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5792a4 commit 749789eCopy full SHA for 749789e
CHANGES.md
@@ -1,3 +1,6 @@
1
+# 2.0.4
2
+- Fix a bug preventing new users from saving their API key
3
+
4
# 2.0.3
5
- Auto-populate model options from OpenAI API
6
- Default model is updated to `gpt-4o-mini`
manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Page Summarizer",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "Summarize web pages using OpenAI API",
"permissions": [
7
"activeTab",
0 commit comments