chore: Prepare release of Fractal 5.rc1
This commit is contained in:
parent
079273380b
commit
918a7179f3
5 changed files with 40 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1447,7 +1447,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "fractal"
|
||||
version = "5.0.0-beta2"
|
||||
version = "5.0.0-rc1"
|
||||
dependencies = [
|
||||
"ashpd",
|
||||
"djb_hash",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "fractal"
|
||||
version = "5.0.0-beta2"
|
||||
version = "5.0.0-rc1"
|
||||
authors = ["Julian Sparber <julian@sparber.net>"]
|
||||
edition = "2021"
|
||||
rust-version = "1.70"
|
||||
|
|
|
@ -47,6 +47,42 @@
|
|||
</content_rating>
|
||||
|
||||
<releases>@development-release@
|
||||
<release version="5~rc1" type="development" date="2023-11-08">
|
||||
<description>
|
||||
<p>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.</p>
|
||||
|
||||
<p>The most notable changes since Fractal 5.beta2, that was released 2
|
||||
months ago, are:</p>
|
||||
|
||||
<ul>
|
||||
<li>An awesome new look thanks to libadwaita 1.4</li>
|
||||
<li>Read receipts tracking has been largely improved thanks to some
|
||||
upstream work in the Matrix Rust SDK</li>
|
||||
<li>The same upstream work allows to have much better tracking of the
|
||||
activity in the rooms list</li>
|
||||
<li>The full lists of read receipts and reactions on messages can be
|
||||
perused in popovers</li>
|
||||
<li>Destructive actions like removing a message or leaving a room now
|
||||
ask for confirmation</li>
|
||||
<li>The most noticeable performance issues and memory leaks were fixed
|
||||
to make Fractal run as smoothly as ever</li>
|
||||
</ul>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>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!</p>
|
||||
|
||||
<p>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!</p>
|
||||
</description>
|
||||
</release>
|
||||
<release version="5~beta2" type="development" date="2023-08-17">
|
||||
<description>
|
||||
<p>Fractal 5.beta2 is the second beta release 🎉 since the rewrite of
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project('fractal',
|
||||
'rust',
|
||||
version: '5.beta2',
|
||||
version: '5.rc1',
|
||||
license: 'GPL-3.0-or-later',
|
||||
meson_version: '>= 0.59')
|
||||
|
||||
|
@ -10,7 +10,7 @@ gnome = import('gnome')
|
|||
base_id = 'org.gnome.Fractal'
|
||||
|
||||
major_version = '5'
|
||||
pre_release_version = 'beta2'
|
||||
pre_release_version = 'rc1'
|
||||
|
||||
dependency('glib-2.0', version: '>= 2.72') # update when changing gtk version
|
||||
dependency('gio-2.0', version: '>= 2.72') # always same version as glib
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 102 KiB |
Loading…
Reference in a new issue