From 3f52e45e73a2ec07cb3ce27b9be8c4c80989c2d2 Mon Sep 17 00:00:00 2001 From: Kai Ejler Rasmussen Date: Sun, 28 Oct 2018 17:58:40 +0100 Subject: [PATCH] Release v0.5.2 --- CHANGELOG.md | 6 ++++-- GitVersion.yml | 2 +- README.md | 8 +++++--- appveyor.yml | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf845c3e..69489146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [RC 0.5.2] - 2018-10-28 +## [Unreleased] + +## [0.5.2] - 2018-10-28 ### Fixed - Values other than 0 or 50 for DeadZone should now work properly - Maximum deflection should now be achievable again -## [RC 0.5.1] - 2018-10-28 +## [0.5.1] - 2018-10-28 ### Added - Interception Provider: Duplicate devices now have #2, #3 etc at end of name to differentiate them - You no longer put a Provider into Bind Mode, you put a Device into Bind Mode (Bind Mode is still not implemented on the front end) diff --git a/GitVersion.yml b/GitVersion.yml index 0ff9d6aa..f0d54013 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -7,7 +7,7 @@ branches: increment: none dev(elop)?(ment)?$: mode: ContinuousDelivery - tag: alpha-unstable + tag: alpha-rc increment: Patch ignore: sha: [] diff --git a/README.md b/README.md index 7a35fa53..c1a30a1b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Universal Control Remapper -[![GitHub release](https://img.shields.io/badge/release-v0.5.0-blue.svg)](https://github.com/Snoothy/UCR/releases/tag/v0.5.0) [![IOWrapper version](https://img.shields.io/badge/IOWrapper-v0.8.3-blue.svg)](https://github.com/evilC/IOWrapper) [![license](https://img.shields.io/github/license/snoothy/ucr.svg)](https://github.com/Snoothy/UCR/blob/master/LICENSE) [![Github All Releases](https://img.shields.io/github/downloads/snoothy/ucr/total.svg)](https://github.com/Snoothy/UCR/releases) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/Snoothy/UCR?svg=true)](https://ci.appveyor.com/project/Snoothy/ucr) [![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=Snoothy_UCR&metric=alert_status)](https://sonarcloud.io/dashboard?id=Snoothy_UCR) +[![GitHub release](https://img.shields.io/badge/release-v0.5.2-blue.svg)](https://github.com/Snoothy/UCR/releases/tag/v0.5.2) [![IOWrapper version](https://img.shields.io/badge/IOWrapper-v0.8.3-blue.svg)](https://github.com/evilC/IOWrapper) [![license](https://img.shields.io/github/license/snoothy/ucr.svg)](https://github.com/Snoothy/UCR/blob/master/LICENSE) [![Github All Releases](https://img.shields.io/github/downloads/snoothy/ucr/total.svg)](https://github.com/Snoothy/UCR/releases) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/Snoothy/UCR?svg=true)](https://ci.appveyor.com/project/Snoothy/ucr) [![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=Snoothy_UCR&metric=alert_status)](https://sonarcloud.io/dashboard?id=Snoothy_UCR) Universal Control Remapper is a complete rewrite of the original [UCR](https://github.com/evilC/UCR), created in collaboration with [evilC](https://github.com/evilC/). @@ -71,8 +71,10 @@ UCR supports input and output devices through plugins using the [IOWrapper](http - Keyboard (using [interception](https://github.com/oblitum/Interception)) - Mouse (using [interception](https://github.com/oblitum/Interception)) -## Build ## -It is required to run the build script before building with Visual Studio. Run `.\build.ps1 InitProject` from powershell to initialize the required dependencies. All subsequent builds can be done from Visual Studio 2017 +## Building and Contributing ## +It is required to run the build script before building with Visual Studio. Run `.\build.ps1 InitProject` from powershell to initialize the required dependencies. All subsequent builds can be done from Visual Studio 2017. + +Please see `CONTRIBUTING` when you've decided to contribute to Universal Control Remapper ## License ## diff --git a/appveyor.yml b/appveyor.yml index e3d76601..5a89da75 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.5.0-{branch}+{build} +version: 0.5.2-{branch}+{build} image: Visual Studio 2017 install: