-
Notifications
You must be signed in to change notification settings - Fork 2
/
io.vikunja.Vikunja.appdata.xml
54 lines (48 loc) · 2.04 KB
/
io.vikunja.Vikunja.appdata.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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.vikunja.Vikunja</id>
<name>Vikunja</name>
<summary>The open-source to-do app</summary>
<description>
<p>Think of Vikunja like the notebook you have with all your things to keep track of.</p>
<p>But with superpowers.</p>
<p>☑️ Stay organized</p>
<p>Organize all of your tasks in projects.</p>
<p>Create subprojects organize everything hierarchical and keep related stuff grouped together.</p>
<p>👥 Collaborate with peers</p>
<p>Vikunja lets you easily share a project with another user or a whole team!</p>
<p>Assignments show who's working on what.</p>
<p>🧩 Use it how you need it</p>
<p>You can view your tasks in the classic list view -or in a Gantt Chart, or Table view, or Kanban Board!</p>
</description>
<screenshots>
<screenshot type="default">
<caption>The "Overview" page of Vikunja with a light theme</caption>
<image>https://vikunja.io/flathub-images/01-task-overview.png</image>
</screenshot>
<screenshot>
<caption>A to-do list with a dark theme</caption>
<image>https://vikunja.io/flathub-images/09-task-detail-dark.png</image>
</screenshot>
</screenshots>
<project_license>AGPL-3.0-or-later</project_license>
<metadata_license>CC0-1.0</metadata_license>
<launchable type="desktop-id">io.vikunja.Vikunja.desktop</launchable>
<content_rating type="oars-1.1" />
<url type="homepage">https://vikunja.io</url>
<url type="bugtracker">https://kolaente.dev/vikunja/vikunja/issues</url>
<url type="help">https://community.vikunja.io</url>
<releases>
<release version="0.24.3" date="2024-09-20" />
<release version="0.24.2" date="2024-08-12" />
<release version="0.24.1" date="2024-07-18" />
<release version="0.24.0" date="2024-07-02" />
<release version="0.23.0" date="2024-02-01" />
<release version="0.22.1" date="2024-01-28" />
<release version="0.22.0" date="2023-12-19" />
<release version="0.21.0" date="2023-7-10" />
</releases>
<developer id="io.vikunja">
<name>kolaente</name>
</developer>
</component>