diff options
-rwxr-xr-x | Cargo.toml | 2 | ||||
-rwxr-xr-x | data/com.lakoliu.Furtherance.appdata.xml.in | 10 | ||||
-rwxr-xr-x | meson.build | 2 | ||||
-rw-r--r-- | po/Furtherance.pot | 50 |
4 files changed, 45 insertions, 19 deletions
diff --git a/Cargo.toml b/Cargo.toml index a870325..7135c7b 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furtherance" -version = "1.4.0" +version = "1.5.0" authors = ["Ricky Kresslein <rk@lakoliu.com>"] edition = "2018" diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in index b66b439..1d4d6c1 100755 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -39,6 +39,16 @@ <content_rating type="oars-1.1" /> <releases> + <release version="1.5.0" date="2022-06-10"> + <description> + <ul> + <li>Added a button to restart tasks</li> + <li>CSV Export</li> + <li>Timer centered on empty state</li> + <li>Uses local date format</li> + </ul> + </description> + </release> <release version="1.4.0" date="2022-06-05"> <description> <ul> diff --git a/meson.build b/meson.build index 50b19d9..424e454 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.4.0', + version: '1.5.0', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], diff --git a/po/Furtherance.pot b/po/Furtherance.pot index 2d3a2fb..1f8ae1e 100644 --- a/po/Furtherance.pot +++ b/po/Furtherance.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: furtherance\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-10 15:44+0300\n" +"POT-Creation-Date: 2022-06-10 15:56+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -29,70 +29,86 @@ msgid "" msgstr "" #: data/com.lakoliu.Furtherance.appdata.xml.in:45 -msgid "Generate reports of task history over a specified timeframe" +msgid "Added a button to restart tasks" msgstr "" #: data/com.lakoliu.Furtherance.appdata.xml.in:46 +msgid "CSV Export" +msgstr "" + +#: data/com.lakoliu.Furtherance.appdata.xml.in:47 +msgid "Timer centered on empty state" +msgstr "" + +#: data/com.lakoliu.Furtherance.appdata.xml.in:48 +msgid "Uses local date format" +msgstr "" + +#: data/com.lakoliu.Furtherance.appdata.xml.in:55 +msgid "Generate reports of task history over a specified timeframe" +msgstr "" + +#: data/com.lakoliu.Furtherance.appdata.xml.in:56 msgid "Bug fixes and improvements" msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:53 +#: data/com.lakoliu.Furtherance.appdata.xml.in:63 msgid "Ability to add tasks manually" msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:54 +#: data/com.lakoliu.Furtherance.appdata.xml.in:64 msgid "Auto-save option" msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:55 +#: data/com.lakoliu.Furtherance.appdata.xml.in:65 msgid "Task names can now be changed for an entire group" msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:62 +#: data/com.lakoliu.Furtherance.appdata.xml.in:72 msgid "Added Pomodoro-style countdown timer!" msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:63 +#: data/com.lakoliu.Furtherance.appdata.xml.in:73 msgid "Bug fixes" msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:70 +#: data/com.lakoliu.Furtherance.appdata.xml.in:80 msgid "Ability to add tags!" msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:71 +#: data/com.lakoliu.Furtherance.appdata.xml.in:81 msgid "Fixed icon positioning" msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:72 +#: data/com.lakoliu.Furtherance.appdata.xml.in:82 msgid "Changed start button color and behavior" msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:73 +#: data/com.lakoliu.Furtherance.appdata.xml.in:83 msgid "Changed color of delete buttons" msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:74 +#: data/com.lakoliu.Furtherance.appdata.xml.in:84 msgid "Dutch, Brazilian Portuguese, and French translations" msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:81 +#: data/com.lakoliu.Furtherance.appdata.xml.in:91 msgid "Furtherance has a new icon! And lots of bug fixes and improvements." msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:90 +#: data/com.lakoliu.Furtherance.appdata.xml.in:100 msgid "First stable release of Furtherance." msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:94 +#: data/com.lakoliu.Furtherance.appdata.xml.in:104 msgid "Track time spent on tasks" msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:95 +#: data/com.lakoliu.Furtherance.appdata.xml.in:105 msgid "Change/delete recorded times" msgstr "" -#: data/com.lakoliu.Furtherance.appdata.xml.in:96 +#: data/com.lakoliu.Furtherance.appdata.xml.in:106 msgid "Idle detection" msgstr "" |