fix using wrong translation function and bump version.

This commit is contained in:
2019-11-15 12:40:59 -05:00
parent 0ec59fc409
commit bdebc0833e
5 changed files with 18 additions and 13 deletions

View File

@@ -15,13 +15,18 @@
</description>
<screenshots>
<screenshot type="default">
<image type="source">https://git.eyecreate.org/eyecreate/qiflora/raw/v1.1.1/packaging/main_window.png</image>
<image type="source">https://git.eyecreate.org/eyecreate/qiflora/raw/v1.1.2/packaging/main_window.png</image>
</screenshot>
<screenshot>
<image type="source">https://git.eyecreate.org/eyecreate/qiflora/raw/v1.1.1/packaging/mobile_window.png</image>
<image type="source">https://git.eyecreate.org/eyecreate/qiflora/raw/v1.1.2/packaging/mobile_window.png</image>
</screenshot>
</screenshots>
<releases>
<release version="1.1.2" date="2019-11-15" type="stable">
<description>
<p>Fixed code causing text to sometimes not appear.</p>
</description>
</release>
<release version="1.1.1" date="2019-11-14" type="stable">
<description>
<p>Cleaned up graph markings and temperature rounding.</p>

View File

@@ -1,7 +1,7 @@
[Desktop Entry]
Name=QiFlora
Comment=Monitor plants with Mi Flora sensors.
Version=1.1.1
Version=1.1.2
Exec=qiflora
MimeType=application/x-qiflora;
Icon=org.eyecreate.qiflora

View File

@@ -90,7 +90,7 @@
{
"type": "git",
"url": "https://git.eyecreate.org/eyecreate/qiflora.git",
"tag": "v1.1.1",
"tag": "v1.1.2",
"commit": "16db502a0460139dcff6a63df90c218e3e4c1d66"
}
]