Skip to content

Releases: CiroLee/ChatY

v0.1.2

15 Jun 12:53
Compare
Choose a tag to compare

Features:

  • support pinned a session

other optimizations

v0.1.1

09 Jun 08:05
Compare
Choose a tag to compare

Optimize:

  • optimize styles to make it more native
    Fix:
  • fix the bug that input is not put away when it is finished in full-screen input mode

v0.1.0

20 May 17:43
Compare
Choose a tag to compare

Features:

  • chat support for independent parameter settings

Optimization:

  • optimize total token display
  • other style optimizations

v0.0.7

15 May 10:10
Compare
Choose a tag to compare

Fix:

  • fix the chat-status style bug in the titleBar
  • fix the bug of carrying line number when copying codes manually

v0.0.6

13 May 19:19
Compare
Choose a tag to compare

Features:

  • refactor: refactor the chat mode. remove the context range selection function and add continuous chat mode.
  • add max token limit tips(if you open show-count setting).

v0.0.5

10 May 18:04
Compare
Choose a tag to compare

fix:

  • fix the overflow bug when in multi-select mode

v0.0.4

09 May 14:43
Compare
Choose a tag to compare

bugfix:

  • cannot copy content to clipboard. #1

other:

  • style optimization

v0.0.3

08 May 09:36
Compare
Choose a tag to compare
  • feat: add account limit search
  • feat: support render math in markdown
  • feat: add multi-select of chats and after operation
  • other optimization

0.0.2

03 May 17:44
Compare
Choose a tag to compare
  • feat: support i18n and style optimize
  • perf: feat: increase Textarea maxlength to 1000.and optmize Input and Textarea count render

0.0.1

02 May 16:28
Compare
Choose a tag to compare
  • feat: add token count
  • feat: add comfirm before delete chat
  • add default chatbot and opt init logic
  • other optimize