diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-03-26 11:31:53 +0100 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-03-26 11:31:53 +0100 |
commit | bb77af4c3e28e26191f55bdd1eb379a3a8d1671c (patch) | |
tree | 19dd4c4c8a4205e15b2665f8f44608ca6ae44e31 /data | |
parent | 296787174a318780a9b0aebc322c5ebe64fc3b36 (diff) | |
download | Furtherance-bb77af4c3e28e26191f55bdd1eb379a3a8d1671c.tar.zst |
Updated AppData
Diffstat (limited to 'data')
-rwxr-xr-x | data/com.lakoliu.Furtherance.appdata.xml.in | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in index a4ab125..4ae7d41 100755 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -4,6 +4,8 @@ <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> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-3.0-or-later</project_license> <description> @@ -16,16 +18,16 @@ <screenshots> <screenshot type="default"> - <image width="500">https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-main.png</image> + <image>https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-main.png</image> </screenshot> <screenshot> - <image width="500">https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-task-details.png</image> + <image>https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-task-details.png</image> </screenshot> <screenshot> - <image width="500">https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-edit-task.png</image> + <image>https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-edit-task.png</image> </screenshot> <screenshot> - <image width="500">https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-settings.png</image> + <image>https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-settings.png</image> </screenshot> </screenshots> @@ -34,4 +36,19 @@ <content_rating type="oars-1.1" /> + <releases> + <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> |