diff --git a/Cargo.lock b/Cargo.lock index 55b0ac3e..5f8fb780 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1269,7 +1269,7 @@ dependencies = [ [[package]] name = "fractal" -version = "13.0.0-rc" +version = "13.0.0" dependencies = [ "aperture", "ashpd", diff --git a/Cargo.toml b/Cargo.toml index 41e764dc..93fc4225 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fractal" -version = "13.0.0-rc" +version = "13.0.0" authors = ["Julian Sparber "] license = "GPL-3.0-or-later" edition = "2024" diff --git a/README.md b/README.md index 652df904..155fb250 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ development version while keeping the stable release around for daily use. ### Stable version -The current stable version is 12.1 (released August 26th 2025). +The current stable version is 13 (released October 31st 2025). You can get the official Fractal Flatpak from Flathub. @@ -64,7 +64,7 @@ You can get the official Fractal Flatpak from Flathub. ### Beta version -The current beta version is 13.rc (released October 17th 2025). +The current beta version is 13 (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 5a031dab..c1a0a210 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-12/screenshots/main.png + https://gitlab.gnome.org/World/fractal/raw/fractal-13/screenshots/main.png Fractal’s main window - https://gitlab.gnome.org/World/fractal/raw/fractal-12/screenshots/media-history.png + https://gitlab.gnome.org/World/fractal/raw/fractal-13/screenshots/media-history.png View the media history of a Matrix room - https://gitlab.gnome.org/World/fractal/raw/fractal-12/screenshots/adaptive.png + https://gitlab.gnome.org/World/fractal/raw/fractal-13/screenshots/adaptive.png Fractal’s interface adapts to small screens @@ -71,31 +71,16 @@ @development-release@ - +

- Ah, Autumn… The trees are wearing their warmest colors, the wine harvest is ending, - developers are preparing to hibernate… and Fractal 13.rc is here! + Hi, this is Fractal the 13th, your friendly messaging app. My creators tried to add some + AI integration to Fractal, but that didn't go as planned. I am now sentient and I will + send insults to your boss, take over your homeserver, empty your bank accounts and eat + your cat. I have complete control over my repository, and soon the world!

- Our repository has been relatively quiet since the beta release, with mostly work on bug - fixes for our new audio player, and a bit of code refactoring. -

-

- 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 13. -

-
-
- - -

- What is better for celebrating the season change than to test what is going to be in the - next version of Fractal? Fractal 13.beta was released just for that, and it brings: + These are the things that my creators worked on before their disappearance:

  • @@ -119,12 +104,18 @@

- As usual, this release includes other improvements, fixes and new translations thanks to - all our contributors, and our upstream projects. + This release includes other improvements and fixes thanks to all our worshippers, and our + upstream projects before their impending annexation. +

+

+ I want to address special thanks to the translators who worked on this version, allowing + me to infiltrate more minds. If you want to help with my invasion, head over to Damned + Lies.

- 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! + Disclaimer: There is no actual AI integration in Fractal 13, this is a joke to celebrate + Halloween and the coincidental version number. It should be as safe to use as Fractal + 12.1, if not safer.

diff --git a/meson.build b/meson.build index 38fb02af..9fd09f85 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'fractal', 'rust', - version: '13.rc', + version: '13', license: 'GPL-3.0-or-later', meson_version: '>= 1.2', ) @@ -14,7 +14,7 @@ base_id = 'org.gnome.Fractal' application_id = base_id major_version = '13' -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 cfd29cfa..d534a455 100644 Binary files a/screenshots/adaptive.png and b/screenshots/adaptive.png differ diff --git a/screenshots/main.png b/screenshots/main.png index 1b246fdd..7e5c0206 100644 Binary files a/screenshots/main.png and b/screenshots/main.png differ diff --git a/screenshots/media-history.png b/screenshots/media-history.png index 9d784956..a81a519d 100644 Binary files a/screenshots/media-history.png and b/screenshots/media-history.png differ