Skip to content

Latest commit

 

History

History
69 lines (27 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

69 lines (27 loc) · 2.4 KB

0.5.0 (2023-07-13)

Features

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)

0.4.0 (2023-07-09)

Features

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

0.3.0 (2023-07-05)

Features

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

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)

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.

0.1.0 (2023-04-25)

Features

ChatWizard v0.1.0 released!