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-09

  • This update covers the latest matrix-sdk prior to indexmap upgrade. I couldn't accept indexmap upgrade, because it causes version conflict between many crates.
  • proc-macro2 version pinning is removed from a3 project, and it is kept in ffi-gen.
  • Changed some code in login, because new matrix-sdk introduced AuthSession.

Nightly 2023-08-08

  • [fix] Images in chat on render, appear to be flickering. This is fixed now.

  • [fix] Messages which had large content are now automatically been stripped off to show less when replying.

  • Image message visual improvements when replying.

  • Overall on the entire subspace / related chats section; "Room not found"-issue should be gone now

  • Chats and Spaces created with a parent are now set up to be seen and accessible by their parent (by default)

  • Canonical Parent is shown everywhere (it makes sense): sidebar, chat listing, etc

  • Joining subspaces with public or restricted mode now possible

  • [fix] fixed My profile page widget tree errors

  • [fix] fixed Events page card display errors

Nightly 2023-08-05

  • [fix] activate chat reactions.

  • [improvement] chat reactions ui.

  • [fix] reply content fixes.

  • [fix] chat list duplication bug.

  • [fix] fixed profile display name and username overlap

  • Users can now copy username to clipboard

Nightly 2023-08-03

  • Chat name and my profile page clean up

Nightly 2023-08-02

  • Activities-Streams of notifications The Activities section now shows you all the notifications
  • New Labs Feature: Notifications (Linux, iOS & Android) There is a new (default-off) feature available in labs to show desktop/app notifications whenever a new notifications comes in. The data shown currently very bare-bones and it only works when the App is running. On Desktop only Linux is supported at the moment.

Nightly 2023-07-29

  • improvements in chat state management.
  • improvements in chat loading times, pagination.
  • [fix] chat mentions.
  • [fix] chat theme colors.

Nightly 2023-07-28

  • Now user can do RSVP to calendar event
  • Integration tests for RSVP were implemented
  • Refactored /.vscode/launch.json
  • Removed async-broadcast, because it was replaced with tokio::sync::broadcast

Nightly 2023-07-25

  • We now support MacOS down to version 10.14 (Mojave)
  • [fix] Fixed Ui bugs Fixed text alignment issues in the pin creation page that were causing overflows in the page and also changed wrong title for the select space bottom sheet.
  • [fix] Fixed Quick Jump search Quick jump search is no longer case sensitive.
  • [fix] Fixed CTA buttons colors Create and post buttons will be highlighted while cancel will not be highlighted.