diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-12-27 12:40:20 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-12-27 12:40:20 +0000 |
| commit | 5d8e439bc597159e3c9f0a8b65c0ae869dead3a8 (patch) | |
| tree | ed28aefed8add0da1c55c08fdf80b23c4346e0dc /data/appdata | |
Import Upstream version 43.0upstream/latest
Diffstat (limited to 'data/appdata')
| -rw-r--r-- | data/appdata/meson.build | 14 | ||||
| -rw-r--r-- | data/appdata/no-tasks.png | bin | 0 -> 47848 bytes | |||
| -rw-r--r-- | data/appdata/org.gnome.Todo.appdata.xml.in.in | 158 | ||||
| -rw-r--r-- | data/appdata/task-list.png | bin | 0 -> 44723 bytes |
4 files changed, 172 insertions, 0 deletions
diff --git a/data/appdata/meson.build b/data/appdata/meson.build new file mode 100644 index 0000000..21614ae --- /dev/null +++ b/data/appdata/meson.build @@ -0,0 +1,14 @@ +appdata_conf = configuration_data() +appdata_conf.set('appid', application_id) +appdata = i18n.merge_file( + type: 'xml', + input: configure_file( + input: 'org.gnome.Todo.appdata.xml.in.in', + output: 'org.gnome.Todo.appdata.xml.in', + configuration: appdata_conf + ), + output: '@0@.appdata.xml'.format(application_id), + po_dir: po_dir, + install: true, + install_dir: join_paths(endeavour_datadir, 'metainfo') +) diff --git a/data/appdata/no-tasks.png b/data/appdata/no-tasks.png Binary files differnew file mode 100644 index 0000000..6dd8816 --- /dev/null +++ b/data/appdata/no-tasks.png diff --git a/data/appdata/org.gnome.Todo.appdata.xml.in.in b/data/appdata/org.gnome.Todo.appdata.xml.in.in new file mode 100644 index 0000000..07a4290 --- /dev/null +++ b/data/appdata/org.gnome.Todo.appdata.xml.in.in @@ -0,0 +1,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> diff --git a/data/appdata/task-list.png b/data/appdata/task-list.png Binary files differnew file mode 100644 index 0000000..29c4bd0 --- /dev/null +++ b/data/appdata/task-list.png |
