Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 authored May 31, 2024
2 parents 46a410c + c5d24ef commit 1fd4198
Show file tree
Hide file tree
Showing 15 changed files with 3,393 additions and 3,170 deletions.
2 changes: 1 addition & 1 deletion core/QuickAdd.vala
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public class Layouts.QuickAdd : Adw.Bin {
quick_add_content.append (item_labels);
quick_add_content.append (action_box);

submit_button = new Widgets.LoadingButton (LoadingButtonType.LABEL, _("Add To-Do")) {
submit_button = new Widgets.LoadingButton (LoadingButtonType.LABEL, _("Add")) {
valign = CENTER,
css_classes = { "suggested-action", "border-radius-6" }
};
Expand Down
14 changes: 14 additions & 0 deletions data/io.github.alainm23.planify.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,20 @@
<url type="donation">https://www.patreon.com/alainm23</url>
<launchable type="desktop-id">@[email protected]</launchable>
<releases>
<release version="4.8" date="2024-05-31">
<description translate="no">
<ul>
<li>Markdown Support in Task Descriptions.</li>
<li>Markdown Support in Task Titles.</li>
<li>New All Tasks View.</li>
<li>Expand or Collapse Tasks Functionality.</li>
<li>French translation update thanks to @rene-coty.</li>
<li>Spanish translation update thanks to @haggen88.</li>
<li>Chinese translations update thanks to @FlysoftBeta.</li>
</ul>
</description>
</release>

<release version="4.7.6" date="2024-05-20">
<description translate="no">
<ul>
Expand Down
Loading

0 comments on commit 1fd4198

Please sign in to comment.