Nightly builds

We are providing demo builds (when changes have been merged) of the latest development version every day --- called 'nightlies', as they are build during the night.

New here or facing any problems?

Make sure to consult the user getting started guide first!

Nightly 2023-08-28

  • [feature] On desktop, chats overview section will now support split view and be adaptive, making it easier for navigation and see the content all in one view.
  • [fix] Setting section UI improvements.
  • [fix] Space chats routing.

Nightly 2023-08-27

  • Activities Cards now render HTML (if given)
  • Messages when a user changes name or avatar are a lot more legible now

Nightly 2023-08-26

  • [fix] Text input field now expands when typing longer messages on desktop.

  • New CLI interface added to allow for easier troubleshooting, see it's docs for further information

Nightly 2023-08-25

  • Implement the KeyVerficationReady event handling

  • Fix bug in action button layout of emoji confirmation dialog

  • Implement the sessions page that can be accessed from activities page

Nightly 2023-08-22

  • [fix] Cases in which My profile showed up blank.

  • [fix] Messed up title when clicking on Events now displaying correctly.

  • [chat] Hitting enter key on desktop now sends the message instead of going to next line .

Nightly 2023-08-19

  • Chat is now supported with attachments. You can now send image(s) and files as messages.
  • [fix] When opening the room, images get stuck with loading indicator sometimes. This has been fixed.

Nightly 2023-08-18

  • Use ref.watch() instead of ref.read() in build function
  • Use ref.read() instead of ref.watch() in event handling
  • Improve riverpod notifier
  • Replace var with final as much as possible

Nightly 2023-08-17

  • Chat room latest message timestamps have been updated to be human readable format.
  • [fix] Chat rooms ordering will now happen correctly according to timestamps (both in realtime and initial load).

Nightly 2023-08-12

  • We now show indicators about access-level (e.g. if it is public) and whether it is end-to-end-encrypted on the top of the Space view

  • Support for non-acter spaces has been added: show an indicator in the top bar as well, as clear the features unavailable and show a large message box with optional upgrade button (if you have the permissions) on non-acter-spaces.

  • [chat] Invites are now enabled for chat. After room creation, you can invite other users by going to room profile and adding them. (if have permissions).

  • [fix] Earlier some messages with mentions were getting overflow in some scenarios. This should not be happening now.

  • [fix] Chat pagination. Messages timeline should now correctly identify the end of history.

  • [enhance] Server messages, redacted and encrypted events are now distinct.

  • [fix] remove unimplemented features.

  • [enhance] chat room member events will present more info.