Skip to content

Releases: lisiur/ChatWizard

ChatWizard v0.9.0

13 Nov 03:02
Compare
Choose a tag to compare

0.9.0 (2023-11-13)

Features

ChatWizard v0.8.0

22 Sep 06:45
Compare
Choose a tag to compare

0.8.0 (2023-09-22)

Performance Improvements

ChatWizard v0.7.0

12 Sep 03:25
Compare
Choose a tag to compare

0.7.0 (2023-09-12)

Bug Fixes

  • fix messages sometimes not shown when clicking a chat (65e3501), closes #64
  • fix the issue of being unable to copy on the web (30e9f9d), closes #62

Features

  • add mlc compatibility (495885f), closes #65
  • improve issue templates with Form Schema (b6fe3c6)
  • improve Issue templates with Form Schema (3661260)

ChatWizard v0.6.0

01 Aug 05:30
Compare
Choose a tag to compare

0.6.0 (2023-08-01)

Features

ChatWizard v0.5.0

13 Jul 02:48
Compare
Choose a tag to compare

0.5.0 (2023-07-13)

Features

ChatWizard v0.4.1

10 Jul 04:11
Compare
Choose a tag to compare

0.4.1 (2023-07-10)

Bug Fixes

  • fix compatibility issue with LocalAI (d8149a1), closes #56
  • fix user input's link not displaying issue (070cf8b)
  • fix user input's link not opening in default browser (dfdb43b)

ChatWizard v0.4.0

09 Jul 11:45
Compare
Choose a tag to compare

0.4.0 (2023-07-09)

Features

  • support copying code block and highlighting user input's code (bf8b19d), closes #52

ChatWizard v0.3.0

05 Jul 10:52
Compare
Choose a tag to compare

0.3.0 (2023-07-05)

Features

  • support editing chat models (e706cc0), closes #54

ChatWizard v0.2.1

15 May 06:39
Compare
Choose a tag to compare

0.2.1 (2023-05-15)

Bug Fixes

  • gui: fix chat config display error (0763803), closes #49

Features

  • optimize the history operation experience (b53b134)
  • plugin: add host-print (197861b)

ChatWizard v0.2.0

05 May 11:10
Compare
Choose a tag to compare

0.2.0 (2023-05-05)

Features

  • plugin now can use host_openai_stream to send request and use host_receive to receive response from openai server.
  • plugin now can use host_input to get user input from terminal.