diff --git a/packaging/org.eyecreate.qiflora.appdata.xml b/packaging/org.eyecreate.qiflora.appdata.xml index 5c5ba7f..4dd13e4 100644 --- a/packaging/org.eyecreate.qiflora.appdata.xml +++ b/packaging/org.eyecreate.qiflora.appdata.xml @@ -23,6 +23,12 @@ + + +

Fixed chart axis and history based on code from Michael Hufer.

+

Fixed colors of charts based on widget theme.

+
+

Fixed icon display on some platforms.

diff --git a/packaging/org.eyecreate.qiflora.desktop b/packaging/org.eyecreate.qiflora.desktop index 0dfd09d..1bfa0d2 100755 --- a/packaging/org.eyecreate.qiflora.desktop +++ b/packaging/org.eyecreate.qiflora.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=QiFlora Comment=Monitor plants with Mi Flora sensors. -Version=1.1.2 +Version=1.1.4 Exec=qiflora MimeType=application/x-qiflora; Icon=org.eyecreate.qiflora diff --git a/src/main.cpp b/src/main.cpp index 0a7ab95..9c3052d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,7 +17,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[]) QQuickStyle::setStyle("Material"); #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.addAuthor("Kevin Whitaker",QString(),"eyecreate@eyecreate.org","https://www.eyecreate.org"); aboutData.setDesktopFileName("org.eyecreate.qiflora");