Skip to content

Commit da57827

Browse files
authored
release 4.15.0 (#1913)
1 parent 8000ead commit da57827

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

data/io.github.alainm23.planify.appdata.xml.in.in

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,23 @@
6060
<url type="donation">https://www.patreon.com/alainm23</url>
6161
<launchable type="desktop-id">@[email protected]</launchable>
6262
<releases>
63+
<release version="4.15.0" date="2025-10-11">
64+
<description translate="no">
65+
<ul>
66+
<li>Added a new lightweight Markdown editor, optimized for Planify. It features a cleaner design and a contextual popover for formatting when selecting text.</li>
67+
<li>Added animations to circular progress bars for tasks and projects. Project completion now includes a smooth, satisfying animation.</li>
68+
<li>Planify now uses Weblate to manage translations. You can help make Planify available in more languages by contributing directly through Weblate. A new translation progress bar and link were added in Preferences.</li>
69+
<li>Introduced Focus Mode — simply click anywhere outside the focused task to close it. This long-requested feature improves the UX when working with focused tasks and is enabled by default for new installations.</li>
70+
<li>Improved ESC key behavior. It now closes a focused task or exits multi-selection mode, making it more intuitive to navigate with the keyboard.</li>
71+
<li>Added multi-selection shortcut: hold Ctrl and click on tasks to perform batch operations such as completing, setting due dates, or priorities more easily.</li>
72+
<li>Added new context menus in the sidebar and project views. You can now quickly create tasks, projects, or sections with a right-click.</li>
73+
<li>Added the ability to select your default Inbox project — one of the most requested features. Planify now ensures that at least one source remains visible and prevents hiding the source linked to the default Inbox project.</li>
74+
<li>Improved the behavior and validation of hidden sources across the app, ensuring consistency in Quick Add, Labels, and Project Picker views.</li>
75+
<li>Enhanced smoothness and responsiveness when dragging tasks to the end of long project lists. The scroll speed now dynamically adjusts based on cursor position.</li>
76+
</ul>
77+
</description>
78+
</release>
79+
6380
<release version="4.14.1" date="2025-09-28">
6481
<description translate="no">
6582
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.github.alainm23.planify',
33
'vala', 'c',
4-
version: '4.14.1'
4+
version: '4.15.0'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)