Skip to content

Commit

Permalink
Update version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rickykresslein committed Jun 10, 2022
1 parent 60f1767 commit aa892b1
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "furtherance"
version = "1.4.0"
version = "1.5.0"
authors = ["Ricky Kresslein <rk@lakoliu.com>"]
edition = "2018"

Expand Down
10 changes: 10 additions & 0 deletions data/com.lakoliu.Furtherance.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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',
],
Expand Down
50 changes: 33 additions & 17 deletions po/Furtherance.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 ""

Expand Down

0 comments on commit aa892b1

Please sign in to comment.