diff --git a/Cargo.lock b/Cargo.lock index e91e0d71a..8913d1a5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1117,7 +1117,7 @@ dependencies = [ [[package]] name = "paper-plane" -version = "0.1.0-beta.3" +version = "0.1.0-beta.4" dependencies = [ "anyhow", "ellipse", diff --git a/Cargo.toml b/Cargo.toml index 23667a09e..a6dc8ce6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paper-plane" -version = "0.1.0-beta.3" +version = "0.1.0-beta.4" authors = ["Marco Melorio ", "Marcus Behrendt "] edition = "2021" diff --git a/data/app.drey.PaperPlane.metainfo.xml.in.in b/data/app.drey.PaperPlane.metainfo.xml.in.in index eec79ed66..3ae967214 100644 --- a/data/app.drey.PaperPlane.metainfo.xml.in.in +++ b/data/app.drey.PaperPlane.metainfo.xml.in.in @@ -42,6 +42,24 @@ sabriunal + + +

This is the fourth beta release of Paper Plane 0.1.0 with new features and bug fixes:

+
    +
  • Paper Plane now uses some new shiny widgets from libadwaita 1.4, thanks to @melix99. (#518)
  • +
  • The tdlib telegram client library has been updated to 1.8.19, thanks to @alissonlauffer. (#577)
  • +
  • The login flow has been completely redesigned and now looks more modern. (#510)
  • +
  • We have redesigned the session switcher. It has been moved to the sidebar and shows a confirmation dialog when logging out. (#510)
  • +
  • The message entry can now be clicked without effecting the state of the application window. (#510)
  • +
  • Displaying location and venue messages is now implemented. (#548, #582)
  • +
  • Fixed an application crash when trying to log in. (#559)
  • +
  • A mask is now used for the document message status indicator, thanks to @yuraiz. (#555)
  • +
  • The dialog for sending media files has been improved in function and appearance, thanks to @melix99. (#540)
  • +
  • Dependencies have been updated.
  • +
  • Translations have been updated.
  • +
+
+

The third beta release of Paper Plane 0.1.0 should in the first place fix a build error on Flathub:

diff --git a/meson.build b/meson.build index 84d9a685b..61c0fab9a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'paper-plane', 'rust', - version: '0.1.0-beta.3', + version: '0.1.0-beta.4', meson_version: '>= 0.59', )