#1.8.0 Preparation

This commit is contained in:
Ben Gräf 2018-10-16 00:29:22 +02:00
parent 89e210ddd7
commit 4e50098b29
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,8 @@
# 1.8.0
- Integration of cnv2 aka moneroV8
- Hashrate improve -> cnv1 and cnv2 by adding ASM code for Intel/AMD and softaes [thx @SChernykh]
- Fixes for OSX builds [thx @djfinch]
- Fixed safe mode #173
# 1.7.0
- First official Release of XMRigCC-amd #33 #3
- Full integration of xmrigCC-amd into XMRigCCServer/Dashboard with GPUInfo / remote logging

View file

@ -1,10 +1,11 @@
# XMRigCC
:warning: **XMRigCC 1.8.0 with cnv2 support will be released on Monday 15.10**
:warning: **Monero is forking to cnv2 on block 1685555 (2018-10-18) make sure you upgrade to at least XMRigCC 1.8.0**
:bulb: **This is the CPU variant of XMRigCC, if you're looking for the AMD GPU (OpenCL) variant [click here](https://github.com/Bendr0id/xmrigCC-amd/).**
:warning: **Confused by all the forks? Check the [Coin Configuration](https://github.com/Bendr0id/xmrigCC/wiki/Coin-configurations) guide.**
:bulb: **This is the CPU variant of XMRigCC, if you're looking for the AMD GPU (OpenCL) variant [click here](https://github.com/Bendr0id/xmrigCC-amd/).**
[![Windows Build status](https://ci.appveyor.com/api/projects/status/l8v7cuuy320a4tpd?svg=true)](https://ci.appveyor.com/project/Bendr0id/xmrigcc)
[![Docker Build status](https://img.shields.io/docker/build/bendr0id/xmrigcc.svg)](https://hub.docker.com/r/bendr0id/xmrigcc/)

View file

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