Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
bump version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyT committed Oct 31, 2018
1 parent 57235aa commit 3d943ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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!
4 changes: 2 additions & 2 deletions mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <QApplication>
#include <QMainWindow>
Expand Down

0 comments on commit 3d943ec

Please sign in to comment.