v0.8.6-beta3
Small beta patch with a few cool features.
Features:
- Chat Searching
- You can now search for specific strings within the ChatDrawer.
- This feature has some limitations, as it will also show swipes which aren't the current active swipe in a chat.
- Hide Text
- You can now specify regex to hide text patterns in your chats from view.
- This is available in the formatting menu.
- Custom Backgrounds
- You can now upload images to be used as backgrounds in Chats.
- This is accessible in Settings > Style > Import Chat Background.
Changes:
- The CharacterList and ChatWindow now exists in separate screens - your tags and filtering / searches should no longer reset when loading a Chat.
- Max Context size now has a limit of 128k.
- Updated TextBox popup style.
- Refactored entire Drawer system to use unified Drawer component and subitems. This is mostly for code cleanliness and reducing duplication.
- This was also done to persist drawer states, so the new chat search feature will not reset its state so long as the current character is maintained.
Fixes:
- Inline
<think> ... </think>
tags not splitting text properly. - CharacterList getting cut off.
- Chats something crashing when deleting messages.
- ChatEditor not updating when loading messages with blank entries.