Skip to content

Releases: WongSaang/chatgpt-ui

v2.4.8

18 Apr 10:17
Compare
Choose a tag to compare

Feature

French translation. Salute to @yblisss .

v2.4.7

18 Apr 06:26
Compare
Choose a tag to compare

v2.4.6

18 Apr 02:41
Compare
Choose a tag to compare

Changed

  1. Add independent plugin to put loading system configuration in the lifecycle hook "app:created". fix #120 (comment).
  2. Make the editor automatically focus after selecting a prompt.
  3. Upgrade Nuxt to version 3.4.

v2.4.5

17 Apr 02:23
9fe7943
Compare
Choose a tag to compare

Changed:

  1. Translated the login page and registration page.
  2. Added a language selection component to the login page.
  3. Added a default language configuration option.

❤️Thanks to @CheaterScript .

v2.4.4

11 Apr 07:33
Compare
Choose a tag to compare

Add Dockerfile and workflow for static hosting image

v2.4.3

11 Apr 02:36
Compare
Choose a tag to compare

Changed

  1. Fixed: Resending message when the visibility of the browser page changes , which causes slowdown or failure to receive messages
  2. Replace h3's proxyRequest with http-proxy-middleware.

v2.4.2

06 Apr 10:20
Compare
Choose a tag to compare

Support Frugal Mode

v2.4.1

06 Apr 08:09
Compare
Choose a tag to compare
  1. Fix the issue where useSettings does not work in SSR mode.
  2. Fix the issue of updating the number to a string type when clicking the plus or minus button in the input box when setting the model parameters.

v2.4.0

06 Apr 02:35
Compare
Choose a tag to compare

Feature

📢The client has been changed to the deployment method of SSR, which allows the client to use environment variables and improves the speed of the first screen loading.

Fixed

  • Code blocks cannot be copied in new messages.
  • Clicking "New Conversation" does not respond.

v2.3.9

02 Apr 07:44
Compare
Choose a tag to compare

Optimize the layout of message content