Releases: ChatGPTBox-dev/chatGPTBox
Releases · ChatGPTBox-dev/chatGPTBox
v2.3.1
Features
- improve web mode notification (#309) (josc146)
- option to enable web mode history (#311) (josc146)
- an easier way to use different bing styles (#264) (josc146)
- getCoreContent adaptation for Wikipedia (#298) (josc146)
- option to display selection tools next to input box to avoid blocking (#271) (josc146)
- support for non-streamed responses (#294) (josc146)
- improve mobile view for firefox android (#305) (josc146)
Bug Fixes
Styles
- inline code block (josc146)
Chores
- autoClean => false (josc146)
Commits
v2.3.0
Features
- temperature config (#256) (josc146)
- improve chatgpt website notification (go back button, hide button) (#270, #287) (josc146)
- enabled API Modes option (#264) (josc146)
Bug Fixes
- findLastIndex compatibility (Firefox ESR) (#233) (josc146)
- safari compatibility (#255) (josc146)
- duplicate requests when in foreground mode (josc146)
Styles
- refactor option page sections (josc146)
Chores
Commits
v2.2.9
Features
- add more adatper (liujuntao(@liujuntao))
- resizable input box (#246, #266) (josc146)
- chatgpt web mode improvement, now when official website is open requests will be sent in the foreground (#25, #53, #65, #112, #127, #161, #192, #204, #230, #248, #281) (josc146)
Code Refactoring
- services (josc146)
Chores
- set background persistent to false (josc146)
- modify web api content to adapt chatgpt backend api (#285) (niceSprite(@NiceSprite))
- submit button position (josc146)
Commits
- b9097ac: upgrade packages (josc146)
- a62cf9c: Improve zh-hant local (@PeterDaveHello)
- 16d9fec: Enable user input while response is being processed (@tang-ji)
- 2e1dcf3: Change the cursor type of the Send button (@tang-ji)
- b833cd1: Change the submit button size (@tang-ji)
- ca708b1: Refactor input box styling for better organization (@tang-ji)
- c1d805f: fix a bug: I am considering replacing the 'class' attribute of the chatGptBox with the 'id' attribute because some unknown scripts in the Bing International search web page are automatically blocking elements with the 'class' attribute when they are prepended. However, elements with the 'id' attribute are not blocked. Therefore, the chatGptBox may disappear from the search page (@liujuntao)
- 19f1062: remove useless packages (josc146)
- 44a445e: format (josc146)
- 9b157ff: Align the "ask" button with the i18n keyword (#286) (@tang-ji)
v2.2.8
Features
- adapters for getCoreContent (google, google scholar, csdn) (josc146)
- getCoreContent adaptation for bing.com (josc146)
- auto focus to inputbox (issue: #243) (pr: #249) #249 (snoopy83)
- custom bot for poe.com (#189) (josc146)
- new selection tool
translate to english(#240) (josc146) Max Conversation Lengthsetting (#241) (josc146)- export conversations (#228) (josc146)
- activate existing conversation window by default (#222) (josc146)
Bug Fixes
- conversation of bing sydney mode (#236, #242) (josc146)
- crypto undefined on some websites, leading to session creation failure (#231) (josc146)
- refresh token after opening the official website to avoid expiration of authorization (#239) (josc146)
- floating tool created outside the window when it was on the edge (#222) (josc146)
Chores
- update locales (josc146)
- send cookie when requesting chatgpt accesstoken (josc146)
- more error details (#229) (josc146)
- add
createdAtandupdatedAtto session (josc146)
Commits
v2.2.7
v2.2.6
Bug Fixes
- continuous 403 error caused by still requesting the official website when using reverse proxy (#207) (josc146)
- repeated mounting of dynamic pages (josc146)
- when the conversation is empty and
Regenerate the answer after switching modelis set, switching model will send useless requests, resulting in the problem of inability to input (#210) (josc146) - katex render (#208) (josc146)
Styles
- error color (josc146)
Chores
Commits
v2.2.5
Features
- make maxResponseTokenLength configurable (#170, #171) (josc146)
- change the util component of code block to default semi-transparent, and become opaque when hovering (#183) (josc146)
- support waylaidwanderer self-hosted api (#182) (josc146)
- add option to always pin the floating window (#199) (josc146)
Styles
Chores
Commits
- 92d2589: release v2.2.4 (github-actions[bot])
- a19e029: update readme (josc146)
- c4ce2df: update readme (josc146)
- f460417: README_IN Update (@okkidwi) (Okki Dwi) #188
- 162afd8: chore (josc146)
- a6be4a7: update cn news (josc146)
- 289d355: update cn news (josc146)
- 87bd027: main.json update for Indonesian translations (@okkidwi) (Okki Dwi) #201
- 2ff0fee: fix json (josc146)
v2.2.4
Features
- sync sessions list of independent pages (josc146)
- Open Conversation Window in any program (#32, #100, #101) (josc146)
Bug Fixes
- make the conversation window of shortcut keys and right-click menus use real-time config model (josc146)
Chores
- better
openUrlfor independent conversation page (josc146)