about summary refs log tree commit diff
path: root/data/com.lakoliu.Furtherance.appdata.xml.in
blob: d675d75066b32a72e5b3e06e944b7947d9d64992 (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
58
59
60
61
62
63
64
65
66
<?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>
  <translation type="gettext">furtherance</translation>
	<metadata_license>CC0-1.0</metadata_license>
	<project_license>GPL-3.0-or-later</project_license>
	<description>
	  <p>
	    Furtherance is a 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.1.1" date="2022-04-14"/>
    <release version="1.1.0" date="2022-04-11">
      <description>
        <p>
          Furtherance has a new icon! And lots of bug fixes and improvements.
        </p>
      </description>
    </release>
    <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>