about summary refs log tree commit diff
path: root/data/com.lakoliu.Furtherance.appdata.xml.in
blob: b66b439c47130505f19175071ea63183a8b2ef83 (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?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.4.0" date="2022-06-05">
      <description>
        <ul>
          <li>Generate reports of task history over a specified timeframe</li>
          <li>Bug fixes and improvements</li>
        </ul>
      </description>
    </release>
    <release version="1.3.0" date="2022-05-26">
      <description>
        <ul>
          <li>Ability to add tasks manually</li>
          <li>Auto-save option</li>
          <li>Task names can now be changed for an entire group</li>
        </ul>
      </description>
    </release>
    <release version="1.2.0" date="2022-04-29">
      <description>
        <ul>
          <li>Added Pomodoro-style countdown timer!</li>
          <li>Bug fixes</li>
        </ul>
      </description>
    </release>
    <release version="1.1.2" date="2022-04-22">
      <description>
        <ul>
          <li>Ability to add tags!</li>
          <li>Fixed icon positioning</li>
          <li>Changed start button color and behavior</li>
          <li>Changed color of delete buttons</li>
          <li>Dutch, Brazilian Portuguese, and French translations</li>
        </ul>
      </description>
    </release>
    <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>