Releases: josStorer/chatGPTBox
Releases · josStorer/chatGPTBox
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 Length
setting (#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
createdAt
andupdatedAt
to 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 model
is 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
openUrl
for independent conversation page (josc146)
Commits
v2.2.3
v2.2.2
v2.2.1
Features
Bug Fixes
- popup compatibility (josc146)
- site adapter switch not working for SPA (#147) (josc146)
- automatic position correction (#145) (josc146)
Styles
- set Independent Panel sidebar width to a fixed value and default collapsed (josc146)
Code Refactoring
Chores
- Add Indonesian (bahasa) translations (#135) #135 (Okki Dwi)
- add
in
to languageList (josc146) - redirect to the usage page when balance query fails (josc146)
- change default custom model to llama-7b-int4 (josc146)
- reduce the max height of conversation card (#141) (josc146)
- send complete cookie (#25, #112, #127, #150) (josc146)
Commits
v2.2.0
Features
- better error message (josc146)
- Independent Panel (#63, #120) (josc146)
- add entry for Independent Panel and Keyboard Shortcuts (josc146)
- add Settings button for Independent Panel (josc146)
- User Interface - de, es, fr, it, ja, ko, pt, ru (josc146)
- store conversation to independent page (#120, #138) (josc146)
Bug Fixes
- did not properly clean up message listener (josc146)
- did not keep modelName when clearing conversation (josc146)
- did not properly display custom model name (josc146)
- model name is not displayed correctly when there is no conversation (josc146)
- bad sessionId when clearing current conversation at Independent Panel (josc146)
Chores
- improve popup compatibility (josc146)
- remove useless updatePosition() (josc146)
- reduce package size (josc146)