Skip to content

Commit 0cb40ab

Browse files
authored
Merge pull request #617 from paper-plane-developers/marhkb/chore/release-v0.1.0-beta.5
chore/release-v0.1.0-beta.5
2 parents 9bd8b01 + 56dbeae commit 0cb40ab

File tree

4 files changed

+23
-4
lines changed

4 files changed

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

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

+20-1
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,27 @@
4040
<url type="homepage">https://github.com/paper-plane-developers/paper-plane</url>
4141
<url type="bugtracker">https://github.com/paper-plane-developers/paper-plane/issues</url>
4242
<content_rating type="oars-1.1" />
43-
sabriunal
4443
<releases>
44+
<release version="0.1.0~beta.5" date="2023-11-03">
45+
<description translatable="no">
46+
<p>This is the fifth beta release of Paper Plane 0.1.0 with new features and bug fixes:</p>
47+
<ul>
48+
<li>Archived chats can now be displayed. (#598, #607, #613)</li>
49+
<li>Chats can now be archived and de-archived. (#601)</li>
50+
<li>Chat folders can now be displayed, selected and deleted. (#603, #608, #609, #614)</li>
51+
<li>A regression that prevented images from being sent has been fixed. (#586)</li>
52+
<li>The indicator for venue messages now has the correct opacity. (#588)</li>
53+
<li>You can now reply to messages with pictures. (#589)</li>
54+
<li>A loading indicator is now displayed when a document is downloaded, in coorporation with @yuraiz. (#590)</li>
55+
<li>Many improvements to venue and location messages have landed, such as opening the map in the modal and displaying the location on the OSM website. (#596)</li>
56+
<li>The loading of messages has been improved so that there are now always enough messages loaded to allow scrolling. (#600)</li>
57+
<li>Fixed a crash that occurred sporadically when starting the application. (#602)</li>
58+
<li>Release descriptions have been marked as untranslatable, thanks to @sabriunal. (#594)</li>
59+
<li>Dependencies have been updated. (#615)</li>
60+
<li>Translations have been updated. (#587, #616)</li>
61+
</ul>
62+
</description>
63+
</release>
4564
<release version="0.1.0~beta.4" date="2023-09-25">
4665
<description translatable="no">
4766
<p>This is the fourth beta release of Paper Plane 0.1.0 with new features and bug fixes:</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.4',
4+
version: '0.1.0-beta.5',
55
meson_version: '>= 0.59',
66
)
77

0 commit comments

Comments
 (0)