about summary refs log tree commit diff
path: root/data/com.lakoliu.Furtherance.appdata.xml.in
blob: 73bf78cf575102bc5c6002760fef6c48f73f1aae (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
55
56
57
<?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>
  <url type="donation">https://www.paypal.com/donate/?hosted_button_id=TLYY8YZ424VRL</url>

  <content_rating type="oars-1.1" />

  <releases>
    <release version="1.0.9" date="2022-04-02"/>
    <release version="1.0.8" date="2022-03-26"/>
    <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>