File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11project (' parla' , [' vala' , ' c' ],
2- version : ' 0.2.1 ' ,
2+ version : ' 0.2.2 ' ,
33 meson_version : ' >= 0.59.0' ,
44)
55
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments