diff --git a/Cargo.lock b/Cargo.lock index 599d7884..62f36b44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1347,7 +1347,7 @@ dependencies = [ [[package]] name = "fractal" -version = "9.0.0-rc" +version = "9.0.0" dependencies = [ "ashpd", "djb_hash", diff --git a/Cargo.toml b/Cargo.toml index 8b2587ef..0559a19c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fractal" -version = "9.0.0-rc" +version = "9.0.0" authors = ["Julian Sparber "] edition = "2021" rust-version = "1.76" diff --git a/README.md b/README.md index 616d588a..1e479c06 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ development version while keeping the stable release around for daily use. ### Stable version -The current stable version is 8 (released August 1st 2024). +The current stable version is 9 (released October 30th 2024). You can get the official Fractal Flatpak from Flathub. @@ -53,7 +53,7 @@ You can get the official Fractal Flatpak from Flathub. ### Beta version -The current beta version is 9.rc (released October 17th 2024). +The current beta version is 9 (same as stable). It is available as a Flatpak on Flathub Beta. diff --git a/data/org.gnome.Fractal.metainfo.xml.in.in b/data/org.gnome.Fractal.metainfo.xml.in.in index f6e4ab4c..5074e8b0 100644 --- a/data/org.gnome.Fractal.metainfo.xml.in.in +++ b/data/org.gnome.Fractal.metainfo.xml.in.in @@ -35,15 +35,15 @@ - https://gitlab.gnome.org/World/fractal/raw/fractal-8/screenshots/main.png + https://gitlab.gnome.org/World/fractal/raw/fractal-9/screenshots/main.png Fractal’s main window - https://gitlab.gnome.org/World/fractal/raw/fractal-8/screenshots/media-history.png + https://gitlab.gnome.org/World/fractal/raw/fractal-9/screenshots/media-history.png View the media history of a Matrix room - https://gitlab.gnome.org/World/fractal/raw/fractal-8/screenshots/adaptive.png + https://gitlab.gnome.org/World/fractal/raw/fractal-9/screenshots/adaptive.png Fractal’s interface adapts to small screens @@ -71,48 +71,10 @@ @development-release@ - +

- It's time to experience La vie en rose! We just released Fractal 9.rc and to show - our support 🩷 for Breast Cancer Awareness Month, we decided to change the accent color to - pink. And it is also packed with bug fixes, take a look for yourself: -

-
    -
  • - We used to only rely on the secrets provider to tell us which Matrix accounts are - logged-in, which caused issues for people sharing their secrets between devices. Now we - also make sure that there is a data folder for a given session before trying to restore - it. -
  • -
  • - Our notifications are categorized as coming from an instant messenger, so graphical - shells that support it, such as Phosh, can play a sound for them. -
  • -
  • - Some room settings are hidden for direct chats, because it does not make sense to change - them in this type of room. -
  • -
  • - The size of the headerbar would change depending on whether the room has a topic or not. - This will not happen anymore. -
  • -
-

- As usual, this release includes other improvements, fixes and new translations thanks to - all our contributors, and our upstream projects. -

-

- As the version implies, it should be mostly stable and we expect to only include minor - improvements until the release of Fractal 9. -

-
-
- - -

- Back to school, and Fractal is back too! The leaves are starting to cover the floor in our - part of the globe, but you don’t have to shake a tree to get our goodness: + What’s that behind you⁉️ 😱 Oh, that’s a new Fractal release❣️ 😁 🎃

  • @@ -136,14 +98,33 @@ We migrated to the new GTK 4.16 and libadwaita 1.6 APIs, including CSS variables, AdwButtonRow and AdwSpinner.
  • +
  • + We used to only rely on the secrets provider to tell us which Matrix accounts are + logged-in, which caused issues for people sharing their secrets between devices. Now we + also make sure that there is a data folder for a given session before trying to restore + it. +
  • +
  • + Our notifications are categorized as coming from an instant messenger, so graphical + shells that support it, such as Phosh, can play a sound for them. +
  • +
  • + Some room settings are hidden for direct chats, because it does not make sense to change + them in this type of room. +
  • +
  • + The size of the headerbar would change depending on whether the room has a topic or not. + This will not happen anymore. +

- As usual, this release includes other improvements, fixes and new translations thanks to - all our contributors, and our upstream projects. + As usual, this release includes other improvements and fixes thanks to all our + contributors, and our upstream projects.

- As the version implies, there might be a slight risk of regressions, but it should be - mostly stable. If all goes well the next step is the release candidate! + We want to address special thanks to the translators who worked on this version. We know + this is a huge undertaking and have a deep appreciation for what you’ve done. If you want + to help with this effort, head over to Damned Lies.

diff --git a/meson.build b/meson.build index 184dbad9..bda28447 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('fractal', 'rust', - version: '9.rc', + version: '9', license: 'GPL-3.0-or-later', meson_version: '>= 1.1') @@ -11,7 +11,7 @@ base_id = 'org.gnome.Fractal' application_id = base_id major_version = '9' -pre_release_version = 'rc' +pre_release_version = '' version = major_version if pre_release_version != '' diff --git a/screenshots/adaptive.png b/screenshots/adaptive.png index d90d300b..11bf2226 100644 Binary files a/screenshots/adaptive.png and b/screenshots/adaptive.png differ diff --git a/screenshots/main.png b/screenshots/main.png index 7533efcf..77d485fb 100644 Binary files a/screenshots/main.png and b/screenshots/main.png differ