-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathnet.openhabittracker.OpenHabitTracker.metainfo.xml
85 lines (85 loc) · 3.06 KB
/
net.openhabittracker.OpenHabitTracker.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop">
<id>net.openhabittracker.OpenHabitTracker</id>
<icon type="stock">net.openhabittracker.OpenHabitTracker</icon>
<launchable type="desktop-id">net.openhabittracker.OpenHabitTracker.desktop</launchable>
<name>OpenHabitTracker</name>
<developer_name>Jinjinov</developer_name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<url type="homepage">https://openhabittracker.net</url>
<url type="help">https://github.com/Jinjinov/OpenHabitTracker</url>
<url type="bugtracker">https://github.com/Jinjinov/OpenHabitTracker/issues</url>
<summary>Take notes, plan tasks, track habits</summary>
<categories>
<category>Office</category>
</categories>
<keywords>
<keyword>Open source</keyword>
<keyword>Habit tracker</keyword>
</keywords>
<description>
<p>OpenHabitTracker is:</p>
<ul>
<li>Free and Ad-Free</li>
<li>Open Source</li>
<li>Privacy Focused: All user data is stored locally on your device</li>
<li>Available on Windows, Linux, Android, iOS, macOS, and as a web app</li>
<li>Localized to English, German, Spanish, Slovenian</li>
</ul>
<p>Key features:</p>
<ul>
<li>Markdown support for notes</li>
<li>Use categories and priorities to organize your notes, tasks, and habits</li>
<li>Advanced Search, Filter, and Sort</li>
<li>Data Export/Import: JSON, YAML, TSV, Markdown</li>
<li>Import your notes from Google Keep</li>
<li>Available in 26 themes with Dark and Light modes</li>
</ul>
</description>
<provides>
<binary>OpenHT</binary>
</provides>
<content_rating type="oars-1.1" />
<screenshots>
<screenshot type="default">
<image>https://openhabittracker.net/images/desktop_1_settings.png</image>
<caption>Settings</caption>
</screenshot>
<screenshot>
<image>https://openhabittracker.net/images/desktop_2_note.png</image>
<caption>Note</caption>
</screenshot>
<screenshot>
<image>https://openhabittracker.net/images/desktop_3_notes.png</image>
<caption>Notes</caption>
</screenshot>
<screenshot>
<image>https://openhabittracker.net/images/desktop_4_task.png</image>
<caption>Task</caption>
</screenshot>
<screenshot>
<image>https://openhabittracker.net/images/desktop_5_tasks.png</image>
<caption>Tasks</caption>
</screenshot>
<screenshot>
<image>https://openhabittracker.net/images/desktop_6_habit.png</image>
<caption>Habit</caption>
</screenshot>
<screenshot>
<image>https://openhabittracker.net/images/desktop_7_habits.png</image>
<caption>Habits</caption>
</screenshot>
<screenshot>
<image>https://openhabittracker.net/images/desktop_8_backup.png</image>
<caption>Backup</caption>
</screenshot>
</screenshots>
<releases>
<release version="1.0.0" date="2024-12-31">
<description>
<p>Initial release of OpenHabitTracker.</p>
</description>
</release>
</releases>
</component>