Update app to 1.1.4 for release.
This commit is contained in:
@@ -23,6 +23,12 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.1.4" date="2021-12-1" type="stable">
|
||||||
|
<description>
|
||||||
|
<p>Fixed chart axis and history based on code from Michael Hufer.</p>
|
||||||
|
<p>Fixed colors of charts based on widget theme.</p>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="1.1.3" date="2020-07-14" type="stable">
|
<release version="1.1.3" date="2020-07-14" type="stable">
|
||||||
<description>
|
<description>
|
||||||
<p>Fixed icon display on some platforms.</p>
|
<p>Fixed icon display on some platforms.</p>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=QiFlora
|
Name=QiFlora
|
||||||
Comment=Monitor plants with Mi Flora sensors.
|
Comment=Monitor plants with Mi Flora sensors.
|
||||||
Version=1.1.2
|
Version=1.1.4
|
||||||
Exec=qiflora
|
Exec=qiflora
|
||||||
MimeType=application/x-qiflora;
|
MimeType=application/x-qiflora;
|
||||||
Icon=org.eyecreate.qiflora
|
Icon=org.eyecreate.qiflora
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
|
|||||||
QQuickStyle::setStyle("Material");
|
QQuickStyle::setStyle("Material");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
KAboutData aboutData("org.eyecreate.qiflora", "QiFlora", "1.1.3", "Mobile friendly application to monitor Mi Flora devices.",KAboutLicense::GPL_V3);//TODO:i18n
|
KAboutData aboutData("org.eyecreate.qiflora", "QiFlora", "1.1.4", "Mobile friendly application to monitor Mi Flora devices.",KAboutLicense::GPL_V3);//TODO:i18n
|
||||||
aboutData.setProductName("qiflora");
|
aboutData.setProductName("qiflora");
|
||||||
aboutData.addAuthor("Kevin Whitaker",QString(),"eyecreate@eyecreate.org","https://www.eyecreate.org");
|
aboutData.addAuthor("Kevin Whitaker",QString(),"eyecreate@eyecreate.org","https://www.eyecreate.org");
|
||||||
aboutData.setDesktopFileName("org.eyecreate.qiflora");
|
aboutData.setDesktopFileName("org.eyecreate.qiflora");
|
||||||
|
|||||||
Reference in New Issue
Block a user