-
-
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
10 changed files
with
35 additions
and
34 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 |
---|---|---|
|
@@ -29,4 +29,4 @@ public class Services.CalDAV.Backend { | |
|
||
return ""; | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -28,4 +28,4 @@ public class Services.CalDAV.Constants { | |
</d:prop> | ||
</d:propfind> | ||
"""; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -1101,4 +1101,4 @@ public class Services.CalDAV.Core : GLib.Object { | |
print (fuction + "\n"); | ||
print (data + "\n"); | ||
} | ||
} | ||
} |
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
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
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,21 @@ | |
<url type="donation">https://www.patreon.com/alainm23</url> | ||
<launchable type="desktop-id">@[email protected]</launchable> | ||
<releases> | ||
<release version="4.6" date="2024-04-15"> | ||
<description translate="no"> | ||
<ul> | ||
<li>Now you can sort tasks in the Today view.</li> | ||
<li>We've added a new detailed task view on the sidebar when opening a task in Board view.</li> | ||
<li>We've introduced the ability to delete completed tasks.</li> | ||
<li>You can now use the Ctrl key when creating a task to continue adding.</li> | ||
<li>We've fixed a bug when moving tasks between projects and sections.</li> | ||
<li>We've addressed an animation bug when adding subtasks.</li> | ||
<li>Brazilian Portuguese translation has been updated, thanks to @Penfore.</li> | ||
<li>Spanish translation has been updated, thanks to @d0vi.</li> | ||
</ul> | ||
</description> | ||
</release> | ||
|
||
<release version="4.5.12" date="2024-03-29"> | ||
<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.5.12' | ||
version: '4.6' | ||
) | ||
|
||
gnome = import('gnome') | ||
|
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
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
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