Skip to content

Commit e3a61fb

Browse files
bump to v1.3
1 parent b97534e commit e3a61fb

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

data/io.github.philippkosarev.bmi.metainfo.xml.in

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<project_license>GPL-2.0-or-later</project_license>
66

77
<name>BMI</name>
8-
<summary>A body mass index calculator</summary>
8+
<summary>Body mass index calculator</summary>
99
<description>
10-
<p>BMI is an open-source, body mass index calculator built with GTK4 and LibAdwaita. </p>
10+
<p>BMI is an open-source, body mass index calculator built with GTK4 and LibAdwaita.</p>
1111
</description>
1212

1313
<developer id="tld.vendor">
@@ -42,7 +42,7 @@
4242

4343
<!-- Applications should set a brand color in both light and dark variants like so -->
4444
<branding>
45-
<color type="primary" scheme_preference="light">#f6f5f4</color>
45+
<color type="primary" scheme_preference="light">#c2daf7</color>
4646
<color type="primary" scheme_preference="dark">#3a3543</color>
4747
</branding>
4848

@@ -69,12 +69,15 @@
6969
</supports>
7070

7171
<releases>
72-
<release version="v1.2" date="2024-10-1">
73-
<url type="details">https://github.com/PhilippKosarev/bmi/releases/tag/v1.2</url>
72+
<release version="v1.3" date="2024-10-6">
73+
<url type="details">https://github.com/PhilippKosarev/bmi/releases/tag/v1.3</url>
7474
<description translate="no">
75-
<p>Preparing for Flathub release</p>
75+
<p>Version 1.3</p>
7676
<ul>
77-
<li>Non-user facing changes</li>
77+
<li>Fixed inconsistent BMI message (underweight/healthy/overweight)</li>
78+
<li>Updated app icon to fit the guidelines</li>
79+
<li>Updated brand colour to fit the guidelines</li>
80+
<li>Added hardware support info</li>
7881
</ul>
7982
</description>
8083
</release>

io.github.philippkosarev.bmi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{
3232
"type" : "git",
3333
"url" : "https://github.com/PhilippKosarev/bmi",
34-
"tag" : "v1.2"
34+
"tag" : "v1.3"
3535
}
3636
]
3737
}

0 commit comments

Comments
 (0)