Skip to content

Latest commit

 

History

History
127 lines (72 loc) · 1.93 KB

File metadata and controls

127 lines (72 loc) · 1.93 KB

0.3.0

This is a breaking change and requires the backend with version 0.3.x.

What's new

  • [Breaking] Support tool calling.
  • [Breaking] Support file operations.

Fixes

Changes

0.2.0

This is a breaking change and requires the backend with version 0.2.x.

What's new

  • [Breaking] Add adaptive application level message compression.
  • Convert all images to jpeg for better efficiency and compatibility.

Fixes

Changes

0.1.7

What's new

Fixes

  • Fix input box input location jumping on chinese character input or dragging.

Changes

  • Remember input box size when switching chats
  • Remember scroll location when switching chats

0.1.6

What's new

Fixes

  • Fix code block double border issue
  • Fix unspecified / unsupported code block styling issue

Changes

0.1.5

What's new

  • Add copy button for code blocks

Fixes

  • Fix context menu out of view issue
  • Fix cannot scroll when waiting for first generation issue

Changes

0.1.4

What's new

  • Add OpenAI provider
  • Add privacy policy
  • Add rename and delete chat context menu

Fixes

Changes

  • Slightly adjust layout

0.1.3

What's new

Fixes

  • Pin libsodium version. The new version is missing files.

Changes

  • Remove dev pages.

0.1.2

What's new

  • Add hide side bar function
  • Add login error notification
  • Redirect to login if refreshed on other pages
  • Show error message when generation failed

Fixes

  • (Try) turn off autocompletion for api key
  • Avoid closing dialog on text selection
  • Solve performance problem when switching away from a heavy chat
  • Fix resizing

Changes

  • Make the icon transparent
  • Remove the fake "set as default" button
  • Switch to new chat right after its creation

0.1.1

What's new

  • Implemented color mode switching.
  • Add settings for color mode in ui-settings.

Fixes

  • Fix unreadable text when the system is in dark mode.

Changes

0.1.0

Initial version