Skip to content

Commit

Permalink
Update for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaygood86 committed Oct 14, 2021
1 parent 0852c84 commit a794fbe
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 17 deletions.
4 changes: 2 additions & 2 deletions data/io.github.jhaygood86.mauborgne.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
</p>
</description>
<releases>
<release version="0.3.1" date="2021-09-29" urgency="medium">
<release version="0.4.0" date="2021-10-14" urgency="medium">
<description>
<p>Feature Release</p>
<ul>
<li>Stores pad secrets securely</li>
<li>Adds support for importing from Aegis JSON vaults</li>
</ul>
</description>
</release>
Expand Down
4 changes: 2 additions & 2 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endforeach
i18n.merge_file(
input: 'io.github.jhaygood86.mauborgne.desktop.in',
output: 'io.github.jhaygood86.mauborgne.desktop',
po_dir: join_paths(meson.source_root(), 'po', 'extra'),
po_dir: join_paths(meson.source_root(), 'po'),
type: 'desktop',
install: true,
install_dir: join_paths(get_option('datadir'), 'applications')
Expand All @@ -27,7 +27,7 @@ i18n.merge_file(
i18n.merge_file(
input: 'io.github.jhaygood86.mauborgne.appdata.xml.in',
output: 'io.github.jhaygood86.mauborgne.appdata.xml',
po_dir: join_paths(meson.source_root(), 'po', 'extra'),
po_dir: join_paths(meson.source_root(), 'po'),
type: 'xml',
install: true,
install_dir: join_paths(get_option('datadir'), 'metainfo'),
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'io.github.jhaygood86.mauborgne', 'vala', 'c',
meson_version: '>= 0.49',
version: '0.3.1'
version: '0.4.0'
)

vapi_dir = meson.current_source_dir() / 'vapi'
Expand Down
4 changes: 2 additions & 2 deletions po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: io.github.jhaygood86.mauborgne\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-14 15:56-0400\n"
"POT-Creation-Date: 2021-10-14 16:00-0400\n"
"PO-Revision-Date: 2021-10-08 18:00+0000\n"
"Last-Translator: Justin Haygood <[email protected]>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/maurbogne/"
Expand Down Expand Up @@ -113,7 +113,7 @@ msgid "Feature Release"
msgstr ""

#: data/io.github.jhaygood86.mauborgne.appdata.xml.in:18
msgid "Stores pad secrets securely"
msgid "Adds support for importing from Aegis JSON vaults"
msgstr ""

#: data/io.github.jhaygood86.mauborgne.appdata.xml.in:60
Expand Down
11 changes: 7 additions & 4 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: io.github.jhaygood86.mauborgne\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2021-10-08 13:32-0400\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-14 16:00-0400\n"
"PO-Revision-Date: 2021-10-11 00:04+0000\n"
"Last-Translator: J. Lavoie <[email protected]>\n"
"Language-Team: French <https://hosted.weblate.org/projects/maurbogne/"
Expand Down Expand Up @@ -115,8 +115,8 @@ msgid "Feature Release"
msgstr "Publication des fonctions"

#: data/io.github.jhaygood86.mauborgne.appdata.xml.in:18
msgid "Stores pad secrets securely"
msgstr "Stocke les secrets du bloc en toute sécurité"
msgid "Adds support for importing from Aegis JSON vaults"
msgstr ""

#: data/io.github.jhaygood86.mauborgne.appdata.xml.in:60
msgid "Justin Haygood"
Expand All @@ -133,3 +133,6 @@ msgstr "io.github.jhaygood86.mauborgne"
#: data/io.github.jhaygood86.mauborgne.desktop.in:11
msgid "Mauborgne;2FA;OTP;"
msgstr "Mauborgne;A2F;2FA;OTP;"

#~ msgid "Stores pad secrets securely"
#~ msgstr "Stocke les secrets du bloc en toute sécurité"
4 changes: 2 additions & 2 deletions po/io.github.jhaygood86.mauborgne.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: io.github.jhaygood86.mauborgne\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-14 15:56-0400\n"
"POT-Creation-Date: 2021-10-14 16:00-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -112,7 +112,7 @@ msgid "Feature Release"
msgstr ""

#: data/io.github.jhaygood86.mauborgne.appdata.xml.in:18
msgid "Stores pad secrets securely"
msgid "Adds support for importing from Aegis JSON vaults"
msgstr ""

#: data/io.github.jhaygood86.mauborgne.appdata.xml.in:60
Expand Down
11 changes: 7 additions & 4 deletions po/nb_NO.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: io.github.jhaygood86.mauborgne\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2021-10-08 13:32-0400\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-14 16:00-0400\n"
"PO-Revision-Date: 2021-10-09 21:44+0000\n"
"Last-Translator: Allan Nordhøy <[email protected]>\n"
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
Expand Down Expand Up @@ -116,8 +116,8 @@ msgid "Feature Release"
msgstr "Funksjonsutgivelse"

#: data/io.github.jhaygood86.mauborgne.appdata.xml.in:18
msgid "Stores pad secrets securely"
msgstr "Lagrer notishemmeligheter sikkert"
msgid "Adds support for importing from Aegis JSON vaults"
msgstr ""

#: data/io.github.jhaygood86.mauborgne.appdata.xml.in:60
msgid "Justin Haygood"
Expand All @@ -134,3 +134,6 @@ msgstr "io.github.jhaygood86.mauborgne"
#: data/io.github.jhaygood86.mauborgne.desktop.in:11
msgid "Mauborgne;2FA;OTP;"
msgstr "Mauborgne;2FA;OTP;"

#~ msgid "Stores pad secrets securely"
#~ msgstr "Lagrer notishemmeligheter sikkert"

0 comments on commit a794fbe

Please sign in to comment.