Skip to content

Commit

Permalink
0.12.0 (2023/11/13)
Browse files Browse the repository at this point in the history
  - Fix few bugs due to ChatGPT layout structure changes.
  • Loading branch information
doggy8088 committed Nov 12, 2023
1 parent 76efb88 commit 82091f8
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 128 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

- 0.12.0 (2023/11/13)

- Fix few bugs due to ChatGPT layout structure changes.

- 0.11.0 (2023/10/18)

- Fix a bug due to ChatGPT layout structure changes.
Expand Down
4 changes: 2 additions & 2 deletions PUBLISH.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Pubilsh Notes

1. Simply zip whole folder as a zip file such as `ChatGPTToolkitExtension_v0.11.0.zip`
1. Simply zip whole folder as a zip file such as `ChatGPTToolkitExtension_v0.12.0.zip`

```sh
7z a ChatGPTToolkitExtension_v0.11.0.zip _locales images scripts CHANGELOG.md manifest.json README.md
7z a ChatGPTToolkitExtension_v0.12.0.zip _locales images scripts CHANGELOG.md manifest.json README.md
```

2. Publish to Chrome Web Store.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ChatGPT 萬能工具箱提供 ChatGPT 網站一些好用的額外功能,可以

1. 自動從 URL 填入提示:這可以讓你把常用的提示詞(Prompt)透過「書籤」的方式保存下來,並在需要的時候可以快速填入。
2. 在 ChatGPT 回應的地方出現自動提示按鈕,這些常用的提示詞可以透過按鈕自動輸入。
3. 在 ChatGPT 已經提問的文字左側的使用者頭像上按滑鼠左鍵兩下,可以直接編輯提示詞。
3. 在 ChatGPT 已經提問的文字左側的使用者頭像上或文字上按滑鼠左鍵兩下,可以直接編輯提示詞。

以後會陸續推出好用功能,歡迎大家提供想法與建議。

Expand Down Expand Up @@ -54,7 +54,7 @@ The ChatGPT Toolbox provides some useful additional features for the ChatGPT web
1. Automatic prompt filling from URL: This allows you to save commonly used prompts as bookmarks and quickly fill them in when needed.
2. Automatic prompt buttons in the ChatGPT response. These commonly used prompts can be automatically entered through a button.
3. You can directly edit the prompt by double-clicking on the user icon of the left side of the user's prompt text.
3. You can directly edit the prompt by double-clicking on the user entered prompt text or user's image.
More useful features will be launched in the future, and everyone is welcome to provide ideas and suggestions.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_chatgpttoolkit_name__",
"description": "__MSG_chatgpttoolkit_description__",
"version": "0.11.0",
"version": "0.12.0",
"default_locale": "zh_TW",
"author": "__MSG_chatgpttoolkit_author__",
"icons": {
Expand Down
Loading

0 comments on commit 82091f8

Please sign in to comment.