diff --git a/NetworkProtocol.h b/NetworkProtocol.h index 1d6625f6..eda3fcec 100644 --- a/NetworkProtocol.h +++ b/NetworkProtocol.h @@ -13,7 +13,7 @@ | | | 0: Initial (unversioned) protocol | | 1: Add versioning, vendor string (Release 0.5) | -| 2: Add profile controls | +| 2: Add profile controls (Release 0.6) | \*-----------------------------------------------------*/ #define OPENRGB_SDK_PROTOCOL_VERSION 2 diff --git a/OpenRGB.pro b/OpenRGB.pro index 60238c93..ef5a4f2b 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -23,7 +23,7 @@ greaterThan(QT_MAJOR_VERSION, 5): DEFINES += _QT6 #-----------------------------------------------------------------------------------------------# # Application Configuration # #-----------------------------------------------------------------------------------------------# -VERSION = 0.51 +VERSION = 0.6 TARGET = OpenRGB TEMPLATE = app diff --git a/README.md b/README.md index 0c5eb2a0..16f31138 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -## ![OpenRGB](https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/uploads/5b7e633ac9f63b00c8a4c72686206c3f/OpenRGB.png) (formerly OpenAuraSDK) +## ![OpenRGB](https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/uploads/5b7e633ac9f63b00c8a4c72686206c3f/OpenRGB.png) ![Visitors](https://visitor-badge.glitch.me/badge?page_id=org.openrgb.readme) ![Pipeline Status](https://gitlab.com/CalcProgrammer1/OpenRGB/badges/master/pipeline.svg) +Visit our website at https://openrgb.org! + One of the biggest complaints about RGB is the software ecosystem surrounding it. Every manufacturer has their own app, their own brand, their own style. If you want to mix and match devices, you end up with a ton of conflicting, functionally identical apps competing for your background resources. On top of that, these apps are proprietary and Windows-only. Some even require online accounts. What if there was a way to control all of your RGB devices from a single app, on both Windows and Linux, without any nonsense? That is what OpenRGB sets out to achieve. One app to rule them all. ## Features diff --git a/debian/changelog b/debian/changelog index 5d562437..52a4c272 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -openrgb (0.51.1) UNRELEASED; urgency=medium +openrgb (0.6.0) UNRELEASED; urgency=medium * Builds from git master. See git history for more information. diff --git a/fedora/OpenRGB.spec b/fedora/OpenRGB.spec index d5190e7a..2351f137 100644 --- a/fedora/OpenRGB.spec +++ b/fedora/OpenRGB.spec @@ -1,7 +1,7 @@ %global _name OpenRGB Name: openrgb -Version: 0.5 +Version: 0.6 Release: 1%{?dist} Summary: Open source RGB lighting control that doesn't depend on manufacturer software @@ -50,6 +50,9 @@ fi %doc README.md %changelog +* Mon May 31 2021 Adam Honse - 0.6-0 +- Updated to 0.6 + * Mon May 03 2021 Pol Rius - 0.5-0 - Modified to build in Gitlab's CI