Skip to content

Commit

Permalink
Release 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed May 1, 2024
1 parent b67950e commit eb208b1
Show file tree
Hide file tree
Showing 17 changed files with 5,927 additions and 4,269 deletions.
2 changes: 1 addition & 1 deletion core/Util/Util.vala
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public class Util : GLib.Object {
if (soud_medida == null) {
soud_medida = Gtk.MediaFile.for_resource ("/io/github/alainm23/planify/success.ogg");
}

soud_medida.play ();
}

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.7" date="2024-05-01">
<description translate="no">
<ul>
<li>Added feat to filter to-dos within a project.</li>
<li>Added feat to attach attachments to a task.</li>
<li>Added feat to play a sound when completing a task (if you want to).</li>
<li>Fixed bug that duplicated projects when dragging into a sub-project (#1252).</li>
<li>Fixed a bug when dragging a subtask out of a section and dragging it back in, the subtask would disappear (#1253).</li>
<li>Hindi translation update thanks to @Scrambled777.</li>
<li>Bulgarian translation added thanks to @twlvnn.</li>
</ul>
</description>
</release>

<release version="4.6" date="2024-04-15">
<description translate="no">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'io.github.alainm23.planify',
'vala', 'c',
version: '4.6'
version: '4.7'
)

gnome = import('gnome')
Expand Down
Loading

0 comments on commit eb208b1

Please sign in to comment.