New Features:
* Focus message text box when switching room
* Preserve unsent messages for each room
Bug fixes:
* Give access to home filesystem for the flatpak package
* Correct links in the login view
New features:
* Icon in direct rooms instead of border
* Open directly new rooms instead of wait for response
* Better memberlist sync
Bug fixes:
* Fixed & parsing in messages and urls
* Room search button synced with search bar
* Room filter mantained as is after message received
New features:
* App menu with About dialog
* Build script with DEBUG and RELEASE mode
* Direct rooms with border
* Filter in room list
Bug fixes:
* Sync timeout to 30 secs, 30000s is a lot of time
* Unlock room search button when there's no results
* Backend: Fill the gap in room messages after sync
* Better url parsing with & params
We were calling always the cargo script to build all, on each call to
build but we can provide the rs input and let meson to check if some
source has changed and if not, it won't try to build.
New features:
* Invite to a room
Bug fixes:
* Fix multiple messages after invite
* Styling invite accept/reject dialog
* Don't show login screen when we've the credentials
New features:
* pan-down-symbolic and pan-end-sybolic for expander
* Fix room notifications show with zero
* Sidebar color using the gtk theme sidebar class
* Add 128 and 256 icon sizes, tweak 512, add icon SVG source
* Highlight notifications in blue in room sidebar
* Bold for rooms with new messages
* New room and left room events management
* Load more messages recursive to avoid zero messages
* Long polling instead of sync loop
* Show invitation rooms in sidebar, Accept and Reject working
New features:
* Favorites in room list
* Drag & drop to add or remove from fav
* Don't group messages that differ more than 30 minutes in time
* Speedup the messages loading
* Don't sync when logged out
* Better tab order in login panel
* Don't send empty messages
* Better room name resolution
New features:
* Custom avatar widget, moved circle avatar to frontend
* Room list with room image and badge notifications
* Room order by last message
* New Fractal Icon, thanks to Tobias Bernard
New features:
* New room creation dialog
* Smart auto scrolling
* Login by email
* Member list with avatar and username
* Big refactor and a lot of bug fixes