Skip to content

Releases: josStorer/chatGPTBox

v2.2.9

27 Apr 15:03
Compare
Choose a tag to compare

Features

Code Refactoring

Chores

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

21 Apr 14:53
Compare
Choose a tag to compare

Features

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 and updatedAt to session (josc146)

Commits

  • f6bc03b: release v2.2.7 (github-actions[bot])
  • ce3f61b: update readme (josc146)

v2.2.7

17 Apr 13:50
Compare
Choose a tag to compare

Features

Styles

  • increase the paragraph spacing (josc146)
  • floating toolbar compatibility (#222) (josc146)

Chores

Commits

v2.2.6

13 Apr 12:59
Compare
Choose a tag to compare

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

Chores

  • remove chinese in CompletionPromptBase (#211) (josc146)

Commits

  • d19d41d: release v2.2.5 (github-actions[bot])
  • 894243a: update readme (josc146)

v2.2.5

12 Apr 14:37
Compare
Choose a tag to compare

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

  • compatible credit_grants (josc146)
  • reduce the default activated SelectionTools (josc146)

Commits

v2.2.4

08 Apr 13:56
Compare
Choose a tag to compare

Features

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

  • e718e37: release v2.2.3 (github-actions[bot])
  • be02ae2: update readme (josc146)
  • ea2f400: README enhancement/improvement (Peter Dave Hello) #157

v2.2.3

06 Apr 12:13
Compare
Choose a tag to compare

Bug Fixes

  • cannot stop when using azure openai api (josc146)

Commits

  • 47b1df3: release v2.2.2 (github-actions[bot])

v2.2.2

06 Apr 09:08
Compare
Choose a tag to compare

Bug Fixes

Commits

  • ac3fa54: release v2.2.1 (github-actions[bot])
  • 092d1fd: update readme (josc146)
  • c8d0f42: Improve zh-hant locale (Peter Dave Hello) #154

v2.2.1

05 Apr 09:29
Compare
Choose a tag to compare

Features

Bug Fixes

Styles

  • set Independent Panel sidebar width to a fixed value and default collapsed (josc146)

Code Refactoring

  • setAbortController (josc146)
  • getConversationPairs and promptBase (josc146)

Chores

Commits

  • 9858413: release v2.2.0 (github-actions[bot])
  • 01a1552: update readme (josc146)
  • 42a68f4: update readme (josc146)
  • f31a6d3: update verify config (josc146)

v2.2.0

02 Apr 15:29
Compare
Choose a tag to compare

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)

Commits

  • 42538e4: release v2.1.9 (github-actions[bot])
  • d44a7d6: release v2.1.9.1 (github-actions[bot])