Skip to content

Commit 3342e88

Browse files
authored
Release version 0.6.0 (#51)
* meson: Update version * AppData: Add new release
1 parent b3cce7a commit 3342e88

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

data/com.manexim.home.appdata.xml.in

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2019 Manexim -->
2+
<!-- Copyright 2019-2021 Manexim -->
33
<component type="desktop">
44
<id>com.manexim.home</id>
55
<metadata_license>CC0</metadata_license>
@@ -21,6 +21,30 @@
2121
<binary>com.manexim.home</binary>
2222
</provides>
2323
​<releases>
24+
<release date="2021-12-23" version="0.6.0">
25+
<description>
26+
<p>New:</p>
27+
<ul>
28+
<li>Using Hdy.Window for rounded corners</li>
29+
<li>Support dark style preference</li>
30+
</ul>
31+
<p>Improved:</p>
32+
<ul>
33+
</ul>
34+
<p>Fixed:</p>
35+
<ul>
36+
</ul>
37+
<p>Translations:</p>
38+
<ul>
39+
<li>Russian (by camellan)</li>
40+
<li>French (by NathanBnm)</li>
41+
<li>German (by meisenzahl)</li>
42+
<li>Japanese (by ryonakano)</li>
43+
<li>Portuguese (by aimproxy)</li>
44+
<li>Polish (by oskarkunik)</li>
45+
</ul>
46+
</description>
47+
</release>
2448
<release date="2019-11-03" version="0.5.0">
2549
<description>
2650
<p>New:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.manexim.home', 'vala', 'c', version: '0.5.0')
1+
project('com.manexim.home', 'vala', 'c', version: '0.6.0')
22

33
gnome = import('gnome')
44
i18n = import('i18n')

0 commit comments

Comments
 (0)