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
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>@appid@</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Endeavour</name>
<summary>Manage your tasks</summary>
<description>
<p>
Endeavour is a task management application designed for simplicity. Save and order your todos.
Manage multiple todo lists. And more
</p>
</description>
<url type="homepage">https://wiki.gnome.org/Apps/Todo</url>
<url type="bugtracker">https://gitlab.gnome.org/World/Endeavour/issues</url>
<project_group>GNOME</project_group>
<screenshots>
<screenshot width="1920" height="1080">
<image>https://gitlab.gnome.org/World/Endeavour/raw/main/data/appdata/no-tasks.png</image>
<caption>Empty state</caption>
</screenshot>
<screenshot width="1920" height="1080">
<image>https://gitlab.gnome.org/World/Endeavour/raw/main/data/appdata/task-list.png</image>
<caption>Task lists</caption>
</screenshot>
</screenshots>
<kudos>
<kudo>AppMenu</kudo>
<kudo>ModernToolkit</kudo>
</kudos>
<releases>
<release date="2022-11-02" version="43.0">
<description>
<p>
Endeavour 43 brings major improvements:
<ul>
<li>
The Welcome screen has been removed, as its design didn't really
work out.
</li>
<li>
The notification system was switched to use AdwToast instead of the older,
custom notifications.
</li>
<li>
Styles have been updated to fit a more Adwaita-like design.
</li>
<li>
Lots of bugs have been squashed, leading to a more stable experience.
</li>
</ul>
</p>
</description>
</release>
<release date="2022-07-27" version="42.0">
<description>
<p>
Endeavour 42.0 comes with various improvements, bug squashing, and updated
translations.
</p>
<p>
This is the first release to feature new branding under the Endeavour name,
along with new maintainership.
</p>
</description>
</release>
<release date="2021-09-16" version="41.0">
<description>
<p>
GNOME To Do 41.0 comes with a selection of fixes, help pages, and many
updated translations.
</p>
</description>
</release>
<release date="2021-06-15" version="40.1">
<description>
<p>
GNOME To Do 40.1 comes with a selection of fixes to bugs and packaging issues,
cleanups, and many updated translations.
</p>
</description>
</release>
<release date="2021-05-03" version="40.0">
<description>
<p>
After 4 years in development, we are proud to annouce GNOME To Do 40.0!
</p>
<p>
GNOME To Do 40 brings major improvements:
<ul>
<li>
Loading, saving, and editing tasks is now completely asynchronous. This
should bring much better performance, particularly when dealing with
very large task lists.
</li>
<li>
The user interface was largely redesigned. It now features a sidebar that
collapses when the window is too small. Task editing is done in place now.
</li>
<li>GNOME To Do now uses GTK4!</li>
<li>
A welcome screen, and more welcoming empty states, should make To Do more
rewarding and engaging to use.
</li>
</ul>
</p>
<p>
Unfortunately, Todoist and Todo.txt are disabled now. The future of these
integration points is uncertain, given that the featureset they support is
different than GNOME To Do.
</p>
<p>This release also updates translations, and adds new translations.</p>
</description>
</release>
</releases>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<launchable type="desktop-id">org.gnome.Todo.desktop</launchable>
<developer_name>Jamie Murphy</developer_name>
<update_contact>hello@itsjamie.dev</update_contact>
<translation type="gettext">gnome-todo</translation>
</component>
|