[fractal] Add release notes and update version



commit a2e9ee4c578c3a5bdf22cd017350c4eea67b9fe3
Author: Julian Sparber <julian sparber net>
Date:   Sat Sep 24 19:21:32 2022 +0200

    Add release notes and update version

 Cargo.lock                                |  2 +-
 Cargo.toml                                |  2 +-
 data/org.gnome.Fractal.metainfo.xml.in.in | 43 +++++++++++++++++++++++++++++--
 meson.build                               |  2 +-
 4 files changed, 44 insertions(+), 5 deletions(-)
---
diff --git a/Cargo.lock b/Cargo.lock
index 29531096c..e41117c91 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1103,7 +1103,7 @@ dependencies = [
 
 [[package]]
 name = "fractal"
-version = "5.0.0-alpha"
+version = "5.0.0-alpha1"
 dependencies = [
  "ashpd",
  "async-stream",
diff --git a/Cargo.toml b/Cargo.toml
index a9274eec6..41a71de06 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "fractal"
-version = "5.0.0-alpha"
+version = "5.0.0-alpha1"
 authors = ["Julian Sparber <julian sparber net>"]
 edition = "2018"
 rust-version = "1.60"
diff --git a/data/org.gnome.Fractal.metainfo.xml.in.in b/data/org.gnome.Fractal.metainfo.xml.in.in
index 24496e896..7b3ae3bd3 100644
--- a/data/org.gnome.Fractal.metainfo.xml.in.in
+++ b/data/org.gnome.Fractal.metainfo.xml.in.in
@@ -51,9 +51,48 @@
   </content_rating>
 
   <releases>
-    <release version="5.alpha" type="development" date="2022-03-30" urgency="high">
+    <release version="5~alpha1" type="development" date="2022-09-25" urgency="high">
       <description>
-        <p>Nightly preview of Fractal.</p>
+        <p>Fractal 5.alpha1 is the first release since Fractal has been
+          rewritten to take advantage of GTK 4 and the Matrix Rust SDK.
+          It is the result of eighteen months of work.</p>
+
+        <p>Currently supported features are:</p>
+        <ul>
+          <li> Sending and receiving messages and files </li>
+          <li> Sending files via Drag-n-Drop and pasting in the message entry</li>
+          <li>Rendering of rich formatted (HTML) messages, as well as media</li>
+          <li>Displaying edited messages, redacting messages</li>
+          <li>Showing and adding reactions</li>
+          <li>Tab completion of user names</li>
+          <li>Sending and displaying replies</li>
+          <li>Sharing the current location</li>
+          <li>Exploring the room directory</li>
+          <li>Sorting the rooms by category</li>
+          <li>Joining rooms</li>
+          <li>Sending and accepting invitations</li>
+          <li>Logging into multiple accounts at once</li>
+          <li>Logging in with Single-Sign On</li>
+          <li>Sending and reading encrypted messages</li>
+          <li>Verifying user sessions using cross-signing</li>
+          <li>Exporting and importing encryption keys</li>
+          <li>Managing the connected devices</li>
+          <li>Changing the user profile details</li>
+          <li>Deactivating the account</li>
+        </ul>
+        <p>Major missing features are:</p>
+        <ul>
+          <li>Notifications</li>
+          <li>Read markers</li>
+        </ul>
+
+        <p>As the name implies, this is still considered alpha stage and is not
+          ready for general use just yet. If you want to give this development
+          version a try, you can get it from the GNOME Apps Nightly flatpak
+          repository (See wiki.gnome.org/Apps/Nightly).</p>
+
+        <p>A list of known issues and missing features for a 5.0 release can be
+          found in the Fractal v5 milestone on Gitlab.</p>
       </description>
     </release>
     <release version="4.4" type="stable" date="2020-08-07" urgency="high">
diff --git a/meson.build b/meson.build
index 9a590bb5f..f5b895c14 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('fractal',
         'rust',
-        version: '5.alpha',
+        version: '5-alpha1',
         license: 'GPL-3.0-or-later',
         meson_version: '>= 0.59')
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]