Skip to content

Commit b09c09c

Browse files
authored
Release 2.2 (Flathub)
1 parent 99ccac7 commit b09c09c

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

flatpak/com.github.vikdevelop.timer.metainfo.xml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<developer_name>vikdevelop</developer_name>
1111

1212
<description>
13-
<p>Timer program allows you to count down time in seconds.</p>
13+
<p>A timer that allows timing in seconds, minutes and hours.</p>
1414
</description>
1515

1616
<url type="homepage">https://github.com/vikdevelop/timer</url>
@@ -19,16 +19,16 @@
1919

2020
<screenshots>
2121
<screenshot type="default">
22-
<image>https://raw.githubusercontent.com/vikdevelop/timer/main/img/timer-gtk4_main.png</image>
22+
<image>https://raw.githubusercontent.com/vikdevelop/timer/main/img/timer-gtk4_1.png</image>
2323
</screenshot>
2424
<screenshot>
25-
<image>https://raw.githubusercontent.com/vikdevelop/timer/main/img/timer-gtk4_timing.png</image>
25+
<image>https://raw.githubusercontent.com/vikdevelop/timer/main/img/timer-gtk4_2.png</image>
2626
</screenshot>
2727
<screenshot>
28-
<image>https://raw.githubusercontent.com/vikdevelop/timer/main/img/timer-gtk4_timing_finished.png</image>
28+
<image>https://raw.githubusercontent.com/vikdevelop/timer/main/img/timer-gtk4_4.png</image>
2929
</screenshot>
3030
<screenshot>
31-
<image>https://raw.githubusercontent.com/vikdevelop/timer/main/img/timer-gtk4_timing_stopped.png</image>
31+
<image>https://raw.githubusercontent.com/vikdevelop/timer/main/img/timer-gtk4_3.png</image>
3232
</screenshot>
3333
</screenshots>
3434

@@ -39,6 +39,19 @@
3939
</categories>
4040

4141
<releases>
42+
<release version="2.2" date="2022-09-30">
43+
<description>
44+
<p>Changes:</p>
45+
<ul>
46+
<li>Added dark theme option for desktop environments that Timer doesn't follow the system theme (e.g. Cinnamon and Xfce)</li>
47+
<li>It is now possible to type time input in hours, minutes and seconds, thanks @KenyC</li>
48+
<li>Enhanced Preferences dialog</li>
49+
<li>Added better beep</li>
50+
<li>Added Russian translations, thanks @ViktorOn</li>
51+
<li>Other minor UI changes</li>
52+
</ul>
53+
</description>
54+
</release>
4255
<release version="2.1" date="2022-09-01">
4356
<description>
4457
<p>Minor UI changes such as adjust window size based on spinner size, new sizes of spinner and more.</p>

0 commit comments

Comments
 (0)