Skip to content

Commit ca07b17

Browse files
authored
relase 4.15.1 (#1914)
1 parent 6ec2560 commit ca07b17

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,30 @@
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">
63+
<release version="4.15.1" date="2025-10-11">
6464
<description translate="no">
65+
<p>✨ Planify 4.15.1 is here! Enjoy a new Markdown editor, smoother animations, Focus Mode, and smarter ways to organize your tasks.</p>
6566
<ul>
6667
<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>
6768
<li>Added animations to circular progress bars for tasks and projects. Project completion now includes a smooth, satisfying animation.</li>
6869
<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>
6970
<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>
7071
<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>
72+
<li>Improved keyboard navigation when selecting projects or labels in Quick Add, making the flow more intuitive and seamless.</li>
7173
<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>
7274
<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>
7375
<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>
7476
<li>Improved the behavior and validation of hidden sources across the app, ensuring consistency in Quick Add, Labels, and Project Picker views.</li>
7577
<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>
7678
</ul>
79+
<p>🐞 Fixes:</p>
80+
<ul>
81+
<li>Fixed a crash that occurred when reordering views in the sidebar.</li>
82+
<li>Fixed an issue where Planify didn’t correctly read multiple CalDAV tasks.</li>
83+
<li>Fixed a bug where labels from a source were not removed after deleting that source.</li>
84+
<li>Fixed an issue with sidebar filters when using spaces in their names.</li>
85+
<li>Fixed an issue where Planify didn’t update event data correctly when changes occurred.</li>
86+
</ul>
7787
</description>
7888
</release>
7989

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.15.0'
4+
version: '4.15.1'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)