Skip to content

Commit d540aed

Browse files
committed
v1.6.0
1 parent 3fae3a2 commit d540aed

File tree

4 files changed

+103
-18
lines changed

4 files changed

+103
-18
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.6.0
2+
3+
Features
4+
5+
- Can now save from a context menu (right click on the page)
6+
7+
Fixes
8+
9+
- Fixed the "Receiving end does not exist" error
10+
- Various small fixes
11+
12+
Misc
13+
14+
- Started refactoring the codebase to make it more maintainable & easier to document
15+
116
## 1.5.2
217

318
Fixes

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ As this is my first time building a project that is open to contributions I will
2828

2929
These are the things that I plan to work on at some point. I hope to have the following (ranked by priority) done in the near future:
3030

31-
- [ ] Support ChatGPT websearch and plugins (might already be the case but I couldn't test it yet)
32-
- [ ] Document the code properly for anyone who's interested
31+
- [ ] Extended support for code interpreter & plugins
32+
- [ ] Document the code properly for anyone who's interested (WIP)
3333
- [ ] Keyboard shortcuts
3434
- [ ] Improved chat formatting on some edge cases
35-
- [x] Choose between saving an individual response to a new page or appending it to an existing page
36-
- [x] Possibility to autosave conversations
37-
- [x] Customize the page title upon saving (will assess if this is truly possible/useful)
35+
- [x] Support ChatGPT websearch and plugins

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@
3737
"default_locale": "en",
3838
"host_permissions": [
3939
"https://api.notion.com/*",
40-
"https://chatgpt-to-notion.onrender.com/*"
40+
"https://chatgpt-to-notion.onrender.com/*",
41+
"https://chat.openai.com/*"
4142
],
4243
"permissions": [
43-
"tabs"
44+
"tabs",
45+
"contextMenus",
46+
"scripting"
4447
]
4548
}
4649
}

pnpm-lock.yaml

+80-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)