Skip to content

Releases: hahastudio/FlutterChat

1.0.9

15 Jun 14:02
Compare
Choose a tag to compare

New:

  1. Support new model gpt-3.5-turbo-16k

Full Changelog: 1.0.8...1.0.9

1.0.8

22 Apr 09:35
Compare
Choose a tag to compare

New:

  1. Add a context menu when tapping on the role icon. It allows to copy the whole message.
  2. Add an option to control message rendering widget: Markdown or Plain Text.

Fix:

  1. Try to fix the issue #2 that sometimes the overscroll animation may be stuck.

Full Changelog: 1.0.7...1.0.8

1.0.7

16 Apr 03:45
Compare
Choose a tag to compare

New:

  1. Support tablet view

Full Changelog: 1.0.6...1.0.7

1.0.6

08 Apr 07:21
Compare
Choose a tag to compare

New:

  1. Support customized API Host

Full Changelog: 1.0.5...1.0.6

1.0.5

02 Apr 14:47
Compare
Choose a tag to compare

New:

  1. Support to limit the count of conversation history when sending
  2. Support to show token usage in real time

Full Changelog: 1.0.4...1.0.5

1.0.4

26 Mar 08:20
Compare
Choose a tag to compare

New:

  1. Edit conversation in chat screen
  2. Support to clear conversation history
  3. Support to choose GPT model

Fix:

  1. Some token may be dropped when streaming message

Full Changelog: 1.0.3...1.0.4

1.0.3

18 Mar 09:54
Compare
Choose a tag to compare

New:

  1. Support streaming message

Full Changelog: 1.0.2...1.0.3

1.0.2

14 Mar 15:00
Compare
Choose a tag to compare

New:

  1. Use flutter_markdown to render messages
  2. Add button to resend last user message

Full Changelog: 1.0.0...1.0.2

1.0.0 First Release

12 Mar 13:34
Compare
Choose a tag to compare

This is the first release of Flutter Chat.

See the README for more details and a list of features. Future releases will have a changelog.

Full Changelog: https://github.com/hahastudio/FlutterChat/commits/1.0.0