blob: 4ae7d41513006d9db57750e4a8658f670c966f2f (
plain) (
blame)
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-application">
<id>com.lakoliu.Furtherance</id>
<launchable type="desktop-id">com.lakoliu.Furtherance.desktop</launchable>
<name>Furtherance</name>
<summary>Track your time without being tracked.</summary>
<developer_name>Ricky Kresslein</developer_name>
<update_contact>rk@lakoliu.com</update_contact>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>
Furtherance is an elegant time tracking app built for Gnome with Rust
and GTK4. In addition to tracking time spent on tasks, you can edit that
time, delete entries, and change settings. It even has idle detection.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-main.png</image>
</screenshot>
<screenshot>
<image>https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-task-details.png</image>
</screenshot>
<screenshot>
<image>https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-edit-task.png</image>
</screenshot>
<screenshot>
<image>https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-settings.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://furtherance.app</url>
<url type="bugtracker">https://github.com/lakoliu/Furtherance/issues</url>
<content_rating type="oars-1.1" />
<releases>
<release version="1.0.7" date="2022-03-18">
<description>
<p>
First stable release of Furtherance.
</p>
<ul>
<li>Track time spent on tasks</li>
<li>Change/delete recorded times</li>
<li>Idle detection</li>
</ul>
</description>
</release>
</releases>
</component>
|