Skip to content

Releases: animalnots/BetterChatGPT-PLUS

v1.8.1

30 Aug 10:42
0fa0949
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

29 Aug 12:48
c015c4b
Compare
Choose a tag to compare

What's Changed

  1. Fixed import of openai profile export
  2. Added handling of storage overflow
  3. Updated models.json
  4. Added ability to reduce messages in chats to enhance visual performance

Full Changelog: v1.7.0...v1.8.0

v1.7.0

15 Aug 14:49
1851642
Compare
Choose a tag to compare

v.1.6.0 with fixed models list

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

15 Aug 12:45
d7cc08c
Compare
Choose a tag to compare

What's Changed

  • Added support for models parsing based on openrouter API by @animalnots in #40
image image image

Fixes

  • Image is ignored / not sent when it's the only content in new chat #39
  • Centralize the adding of models #16

Full Changelog: v1.5.0...v1.6.0

v.1.5.0

12 Aug 10:28
f8ba356
Compare
Choose a tag to compare

What's Changed

  • Bug fix/import json and added ability to import json from OpenAI playground by @animalnots in #34
image
  • Added support to allow specifying model for title generation by @animalnots in #35
image image
  • Fixed import from bettergpt and changed default model by @animalnots in #37

Full Changelog: v1.4.0...v1.5.0

v1.4.0

07 Aug 00:40
e4e73ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

25 Jul 14:53
06b8f16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

07 Jul 13:51
0dbdefd
Compare
Choose a tag to compare

Release 1.2.0 Changelog

New Features

  • Added support to paste images from clipboard: Now you can easily paste images directly from your clipboard into the chat.

Improvements

  • Replaced folder icon with attachment icon and moved it to the bottom left:
    • Before: before
    • After: after
    • Reason: Improved discoverability and user experience (UX).

v.1.1.1

07 Jul 09:41
Compare
Choose a tag to compare

Release Changelog

New Features

  • Vision Capabilities / Image Support:
    • Added by @lectrician1 in PR #500.
    • Support for specifying image URLs instead of uploading base64 images, reducing chat size and storage strain.
Screenshot of a chat interface showing a Google Doodle and a conversation about its description
  • Notification System:

    • Added react-toastify to decouple notifications from storage, allowing error display regardless of storage status.
  • Cross-Environment Support:

    • Added cross-env package to enable yarn debug on Windows.
    • Debug configuration added to package.json for Windows compatibility.
  • API Configuration:

    • Added ability to specify API version in the configuration to avoid hardcoding.

Improvements

  • Minor Fixes:

    • Various minor TSX fixes to enable desktop builds on Windows.
  • User Interface Enhancements:

    • Added ability to resize the chat window for better visibility.
    • Added bulk moving/deleting chats functionality with shift + click for multiple selections.
    • Fixed migration naming convention for consistency.
    Screenshot of a chat application showing multiple chat folders and options
  • Options Bar:

    • Made the options bar fixed at the top of the screen to facilitate parameter changes without constant scrolling.
    • Implemented by @maozdemir in PR #571.