Skip to content

v0.8.3-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Vali-98 Vali-98 released this 26 Nov 16:06
· 101 commits to master since this release

v0.8.3-beta2

Another beta with a few fixes.

Known Issues:

  • Popups in screen headers may be incorrectly placed.
  • Some lists may become upside-down, likely due to some react-native-reanimated bug.
  • Multiline TextInput fields will not resize to full height on a blank newline.
  • During generations, if AnimatedEllipsis is visible, it will break Modals such as Alerts and TextBoxModals until the generation ends.

Features:

  • Added an option for landscape mode in settings. This is automatically enabled for tablets.
  • Added an option to show the character name and generated text in a notification.
  • Added a notification icon.

Changes:

  • The last_modified value for Characters and Chats are now only updated when a Character Card is edited or a Chat is updated, it will no longer change when a card or chat is only accessed.
  • Updated styles for AnimatedEllipsis

Fixes:

  • Reverted to base react-native Animated values for chat text boxes. This fixes an issue where Alerts and TextBoxModals are invisible in the ChatList screen due to react-native-reanimated's useAnimatedStyle breaking Modals.
  • Trailing text in markdown views not being formatted.