Prepared releas 1.1.0

This commit is contained in:
BenDroid 2017-11-13 22:52:10 +01:00
parent a320a02570
commit 7fa4f3203f
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
# v1.1.0
- Added option to hide offline miners from Dashboard
- Added online status indicator to Dashboard client id column (green:red)
- JSON-Protocol changes to send miner info to XMRigCC server
- Added Tooltip to Dashboard column id containing new miner info (CPU, CPU flags, Cores, Threads, Memory, External IP, ...)
# v1.0.9
- Integrated cpp-httplib as libcurl replacement
- Removed libcurl dependicies

View file

@ -1,5 +1,5 @@
# version format
version: 1.0.{build}
version: 1.1.{build}
# build only tags
skip_non_tags: true

View file

@ -36,14 +36,14 @@
#define APP_DESC "XMRigCC CPU miner"
#define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id"
#endif
#define APP_VERSION "1.0.9 (based on XMRig 2.4.2)"
#define APP_VERSION "1.1.0 (based on XMRig 2.4.2)"
#define APP_DOMAIN ""
#define APP_SITE "https://github.com/Bendr0id/xmrigCC"
#define APP_KIND "cpu"
#define APP_VER_MAJOR 1
#define APP_VER_MINOR 0
#define APP_VER_BUILD 9
#define APP_VER_MINOR 1
#define APP_VER_BUILD 0
#define APP_VER_REV 0
#ifdef _MSC_VER