Updated version/changelog to 1.0.5

This commit is contained in:
BenDroid 2017-11-01 22:45:29 +01:00
parent 50be55f9f3
commit d3dcba370e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
# v1.0.5
- Merged latest changes of XMRig
- Added current algo to dashboard
- Added editor for client configs to dashboard
- some cosmetics on dashboard
# v1.0.4 # v1.0.4
- Updated XMRig to 2.4.2 - Updated XMRig to 2.4.2
- Fixed "--background" not working for xmrigCCServer on Windows - Fixed "--background" not working for xmrigCCServer on Windows

View file

@ -29,7 +29,7 @@
#define APP_ID "xmrigCC" #define APP_ID "xmrigCC"
#define APP_NAME "XMRigCC" #define APP_NAME "XMRigCC"
#define APP_DESC "XMRigCC Command'n'Control Server" #define APP_DESC "XMRigCC Command'n'Control Server"
#define APP_VERSION "1.0.4" #define APP_VERSION "1.0.5"
#define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id" #define APP_COPYRIGHT "Copyright (C) 2017- BenDr0id"
# else # else
#define APP_ID "xmrigCC" #define APP_ID "xmrigCC"