From 3d943ecd94d2732109dfcaf34b2db2c939ee020e Mon Sep 17 00:00:00 2001 From: LazyT Date: Wed, 31 Oct 2018 13:29:57 +0100 Subject: [PATCH] bump version to 0.8.2 --- README.md | 11 ++++++----- mainwindow.h | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7b39610..7a8d0bd 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ The current version supports the following features: Only on rooted devices: * extract token via ssh -* install/update/uninstall valetudo +* install/update/uninstall [Valetudo](https://github.com/hypfer/valetudo) * map functions via [Valetudo](https://github.com/hypfer/valetudo) (goto spot, zone cleaning, show coordinates, flip hor/ver, rotate 90/180/270°, zoom) +* show installed firmware version ## Screenshots @@ -66,21 +67,21 @@ GUI fans just install the [Qt-Environment](http://www.qt.io/download-open-source ***Hints for compiling:*** - - Qt5.11 or greater required - - libarchive and libssh required + - Qt 5.11 or greater required + - libarchive-dev and libssh-dev required ## Credits RRCC is based on * [Qt](http://www.qt.io) -* [QSshSocket](https://github.com/mikemvk/QSshSocket) * [QAES](https://github.com/bricke/Qt-AES) * [QArchive](https://github.com/antony-jr/QArchive) +* [QSshSocket](https://github.com/mikemvk/QSshSocket) * [ccrypt](http://ccrypt.sourceforge.net) * [libarchive](https://www.libarchive.org) -* [zlib](https://zlib.net) * [libssh](https://www.libssh.org) * [openssl](https://www.openssl.org) +* [zlib](https://zlib.net) Thanks for this great software! diff --git a/mainwindow.h b/mainwindow.h index 5e795a8..26a10c6 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -2,8 +2,8 @@ #define MAINWINDOW_H #define APPNAME "RoboRock Control Center" -#define APPVERS "0.8.1" -#define APPDATE "29.09.2018" +#define APPVERS "0.8.2" +#define APPDATE "31.10.2018" #include #include