Skip to content

Commit 803079d

Browse files
committed
Release 0.2.2
1 parent 04412f9 commit 803079d

2 files changed

Lines changed: 14 additions & 9 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.1',
2+
version: '0.2.2',
33
meson_version: '>= 0.59.0',
44
)
55

src/window.vala

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -601,14 +601,19 @@ namespace Dc {
601601
about.release_notes =
602602
"<p>What's New in Parla</p>" +
603603
"<ul>" +
604-
"<li>Rebranded from DCGnome to Parla</li>" +
605-
"<li>Factory Reset option in advanced settings</li>" +
606-
"<li>Configurable RPC server path in settings</li>" +
607-
"<li>Flatpak support with GNOME 48 runtime</li>" +
608-
"<li>Use ESC instead of Control+L to focus input</li>" +
609-
"<li>Graceful plaintext fallback for invalid markdown</li>" +
610-
"<li>Faster conversation loading with ListView</li>" +
611-
"<li>Precompiled markdown for better performance</li>" +
604+
"<li>Focusable conversation list</li>" +
605+
"<li>Paste images from clipboard</li>" +
606+
"<li>Add delivery indicators</li>" +
607+
"<li>Add forward message action</li>" +
608+
"<li>Improve delete experience</li>" +
609+
"<li>Composebar with emoji-picker</li>" +
610+
"</ul>" +
611+
"<p>Previously in 0.2.1</p>" +
612+
"<ul>" +
613+
"<li>Add factory reset option in settings</li>" +
614+
"<li>Custom path to the JSONRPC server</li>" +
615+
"<li>Use ESC to focus the composebar</li>" +
616+
"<li>Faster conversation loads</li>" +
612617
"</ul>";
613618
about.present (this);
614619
}

0 commit comments

Comments
 (0)