Browse Source

Release Fractal 13.rc

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

2
Cargo.lock generated

@ -1293,7 +1293,7 @@ dependencies = [
[[package]]
name = "fractal"
version = "13.0.0-beta"
version = "13.0.0-rc"
dependencies = [
"aperture",
"ashpd",

2
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "fractal"
version = "13.0.0-beta"
version = "13.0.0-rc"
authors = ["Julian Sparber <julian@sparber.net>"]
license = "GPL-3.0-or-later"
edition = "2024"

2
README.md

@ -53,7 +53,7 @@ You can get the official Fractal Flatpak from Flathub.
### Beta version
The current beta version is 13.beta (released September 25th 2025).
The current beta version is 13.rc (released October 17th 2025).
It is available as a Flatpak on Flathub Beta.

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

@ -71,6 +71,26 @@
</content_rating>
<releases>@development-release@
<release version="13~rc" type="development" date="2025-10-17">
<description>
<p>
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!
</p>
<p>
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.
</p>
<p>
As usual, this release includes other improvements, fixes and new translations thanks to
all our contributors, and our upstream projects.
</p>
<p>
As the version implies, it should be mostly stable and we expect to only include minor
improvements until the release of Fractal 13.
</p>
</description>
</release>
<release version="13~beta" type="development" date="2025-09-25">
<description>
<p>

4
meson.build

@ -1,7 +1,7 @@
project(
'fractal',
'rust',
version: '13.beta',
version: '13.rc',
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 = 'beta'
pre_release_version = 'rc'
version = major_version
if pre_release_version != ''

Loading…
Cancel
Save