Releases: animalnots/BetterChatGPT-PLUS
Releases · animalnots/BetterChatGPT-PLUS
v1.8.1
What's Changed
- Fixed app not working for new users by @animalnots in #51
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- Fixed import of openai profile export
- Added handling of storage overflow
- Updated models.json
- Added ability to reduce messages in chats to enhance visual performance
- Bug fix/import openai data export by @animalnots in #48
- v.1.7.0 by @animalnots in #49
Full Changelog: v1.7.0...v1.8.0
v1.7.0
v.1.6.0 with fixed models list
What's Changed
- Hotfix for model list by @animalnots in #43
see main release https://github.com/animalnots/BetterChatGPT-PLUS/releases/tag/v1.6.0
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Added support for models parsing based on openrouter API by @animalnots in #40
- Image QoL and token count by @animalnots in #41
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
What's Changed
- Bug fix/import json and added ability to import json from OpenAI playground by @animalnots in #34
- Added support to allow specifying model for title generation by @animalnots in #35
- Added image zoom functionality by @animalnots in #36
- Fixed import from bettergpt and changed default model by @animalnots in #37
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Added support for gpt-4o-2024-08-06 model by @animalnots in #28
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Add gpt-4o-mini by @yaner-here in #23
New Contributors
- @yaner-here made their first contribution in #23
Full Changelog: v1.2.0...v1.3.0
v1.2.0
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
v.1.1.1
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.
-
Notification System:
- Added
react-toastify
to decouple notifications from storage, allowing error display regardless of storage status.
- Added
-
Cross-Environment Support:
- Added
cross-env
package to enableyarn debug
on Windows. - Debug configuration added to
package.json
for Windows compatibility.
- Added
-
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.
-
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.