Skip to content

Commit 2aa316c

Browse files
authored
Merge pull request #585 from paper-plane-developers/marhkb/chore/release-v0.1.0-beta.4
chore: Release v0.1.0 beta.4
2 parents d006e1a + 604c521 commit 2aa316c

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "paper-plane"
3-
version = "0.1.0-beta.3"
3+
version = "0.1.0-beta.4"
44
authors = ["Marco Melorio <[email protected]>", "Marcus Behrendt <[email protected]>"]
55
edition = "2021"
66

data/app.drey.PaperPlane.metainfo.xml.in.in

+18
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,24 @@
4242
<content_rating type="oars-1.1" />
4343
sabriunal
4444
<releases>
45+
<release version="0.1.0~beta.4" date="2023-09-25">
46+
<description>
47+
<p>This is the fourth beta release of Paper Plane 0.1.0 with new features and bug fixes:</p>
48+
<ul>
49+
<li>Paper Plane now uses some new shiny widgets from libadwaita 1.4, thanks to @melix99. (#518)</li>
50+
<li>The tdlib telegram client library has been updated to 1.8.19, thanks to @alissonlauffer. (#577)</li>
51+
<li>The login flow has been completely redesigned and now looks more modern. (#510)</li>
52+
<li>We have redesigned the session switcher. It has been moved to the sidebar and shows a confirmation dialog when logging out. (#510)</li>
53+
<li>The message entry can now be clicked without effecting the state of the application window. (#510)</li>
54+
<li>Displaying location and venue messages is now implemented. (#548, #582)</li>
55+
<li>Fixed an application crash when trying to log in. (#559)</li>
56+
<li>A mask is now used for the document message status indicator, thanks to @yuraiz. (#555)</li>
57+
<li>The dialog for sending media files has been improved in function and appearance, thanks to @melix99. (#540)</li>
58+
<li>Dependencies have been updated.</li>
59+
<li>Translations have been updated.</li>
60+
</ul>
61+
</description>
62+
</release>
4563
<release version="0.1.0~beta.3" date="2023-06-11">
4664
<description>
4765
<p>The third beta release of Paper Plane 0.1.0 should in the first place fix a build error on Flathub:</p>

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'paper-plane',
33
'rust',
4-
version: '0.1.0-beta.3',
4+
version: '0.1.0-beta.4',
55
meson_version: '>= 0.59',
66
)
77

0 commit comments

Comments
 (0)