v0.10.0-beta1
Pre-release
Pre-release
v0.10.0-beta1
DISCLAIMER: This update comes with beta features and migrates chat system, data could be lost. Be sure to backup your database before updating!
Features:
- Internationalization (i18n)
- ChatterUI now supports translations files for the primary UI:
- Supported Languages:
enzhruin
- You can override language settings in
Settings>Set Language - Refer to #559 if you want to contribute your own language!
- Disclaimer: Many translations were done by machine, so they may not be contextually correct.
- Author Notes!
- Allows you to inject guidance text at a specific depth, can be stored per chat, character and globally.
- Quote markdown now supports more quote types
- Chat Input - Keyboard is now dismissed on pressing send
- Added a
Jump to Endbutton after scrolling up for a while - Added a token count estimator in chat (will not work on older chats until a new message is sent)
- Updated to latest llama.cpp
Changes:
- Reworked Connection Editor UI
- Added exiting animations to
BottomSheetcomponents - Removed many redundant rerenders
- Character Cards without images can now be exported as JSON
- Prefills for Claude are no longer supported due to deprecation
- Under the hood:
- Chat states are now managed completely differently UI-wise and should no longer hog massive amounts of memory for long chats.
- The chat window is no longer tied to a zustand state, removed many redundant functions where state and storage updates had to be optimistically updated
- The context builder has been revamped, and may cause issues
- Updated to Expo SDK 56 with improvements to UI animations and startup time
- Migrated to
react-native-vector-icons - Context Menus have been reworked fully
Fixes:
- Unicode quotes should no longer crash chats
- Uncaught error in connection model parsing
- RTL streaming for specific languages
- Print Context will no longer print media data which was causing crashes
- Chat auto-generated names should no longer include reasoning in Remote mode
- Fixed Character Card Exports not using the
charaPNG tEXt chunk keyword. - Fixed being able to press send twice in a chat during generation