Skip to content

Commit 6316c6e

Browse files
committed
Release 4.5.8
1 parent 1a066c7 commit 6316c6e

9 files changed

+10
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<h3 align="center">Never worry about forgetting things again</h3>
88
</div>
99

10-
![Planify Screenshot](https://raw.githubusercontent.com/alainm23/planify/master/data/resources/screenshot/screenshot-01.png)
10+
![Planify Screenshot](https://raw.githubusercontent.com/alainm23/planify/master/data/resources/screenshot/screenshot-03.png)
1111

1212
## Planify is here...
1313

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

+8
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@
6363
<url type="donation">https://www.patreon.com/alainm23</url>
6464
<launchable type="desktop-id">@appid@.desktop</launchable>
6565
<releases>
66+
<release version="4.5.8" date="2024-03-21">
67+
<description translatable="no">
68+
<ul>
69+
<li>Fixed bug that icons are not displayed in Quick Add.</li>
70+
</ul>
71+
</description>
72+
</release>
73+
6674
<release version="4.5.6" date="2024-03-20">
6775
<description translatable="no">
6876
<ul>
10.6 KB
Loading
9.59 KB
Loading
9.98 KB
Loading
-16.3 KB
Loading
797 Bytes
Loading
-16.9 KB
Loading

meson.build

+1-1
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.5.6'
4+
version: '4.5.8'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)