Skip to content

v0.91.5

Compare
Choose a tag to compare
@bmarty bmarty released this 11 Jul 21:03
· 18861 commits to develop since this release

Features ✨:

  • 3pid invite: it is now possible to invite people by email. An Identity Server has to be configured (#548)

Improvements πŸ™Œ:

  • Cleaning chunks with lots of events as long as a threshold has been exceeded (35_000 events in DB) (#1634)
  • Creating and listening to EventInsertEntity. (#1634)
  • Handling (almost) properly the groups fetching (#1634)
  • Improve fullscreen media display (#327)
  • Setup server recovery banner (#1648)
  • Set up SSSS from security settings (#1567)
  • New lab setting to add 'unread notifications' tab to main screen
  • Render third party invite event (#548)
  • Display three pid invites in the room members list (#548)

Bugfix πŸ›:

  • Integration Manager: Wrong URL to review terms if URL in config contains path (#1606)
  • Regression Composer does not grow, crops out text (#1650)
  • Bug / Unwanted draft (#698)
  • All users seems to be able to see the enable encryption option in room settings (#1341)
  • Leave room only leaves the current version (#1656)
  • Regression | Share action menu do not work (#1647)
  • verification issues on transition (#1555)
  • Fix issue when restoring keys backup using recovery key

SDK API changes ⚠️:

  • CreateRoomParams has been updated

Build 🧱:

  • Upgrade some dependencies
  • Revert to build-tools 3.5.3

Other changes:

  • Use Intent.ACTION_CREATE_DOCUMENT to save megolm key or recovery key in a txt file
  • Use Context#withStyledAttributes extension function (#1546)