Releases: TannerMidd/minimal-chat
Releases · TannerMidd/minimal-chat
V3.1.0 Conversation Imports and Exports
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.
- Dev/export conversations by @Fingerthief in #27
Full Changelog: V3.0.0...v3.1.0
V3.0.0 - PaLM Model Support Added, Swipe Gestures, and More!
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!
- 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
Full Changelog: v2.0.5...v2.0.6
Message Area Styling Tweaks
Full Changelog: v2.0.4...v2.0.5
Fixed Issue Causing API Key to Be Removed From Storage
Added Auto Save Option for New Conversations
- Added the ability to toggle whether whenever users create a new conversation thread that the conversation is automatically saved. If a user selects
Nothen conversations are only saved when users press thesaveicon.
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
Adjusted the main theme to be darker, I need dark.
What's Changed
- Slight theme tweaks by @Fingerthief in #18
Full Changelog: v2.0.2...V2.0.3
V2.0.1 UI Improvements & GPT4 Model Option Now Live
Full Changelog: V2.0.0...V2.0.1
- General UI improvements so
preblocks 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
What's Changed
- Added a floating search button by @TannerMiddleton in #11
- Feature/add dall e image generation by @TannerMiddleton in #12
Full Changelog: V1.2.0...V2.0.0