Skip to content

Commit 18adb26

Browse files
committed
bump version and update license
1 parent e4a3c8a commit 18adb26

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.0.5
2+
- Add support for reasoning models `o1` and `o3` (and variants)
3+
14
# 2.0.4
25
- Fix a bug preventing new users from saving their API key
36

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Jeff Ober
3+
Copyright (c) 2025 Jeff Ober
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Page Summarizer",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"description": "Summarize web pages using OpenAI API",
66
"permissions": [
77
"activeTab",

0 commit comments

Comments
 (0)