From 6c48cde678f0ee65a006885ada126967e58a2002 Mon Sep 17 00:00:00 2001 From: Alexandre Franke Date: Fri, 24 Nov 2023 12:53:10 +0100 Subject: [PATCH] Release 5 --- Cargo.lock | 2 +- Cargo.toml | 4 +- README.md | 31 ++-- data/meson.build | 6 +- data/org.gnome.Fractal.metainfo.xml.in.in | 166 ++++------------------ meson.build | 4 +- screenshots/adaptive.png | Bin 0 -> 119526 bytes screenshots/fractal.png | Bin 104941 -> 0 bytes screenshots/main.png | Bin 0 -> 99530 bytes screenshots/media-history.png | Bin 0 -> 508186 bytes 10 files changed, 50 insertions(+), 163 deletions(-) create mode 100644 screenshots/adaptive.png delete mode 100644 screenshots/fractal.png create mode 100644 screenshots/main.png create mode 100644 screenshots/media-history.png diff --git a/Cargo.lock b/Cargo.lock index c23ac679..d1771a9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1447,7 +1447,7 @@ dependencies = [ [[package]] name = "fractal" -version = "5.0.0-rc1" +version = "5.0.0" dependencies = [ "ashpd", "djb_hash", diff --git a/Cargo.toml b/Cargo.toml index 2d481eb4..c1927185 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fractal" -version = "5.0.0-rc1" +version = "5.0.0" authors = ["Julian Sparber "] edition = "2021" rust-version = "1.70" @@ -96,7 +96,7 @@ version = "0.9.2" # rev = "4ef6d1641bdd7d1c1586d2356c183798f3900bf1" features = [ "unstable-unspecified", - "client-api-c", + "client-api-c", "compat-key-id", "compat-user-id", "compat-empty-string-null", diff --git a/README.md b/README.md index cbc64309..8fced8ca 100644 --- a/README.md +++ b/README.md @@ -5,27 +5,24 @@ # Fractal Fractal is a Matrix messaging app for GNOME written in Rust. Its interface is optimized for -collaboration in large groups, such as free software projects. +collaboration in large groups, such as free software projects, and will fit all screens, big or small. -![screenshot](https://gitlab.gnome.org/GNOME/fractal/raw/main/screenshots/fractal.png) +![screenshot](https://gitlab.gnome.org/GNOME/fractal/raw/main/screenshots/main.png) -## Work in Progress +Highlights: -Up until the 4.4 series, Fractal was built with GTK 3 and used its own implementation of the Matrix -API. With the availability of the [matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk) -and [GTK 4](https://www.gtk.org/), the technological landscape had changed enough that a full -rewrite made more sense than simply trying to port the complex codebase that we had. That effort -started in March 2021 and the result is the current [Fractal 5 beta](#beta-version) (and -[nightly](#development-version)). - -You can follow along our progress towards the stable release by looking at the -[Fractal 5](https://gitlab.gnome.org/GNOME/fractal/-/milestones/18) milestone. +* Find rooms to discuss your favorite topics, or talk privately to people, securely thanks to end-to-end encryption +* Send rich formatted messages, files, or your current location +* Reply to specific messages, react with emoji, edit or remove messages +* View images, and play audio and video directly in the conversation +* See who has read messages, and who is typing +* Log into multiple accounts at once (with Single-Sign On support) ## Installation instructions ### Stable version -The current stable version is 4.4.2 (released March 2023). +The current stable version is 5 (released November 24th 2023). Flatpak is the recommended installation method. Until our next iteration is ready, you can get the official Fractal Flatpak from Flathub. @@ -41,7 +38,7 @@ Until our next iteration is ready, you can get the official Fractal Flatpak from ### Beta version -The current beta version is 5.rc1 (released November 8th 2023). +The current beta version is 5 (same as stable, released November 24th 2023). It is available as a Flatpak on Flathub Beta. @@ -179,9 +176,9 @@ They are translated on [Element’s translation platform](https://translate.elem ## Frequently Asked Questions -* Does Fractal have encryption support? Will it ever? +* Does Fractal have encryption support? -Yes, the current development version (`main` branch) has encryption support using Cross-Signing. See +**Yes**, since Fractal 5, encryption is supported using Cross-Signing. See for more info on the state of encryption. * Can I run Fractal with the window closed? @@ -192,7 +189,7 @@ to interact with apps running in the background. ## The origin of Fractal -The development version is a complete rewrite of Fractal built on top of the +The current version is a complete rewrite of Fractal built on top of the [matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk) using [GTK4](https://gtk.org/). The previous version of Fractal was using GTK3 and its own backend to talk to a matrix homeserver, diff --git a/data/meson.build b/data/meson.build index 1f80f1b3..8bacac39 100644 --- a/data/meson.build +++ b/data/meson.build @@ -29,11 +29,11 @@ endif if is_release development_release = '' else - appstream_version = major_version + '~' + appstream_version = major_version if pre_release_version != '' - appstream_version += pre_release_version + '-' + appstream_version += '~' + pre_release_version endif - appstream_version += devel_version + appstream_version += '-' + devel_version development_release = ''' diff --git a/data/org.gnome.Fractal.metainfo.xml.in.in b/data/org.gnome.Fractal.metainfo.xml.in.in index 175dfa10..79d26ba8 100644 --- a/data/org.gnome.Fractal.metainfo.xml.in.in +++ b/data/org.gnome.Fractal.metainfo.xml.in.in @@ -20,7 +20,16 @@ - https://gitlab.gnome.org/GNOME/fractal/raw/main/screenshots/fractal.png + https://gitlab.gnome.org/GNOME/fractal/raw/main/screenshots/main.png + Fractal’s main window. + + + https://gitlab.gnome.org/GNOME/fractal/raw/main/screenshots/media-history.png + View the media history of a Matrix room. + + + https://gitlab.gnome.org/GNOME/fractal/raw/main/screenshots/adaptive.png + Fractal’s interface adapts to small screens. @@ -40,151 +49,32 @@ pointing touch - + intense intense @development-release@ - - -

Fractal 5.rc1 is the first release candidate since the rewrite of - Fractal to take advantage of GTK 4 and the Matrix Rust SDK, an effort - that started in March 2021.

- -

The most notable changes since Fractal 5.beta2, that was released 2 - months ago, are:

- -
    -
  • An awesome new look thanks to libadwaita 1.4
  • -
  • Read receipts tracking has been largely improved thanks to some - upstream work in the Matrix Rust SDK
  • -
  • The same upstream work allows to have much better tracking of the - activity in the rooms list
  • -
  • The full lists of read receipts and reactions on messages can be - perused in popovers
  • -
  • Destructive actions like removing a message or leaving a room now - ask for confirmation
  • -
  • The most noticeable performance issues and memory leaks were fixed - to make Fractal run as smoothly as ever
  • -
- -

This list is far from complete and hides more enhancements, including - bug fixes and new translations thanks to all our contributors, and our - upstream projects.

- -

As the version implies, if we don’t find any major bug in the next 2 - weeks, our next release should be the long-awaited Fractal 5 stable - version!

- -

In the meantime, if you want to fix bugs, implement new features, or - any other kind of contribution, you can get inspired by taking a look - at our issues tracker on GitLab. Any help is greatly appreciated!

-
-
- - -

Fractal 5.beta2 is the second beta release 🎉 since the rewrite of - Fractal to take advantage of GTK 4 and the Matrix Rust SDK, an effort - that started in March 2021.

- -

The most visible changes since Fractal 5.beta1 are:

-
    -
  • Editing text messages ✏️
  • -
  • Logging in with homeservers that don’t support auto-discovery 🧐 -
  • -
  • A refactor of the login flow should avoid crashes when going back - at any step 🔙
  • -
  • Sometimes two day dividers 📅 would appear next to each other - without messages between them, this is now fixed
  • -
- -

Of course, there are a also a lot of less visible changes, notably a - lot of refactoring, 🐛 fixes and translations thanks to all our - contributors, and our upstream projects.

- -

As the version implies, this is still considered beta stage and might - trigger crashes or other bugs 😔 but overall should be pretty stable - 👍.

- -

A list of blocking issues for the release of version 5 can be found - in the Fractal v5 milestone on GitLab.

-
-
- - -

Fractal 5.beta1 is the first beta release since the rewrite of - Fractal to take advantage of GTK 4 and the Matrix Rust SDK. It is the - result of over two years of work.

- -

New features since Fractal 5.alpha1:

-
    -
  • Joining room by ID, by alias or with a Matrix URI
  • -
  • Creation of direct chats
  • -
  • Sending and displaying read receipts, read markers and typing - notifications
  • -
  • Notifications on new messages
  • -
  • Highlight messages with mentions
  • -
  • Added media file history viewers in the room details, thanks to - our GSoC intern Marco Melorio
  • -
  • Displaying the other user’s avatar as a room avatar for direct - chats
  • -
- -

Of course, there are a also a lot of less visible changes, fixes and - translations thanks to all our contributors, and our upstream - projects.

- -

As the version implies, this is still considered beta stage and might - trigger crashes or other bugs but overall should be pretty stable.

- -

A list of blocking issues for the release of version 5 can be found - in the Fractal v5 milestone on GitLab.

-
-
- + -

Fractal 5.alpha1 is the first release since Fractal has been - rewritten to take advantage of GTK 4 and the Matrix Rust SDK. - It is the result of eighteen months of work.

- -

Currently supported features are:

-