blob: 6270f1065b4080bffd8c8f77f421751fde104731 (
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
|
<?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 translatable="no">Furtherance</name>
<summary>Track your time without being tracked</summary>
<developer_name translatable="no">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.8.3" date="2024-02-05">
<description translatable="no">
<ul>
<li>Fixed a bug causing crash when timer was restarted after a Pomodoro timer finished</li>
</ul>
</description>
</release>
<release version="1.8.2" date="2023-10-15">
<description translatable="no">
<ul>
<li>Autocompletion</li>
<li>Bug fixes</li>
</ul>
</description>
</release>
<release version="1.8.1" date="2023-06-16">
<description translatable="no">
<p>Translation improvements</p>
</description>
</release>
<release version="1.8.0" date="2023-06-05">
<description translatable="no">
<p>1.8 is a big update for Furtherance!</p>
<ul>
<li>Add 'This week' and 'Last week' to Reports</li>
<li>Setting to update today's total time as timer ticks</li>
<li>Bug fix: Pomodoro no longer displays one minute off</li>
<li>Exported CSV now includes total seconds</li>
<li>Moved 'total time' across from the date</li>
<li>Preferences is now split into sections</li>
<li>Updated to Gnome 44 runtime</li>
<li>Now uses libadwaita AboutWindow</li>
</ul>
</description>
</release>
<release version="1.7.0" date="2023-03-22">
<description translatable="no">
<ul>
<li>Manually add new task to group</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="1.6.0" date="2022-10-02">
<description translatable="no">
<ul>
<li>The location of the database is now changeable</li>
<li>Backup database</li>
<li>Import databases</li>
<li>Bug fixes and improvements</li>
</ul>
</description>
</release>
<release version="1.5.4" date="2022-09-14"/>
<release version="1.5.3" date="2022-07-20"/>
<release version="1.5.2" date="2022-07-19">
<description translatable="no">
<ul>
<li>New icon!</li>
<li>Dates are now ISO 8601 format</li>
</ul>
</description>
</release>
<release version="1.5.1" date="2022-06-16"/>
<release version="1.5.0" date="2022-06-10">
<description translatable="no">
<ul>
<li>Added a button to restart tasks</li>
<li>CSV Export</li>
<li>Timer centered on empty state</li>
<li>Uses local date format</li>
</ul>
</description>
</release>
<release version="1.4.0" date="2022-06-05">
<description translatable="no">
<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 translatable="no">
<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 translatable="no">
<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 translatable="no">
<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 translatable="no">
<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 translatable="no">
<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>
|