Skip to content

Commit ce88a3e

Browse files
committed
Release 0.2.4
1 parent 128cd17 commit ce88a3e

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('parla', ['vala', 'c'],
2-
version: '0.2.2',
2+
version: '0.2.4',
33
meson_version: '>= 0.59.0',
44
)
55

src/window.vala

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,17 @@ namespace Dc {
10841084
about.comments = "A Delta Chat client for GNOME";
10851085
about.release_notes_version = Parla.VERSION;
10861086
about.release_notes =
1087-
"<p>What's New in Parla</p>" +
1087+
"<ul>" +
1088+
"<li>Account creation</li>" +
1089+
"<li>Enter chat via invite link</li>" +
1090+
"<li>Manage relay profiles</li>" +
1091+
"<li>Discover new relays from contacts</li>" +
1092+
"<li>Profile lists available in the avatar circle</li>" +
1093+
"<li>Support import/export secondary device</li>" +
1094+
"<li>Prompt before destructive actions</li>" +
1095+
"<li>Next/prev picture with arrows</li>" +
1096+
"</ul>" +
1097+
"<p>Previously in 0.2.2</p>" +
10881098
"<ul>" +
10891099
"<li>Focusable conversation list</li>" +
10901100
"<li>Paste images from clipboard</li>" +

0 commit comments

Comments
 (0)