diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/com.lakoliu.Furtherance.appdata.xml.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in index 6ed7ace..6270f10 100644 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -2,7 +2,7 @@ <component type="desktop-application"> <id>com.lakoliu.Furtherance</id> <launchable type="desktop-id">com.lakoliu.Furtherance.desktop</launchable> - <name>Furtherance</name> + <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> @@ -39,6 +39,13 @@ <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> |