-
-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
3,068 additions
and
2,585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,19 @@ | |
<url type="donation">https://www.patreon.com/alainm23</url> | ||
<launchable type="desktop-id">@[email protected]</launchable> | ||
<releases> | ||
<release version="4.8.4" date="2024-06-23"> | ||
<description translate="no"> | ||
<ul> | ||
<li>Planify now sends reminder notifications when you create a task with a specific time.</li> | ||
<li>Fixed bug that removed the description of a task when changing a value in the side view.</li> | ||
<li>Fixed bug when selecting weekly repeat changes the selected date and time.</li> | ||
<li>Fixed bug when sorting completed tasks.</li> | ||
<li>Hindi translation update thanks to @Scrambled777.</li> | ||
<li>Dutch translation update thanks to @Gert-dev.</li> | ||
</ul> | ||
</description> | ||
</release> | ||
|
||
<release version="4.8.2" date="2024-06-03"> | ||
<description translate="no"> | ||
<ul> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
project( | ||
'io.github.alainm23.planify', | ||
'vala', 'c', | ||
version: '4.8.2' | ||
version: '4.8.4' | ||
) | ||
|
||
gnome = import('gnome') | ||
|
Oops, something went wrong.