Skip to content

F-Chat 0.4.1

Choose a tag to compare

@FyrbyAdditive FyrbyAdditive released this 31 May 11:31

What's fixed in 0.4.1

  • Deleting the selected conversation now works: deleting the top (selected) chat in the sidebar did nothing — the confirmation appeared but the chat stayed. The selection change and the row removal were happening in the same SwiftUI update, which coalesced into one diff that re-anchored the selection and dropped the deletion. Selection is now cleared before the row is removed and re-applied as a separate update.
  • Deleting the last provider no longer reappears: removing the final provider and relaunching used to re-create a default one. A persisted empty providers list is now respected; defaults are only seeded on a genuine first run.