Skip to content

Commit cf4439c

Browse files
authored
Merge pull request #550 from paper-plane-developers/marhkb/chore/release-v0.1.0-beta.2
chore: Release-v0.1.0-beta.2
2 parents 8d1c6c2 + 7739ba6 commit cf4439c

File tree

4 files changed

+78
-58
lines changed

4 files changed

+78
-58
lines changed

Cargo.lock

+62-56
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.1"
3+
version = "0.1.0-beta.2"
44
authors = ["Marco Melorio <[email protected]>", "Marcus Behrendt <[email protected]>"]
55
edition = "2021"
66

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

+14
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,20 @@
4141
<url type="bugtracker">https://github.com/paper-plane-developers/paper-plane/issues</url>
4242
<content_rating type="oars-1.1" />
4343
<releases>
44+
<release version="0.1.0~beta.2" date="2023-06-08">
45+
<description>
46+
<p>The second beta release of Paper Plane 0.1.0 contains the following features, fixes and chores:</p>
47+
<ul>
48+
<li>Blueprint compiler has been updated to version 0.8.1, thanks to @alissonlauffer.</li>
49+
<li>The chat history now has a background image, which is animated when new messages arrive, thanks to @yuraiz.</li>
50+
<li>A bug was fixed that lead to an application crash if selecting non-existing chats from the contacts window, thank to @alissonlauffer.</li>
51+
<li>Avatars of deleted accounts now have a ghost icon set, thanks to @karl0d.</li>
52+
<li>The application will now be built with more aggressive compiler options, which should result in a smaller and maybe faster binary.</li>
53+
<li>Dependencies have been updated.</li>
54+
<li>Portuguese and Polish translation have been updated, thanks to @jvlianodorneles and @karl0d.</li>
55+
</ul>
56+
</description>
57+
</release>
4458
<release version="0.1.0~beta.1" date="2023-05-16">
4559
<description>
4660
<p>Paper Plane 0.1.0-beta.1 is the first release for enthusiasts to try out and play around with.</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.1',
4+
version: '0.1.0-beta.2',
55
meson_version: '>= 0.59',
66
)
77

0 commit comments

Comments
 (0)