diff options
author | Gabriel Brand <gabr.brand@gmail.com> | 2024-02-11 21:06:52 +0100 |
---|---|---|
committer | Gabriel Brand <gabr.brand@gmail.com> | 2024-02-11 21:06:52 +0100 |
commit | fb3dc81d6adfb080ac4bdf0abc740344d00d377a (patch) | |
tree | 443b1ee52132834263ecb7c52fe5344a403ff0b3 /data | |
parent | 444fd7892c462e90035c5925011c390a937eb105 (diff) | |
download | Furtherance-fb3dc81d6adfb080ac4bdf0abc740344d00d377a.tar.zst |
Update appdata
Diffstat (limited to 'data')
-rw-r--r-- | data/com.lakoliu.Furtherance.appdata.xml.in | 39 |
1 files changed, 21 insertions, 18 deletions
diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in index 6270f10..acbc937 100644 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -1,21 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <component type="desktop-application"> - <id>com.lakoliu.Furtherance</id> + <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> + <developer id="kressle.in"> + <name translatable="no">Ricky Kresslein</name> + </developer> <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> + <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"> @@ -35,6 +38,8 @@ <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> + <url type="translate">https://hosted.weblate.org/projects/furtherance/translations/</url> + <url type="vcs-browser">https://github.com/lakoliu/Furtherance</url> <content_rating type="oars-1.1" /> @@ -92,8 +97,8 @@ </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.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> @@ -102,7 +107,7 @@ </ul> </description> </release> - <release version="1.5.1" date="2022-06-16"/> + <release version="1.5.1" date="2022-06-16" /> <release version="1.5.0" date="2022-06-10"> <description translatable="no"> <ul> @@ -149,7 +154,7 @@ </ul> </description> </release> - <release version="1.1.1" date="2022-04-14"/> + <release version="1.1.1" date="2022-04-14" /> <release version="1.1.0" date="2022-04-11"> <description translatable="no"> <p> @@ -157,8 +162,8 @@ </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.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> @@ -172,6 +177,4 @@ </description> </release> </releases> - </component> - |