Updated Chagenlog for 1.0.9
This commit is contained in:
parent
44f2caa68d
commit
10a08e1ccf
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
# v1.0.9
|
||||
- Integrated cpp-httplib as libcurl replacement
|
||||
- Removed libcurl dependicies
|
||||
- Fixed round of avgTime in Dashboard
|
||||
- Removed subrepo dependencies for easier building
|
||||
# v1.0.8
|
||||
- Extracted common CC files to subrepo (xmrigCC-common)
|
||||
- Added sum row to Dashboard
|
||||
- Added dialogs (success/error) to all dashboard actions
|
||||
# v1.0.7
|
||||
- CCClient status update interval is now configurable
|
||||
- Updated to latest head of xmrig (Optimized soft aes)
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#define APP_ID "xmrigCC"
|
||||
#define APP_NAME "XMRigCC"
|
||||
#define APP_DESC "XMRigCC Command'n'Control Server"
|
||||
#define APP_VERSION "1.0.7"
|
||||
#define APP_VERSION "1.0.9"
|
||||
#define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id"
|
||||
# else
|
||||
#define APP_ID "xmrigCC"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue