-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathorg.jousse.vincent.Pomodorolm.metainfo.xml
61 lines (60 loc) · 3.03 KB
/
org.jousse.vincent.Pomodorolm.metainfo.xml
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
<?xml version='1.0' encoding='UTF-8'?>
<component type="desktop-application">
<id>org.jousse.vincent.Pomodorolm</id>
<name>pomodorolm</name>
<summary>A simple, good looking and configurable pomodoro tracker with tray icon.</summary>
<developer_name>Vincent Jousse</developer_name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0-only</project_license>
<url type="homepage">https://github.com/vjousse/pomodorolm</url>
<url type="bugtracker">https://github.com/vjousse/pomodorolm/issues</url>
<description>
<p>
Pomodorolm is a simple, good looking and configurable pomodoro tracker with tray icon. You can change its look and feel by using themes and you if none suits you, you can create your own theme.
All sessions durations are configurable and you can choose to play sounds too (ticking sound, end of session and so on). You can even display notifications if you want to.
</p>
</description>
<launchable type="desktop-id">org.jousse.vincent.Pomodorolm.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/vjousse/pomodorolm/main/screenshot.png</image>
<caption>Multiple screens of Pomodorolm with the default theme</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="0.3.3" date="2025-01-11">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.3.3</url>
</release>
<release version="0.3.2" date="2025-01-11">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.3.2</url>
</release>
<release version="0.3.1" date="2024-11-07">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.3.1</url>
</release>
<release version="0.3.0" date="2024-11-06">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.3.0</url>
</release>
<release version="0.2.2" date="2024-10-16">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.2.2</url>
</release>
<release version="0.2.1" date="2024-09-29">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.2.1</url>
</release>
<release version="0.2.0" date="2024-09-27">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.2.0</url>
</release>
<release version="0.1.11" date="2024-09-13">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.1.11</url>
</release>
<release version="0.1.10" date="2024-09-11">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.1.10</url>
</release>
<release version="0.1.9" date="2024-09-09">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.1.9</url>
</release>
<release version="0.1.8" date="2024-09-06">
<url type="details">https://github.com/vjousse/pomodorolm/releases/tag/app-v0.1.8</url>
</release>
</releases>
</component>