diff --git a/packaging/org.eyecreate.qiflora.appdata.xml b/packaging/org.eyecreate.qiflora.appdata.xml index 5c5ba7ff96e420588befee4a1f3e80f44ab0e5a4..4dd13e40786d0fb05ec944df210fe007e4c23383 100644 --- a/packaging/org.eyecreate.qiflora.appdata.xml +++ b/packaging/org.eyecreate.qiflora.appdata.xml @@ -23,6 +23,12 @@ </screenshot> </screenshots> <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"> <description> <p>Fixed icon display on some platforms.</p> diff --git a/packaging/org.eyecreate.qiflora.desktop b/packaging/org.eyecreate.qiflora.desktop index 0dfd09d76ba73a0dd7f55232dc0191f2498a6054..1bfa0d27b6f172dbe1ce171e17ff52483cf630ae 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 0a7ab95bf2333205e949954b98a3998fd1c8cf46..9c3052d95ed3fdc857abf7fb7fa0c7e295c0ede6 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");