-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcom.github.vikdevelop.timer.metainfo.xml
More file actions
240 lines (226 loc) · 11 KB
/
com.github.vikdevelop.timer.metainfo.xml
File metadata and controls
240 lines (226 loc) · 11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>com.github.vikdevelop.timer</id>
<launchable type="desktop-id">com.github.vikdevelop.timer.desktop</launchable>
<name>Timer</name>
<summary>Simple countdown timer</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<developer_name>vikdevelop</developer_name>
<description>
<p>Timer is an open-source and simple application. It enables countdown timing in hours/minutes/seconds and:</p>
<ul>
<li>After finished timing possible shut down/reboot/suspend system, play beep and send notification</li>
<li>It is possible allow/disable playing beep</li>
<li>Set custom text for notification and alarm clock dialog</li>
<li>Use keyboard shortcuts for start, pause or stop timer and reset timer values</li>
</ul>
</description>
<url type="homepage">https://github.com/vikdevelop/timer</url>
<url type="bugtracker">https://github.com/vikdevelop/timer/issues</url>
<url type="translate">https://hosted.weblate.org/engage/vikdevelop/</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/vikdevelop/timer/main/img/timer_main-window.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/vikdevelop/timer/main/img/timer_timing-page.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/vikdevelop/timer/main/img/timer_notification-settings.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/vikdevelop/timer/main/img/timer_more-settings.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/vikdevelop/timer/main/img/timer_keyboard-shortcuts.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1"/>
<categories>
<category>Utility</category>
</categories>
<branding>
<color type="primary" scheme_preference="light">#BBDBFF</color>
<color type="primary" scheme_preference="dark">#3E6B8B</color>
</branding>
<releases>
<release version="3.5" date="2024-11-27">
<description>
<ul>
<li>Added option to select custom sound for the alarm clock</li>
</ul>
</description>
</release>
<release version="3.4" date="2024-05-05">
<description>
<ul>
<li>Setted up shortcut for opening new app windows (Ctrl+N)</li>
<li>Added Hindi translations, thanks to @Scrambled777</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="3.3" date="2023-11-12">
<description>
<ul>
<li>Added shortcuts</li>
<li>Added Catalan translations, thanks to @BennyBeat</li>
<li>Added Chinese translations, thanks to @carrothu-cn</li>
<li>Added Japanese translations, thanks to @inkch</li>
<li>Added Polish translations, thanks to Antoni Błoński (Weblate)</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="3.2" date="2023-08-11">
<description>
<ul>
<li>Added support for timing on the background</li>
<li>Fixed minor bugs</li>
</ul>
</description>
</release>
<release version="3.1" date="2023-05-27">
<description>
<ul>
<li>Added Persian translations, thanks to @Master811129</li>
<li>Updated translations</li>
<li>Added GSettings for better storing the Timer configuration</li>
</ul>
</description>
</release>
<release version="3.0" date="2023-03-18">
<description>
<ul>
<li>Added Hungarian translations, thanks to @danieluhrinyi</li>
<li>Added Portugalese (Brasil) translations, thanks to @fnogcps</li>
<li>Added Arabic translations, thanks to @fawaz006</li>
<li>added option to change action after timer finishes, play sound, custom notification text during timer (#73)</li>
</ul>
</description>
</release>
<release version="2.9" date="2023-02-11">
<description>
<ul>
<li>Option of set dark theme, resizable of Window and now also option of set vertical text in countdown page and option of expand the Preferences drop-down row after launching the Timer app has been moved to the tab "More settings" in the Preferences drop-down row</li>
<li>Removed spinner animation and option of set spinner size</li>
<li>If the "Resizable of Window" option is enabled, the Timer will save the current window size set by the user</li>
<li>added alternative keys for stop timer (EsC) and new keyboard shortcuts: Ctrl+M for show more settings and Ctrl+N for show notification settings</li>
<li>minor UI changes</li>
</ul>
</description>
</release>
<release version="2.8" date="2023-01-28">
<description>
<ul>
<li>The keyboard shortcuts Ctrl+P to pause the timer and Ctrl+T to continue in timing are now used instead of the original F6 and F7</li>
<li>Custom text for notification is now possible also use for alarm clock dialog</li>
<li>Minor UI changes</li>
</ul>
</description>
</release>
<release version="2.7" date="2023-01-01">
<description>
<ul>
<li>added option to action after finished timer "Play alarm clock". On timeout will be played sound until stopped and show message dialog</li>
<li>added Spanish translations, thanks to @haggen88</li>
<li>added option for remove all settings of Timer to headerbar next to Reset button</li>
<li>aded new keyboard shortcuts: F1 for show about dialog, F2 for switch to dark theme, F3 for switch to system theme and F5 for remove all Timer settings</li>
</ul>
</description>
</release>
<release version="2.6" date="2022-12-12">
<description>
<ul>
<li>New application design</li>
<li>if selected action after finished timer is reboot, suspend or shut down, is delay between beep and action 2 seconds</li>
<li>added keyboard shortcuts: Ctrl+S for start timer, Ctrl+C for stop timer, Ctrl+Q for quit Timer application, Ctrl+R for reset timer values and Ctrl+? for display Keyboard shortcuts window</li>
</ul>
</description>
</release>
<release version="2.5" date="2022-11-18">
<description>
<p>Changes:</p>
<ul>
<li>Added summary section to main window. This section is an overview of Timer Set Values</li>
<li>Minor UI changes</li>
</ul>
</description>
</release>
<release version="2.4" date="2022-11-08">
<description>
<p>Changes:</p>
<ul>
<li>it is now possible set custom notification text</li>
<li>added option of disable beep to preferences</li>
<li>added new action after finished timing: suspend</li>
<li>minor UI changes</li>
</ul>
</description>
</release>
<release version="2.3" date="2022-10-23">
<description>
<p>Changes:</p>
<ul>
<li>There is no longer a need to restart the Timer after making changes to the preferences</li>
<li>Added option of action after finished timing to preferences (e.g. reboot system after finished timing)</li>
<li>Other minor UI changes</li>
</ul>
</description>
</release>
<release version="2.2" date="2022-09-30">
<description>
<p>Changes:</p>
<ul>
<li>Added dark theme option for desktop environments that Timer doesn't follow the system theme (e.g. Cinnamon and Xfce)</li>
<li>It is now possible to type time input in hours, minutes and seconds, thanks @KenyC</li>
<li>Enhanced Preferences dialog</li>
<li>Added better beep</li>
<li>Added Russian translations, thanks @ViktorOn</li>
<li>Other minor UI changes</li>
</ul>
</description>
</release>
<release version="2.1" date="2022-09-01">
<description>
<p>Minor UI changes such as adjust window size based on spinner size, new sizes of spinner and more.</p>
</description>
</release>
<release version="2.0" date="2022-08-02">
<description>
<ul>
<li>Added Preferences dialog</li>
<li>Added icon to notification about finished timing</li>
<li>Minor UI changes such as set up default size and style of fonts and more</li>
<li>Added beep that timing started, stopped, and finished</li>
<li>Added About Dialog</li>
</ul>
</description>
</release>
<release version="1.8" date="2022-07-03">
<description>
<p>This release brings this following changes:</p>
<ul>
<li> Switched from GTK3 to GTK4 + Libadwaita</li>
<li> Added notifications that timing is finished</li>
<li> Added/Updated Czech, Deutsch and Italian translations</li>
<li> Added better app icon</li>
<li> Other small edits of source code such as editation of metainfo file, edittion README.md and so on.</li>
</ul>
</description>
</release>
<release version="1.7" date="2021-12-13">
<description>
<p> Small edits of source code: Added output for Timer events.</p>
</description>
</release>
<release version="1.6" date="2021-11-02">
</release>
</releases>
<keywords>
<keyword>timer</keyword>
<keyword>countdown</keyword>
<keyword>stopwatch</keyword>
</keywords>
</component>