Skip to content

Commit

Permalink
Merge pull request #550 from paper-plane-developers/marhkb/chore/rele…
Browse files Browse the repository at this point in the history
…ase-v0.1.0-beta.2

chore: Release-v0.1.0-beta.2
  • Loading branch information
marhkb authored Jun 8, 2023
2 parents 8d1c6c2 + 7739ba6 commit cf4439c
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 58 deletions.
118 changes: 62 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "paper-plane"
version = "0.1.0-beta.1"
version = "0.1.0-beta.2"
authors = ["Marco Melorio <marco.melorio@protonmail.com>", "Marcus Behrendt <marcus.behrendt.86@gmail.com>"]
edition = "2021"

Expand Down
14 changes: 14 additions & 0 deletions data/app.drey.PaperPlane.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,20 @@
<url type="bugtracker">https://github.com/paper-plane-developers/paper-plane/issues</url>
<content_rating type="oars-1.1" />
<releases>
<release version="0.1.0~beta.2" date="2023-06-08">
<description>
<p>The second beta release of Paper Plane 0.1.0 contains the following features, fixes and chores:</p>
<ul>
<li>Blueprint compiler has been updated to version 0.8.1, thanks to @alissonlauffer.</li>
<li>The chat history now has a background image, which is animated when new messages arrive, thanks to @yuraiz.</li>
<li>A bug was fixed that lead to an application crash if selecting non-existing chats from the contacts window, thank to @alissonlauffer.</li>
<li>Avatars of deleted accounts now have a ghost icon set, thanks to @karl0d.</li>
<li>The application will now be built with more aggressive compiler options, which should result in a smaller and maybe faster binary.</li>
<li>Dependencies have been updated.</li>
<li>Portuguese and Polish translation have been updated, thanks to @jvlianodorneles and @karl0d.</li>
</ul>
</description>
</release>
<release version="0.1.0~beta.1" date="2023-05-16">
<description>
<p>Paper Plane 0.1.0-beta.1 is the first release for enthusiasts to try out and play around with.</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'paper-plane',
'rust',
version: '0.1.0-beta.1',
version: '0.1.0-beta.2',
meson_version: '>= 0.59',
)

Expand Down

0 comments on commit cf4439c

Please sign in to comment.