Skip to content

Releases: TannerMidd/minimal-chat

V3.1.0 Conversation Imports and Exports

29 Jul 20:52
4ab6858

Choose a tag to compare

What's Changed

  • Added the ability to export your conversations as well as import conversations from another MinimalGPT chat instance.
  • Small tweaks the styling for buttons on the Settings and Conversations dialogs.

Full Changelog: V3.0.0...v3.1.0

V3.0.0 - PaLM Model Support Added, Swipe Gestures, and More!

29 Jul 16:48
3011ce0

Choose a tag to compare

What's Changed

  • Added Google PaLM model support
  • Added ability to switch models mid conversation and maintain context
  • Added a new conversations dialog similar to the settings dialog replacing the old janky dropdown list
  • Rewrote the conversations system to be much much more efficient as well as less prone to bugs.
  • Conversation deletions are also faster and more reliable now
  • Added swipe gestures (left and right) to open the Settings and Conversations panel
  • Application now indicates what model is being used via the application name on the header. Either MinimalGPT or MinimalPaLM depending on the model selected.
  • Increased main header buttons size

Expect some bugs! There are a lot of changes in this release and I expect a few hiccups here and there.

Full Changelog: v2.1.0...V3.0.0

Theme Overhaul Complete!

23 Jul 17:11
73a8356

Choose a tag to compare

  • Rounded the message bubbles slightly
  • Change the send message icon
  • Fixed some general spacing in the messaging UI
  • Application wide theme overhaul

Full Changelog: v2.0.6...v2.1.0

Message Bubble and Icon Color Theme Tweaks

23 Jul 15:57

Choose a tag to compare

Message Area Styling Tweaks

23 Jul 11:30

Choose a tag to compare

Fixed Issue Causing API Key to Be Removed From Storage

22 Jul 23:21

Choose a tag to compare

Added Auto Save Option for New Conversations

22 Jul 21:28
ad689b6

Choose a tag to compare

  • Added the ability to toggle whether whenever users create a new conversation thread that the conversation is automatically saved. If a user selects No then conversations are only saved when users press the save icon.

What's Changed

  • Added auto save option and fixed search bar z index by @Fingerthief in #17

Full Changelog: V2.0.1...v2.0.2

V2.0.3

22 Jul 21:53
a072106

Choose a tag to compare

Adjusted the main theme to be darker, I need dark.

What's Changed

Full Changelog: v2.0.2...V2.0.3

V2.0.1 UI Improvements & GPT4 Model Option Now Live

06 May 22:31

Choose a tag to compare

Full Changelog: V2.0.0...V2.0.1

  • General UI improvements so pre blocks don't overflow out of their containers.
  • Fixed GPT/DALL-E Message labels not appearing
  • Removed the "Not Implemented" text from the GPT4 Model option. I have now tested and confirmed GPT4 works as intended.
  • Fixed expired DALL-E image links from overflowing out of message bubbles.

V2.0.0 DALL-E Integration

30 Apr 00:50
8d85535

Choose a tag to compare

What's Changed

Full Changelog: V1.2.0...V2.0.0