Browse Source

Release Fractal 12.1

fractal-12 12.1
Kévin Commaille 7 months ago
parent
commit
c79b56614c
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml
  3. 4
      README.md
  4. 9
      data/org.gnome.Fractal.metainfo.xml.in.in
  5. 4
      meson.build

2
Cargo.lock generated

@ -1234,7 +1234,7 @@ dependencies = [
[[package]] [[package]]
name = "fractal" name = "fractal"
version = "12.0.0" version = "12.1.0"
dependencies = [ dependencies = [
"aperture", "aperture",
"ashpd", "ashpd",

2
Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "fractal" name = "fractal"
version = "12.0.0" version = "12.1.0"
authors = ["Julian Sparber <julian@sparber.net>"] authors = ["Julian Sparber <julian@sparber.net>"]
edition = "2024" edition = "2024"
rust-version = "1.85" rust-version = "1.85"

4
README.md

@ -38,7 +38,7 @@ development version while keeping the stable release around for daily use.
### Stable version ### Stable version
The current stable version is 12 (released August 11th 2025). The current stable version is 12.1 (released August 26th 2025).
You can get the official Fractal Flatpak from Flathub. You can get the official Fractal Flatpak from Flathub.
@ -53,7 +53,7 @@ You can get the official Fractal Flatpak from Flathub.
### Beta version ### Beta version
The current beta version is 12 (same as stable). The current beta version is 12.1 (same as stable).
It is available as a Flatpak on Flathub Beta. It is available as a Flatpak on Flathub Beta.

9
data/org.gnome.Fractal.metainfo.xml.in.in

@ -71,6 +71,15 @@
</content_rating> </content_rating>
<releases>@development-release@ <releases>@development-release@
<release version="12.1" type="stable" date="2025-08-26">
<description>
<p>
Our latest stable release had a regression where sending media with the unauthenticated
endpoints was failing. This new release fixes it, and provides a couple other papercut
fixes.
</p>
</description>
</release>
<release version="12" type="stable" date="2025-08-11"> <release version="12" type="stable" date="2025-08-11">
<description> <description>
<p> <p>

4
meson.build

@ -1,6 +1,6 @@
project('fractal', project('fractal',
'rust', 'rust',
version: '12', version: '12.1',
license: 'GPL-3.0-or-later', license: 'GPL-3.0-or-later',
meson_version: '>= 1.1') meson_version: '>= 1.1')
@ -10,7 +10,7 @@ gnome = import('gnome')
base_id = 'org.gnome.Fractal' base_id = 'org.gnome.Fractal'
application_id = base_id application_id = base_id
major_version = '12' major_version = '12.1'
pre_release_version = '' pre_release_version = ''
version = major_version version = major_version

Loading…
Cancel
Save