|
10 | 10 | <developer_name>vikdevelop</developer_name> |
11 | 11 |
|
12 | 12 | <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> |
14 | 14 | </description> |
15 | 15 |
|
16 | 16 | <url type="homepage">https://github.com/vikdevelop/timer</url> |
|
19 | 19 |
|
20 | 20 | <screenshots> |
21 | 21 | <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> |
23 | 23 | </screenshot> |
24 | 24 | <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> |
26 | 26 | </screenshot> |
27 | 27 | <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> |
29 | 29 | </screenshot> |
30 | 30 | <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> |
32 | 32 | </screenshot> |
33 | 33 | </screenshots> |
34 | 34 |
|
|
39 | 39 | </categories> |
40 | 40 |
|
41 | 41 | <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> |
42 | 55 | <release version="2.1" date="2022-09-01"> |
43 | 56 | <description> |
44 | 57 | <p>Minor UI changes such as adjust window size based on spinner size, new sizes of spinner and more.</p> |
|
0 commit comments