Commit 405ff7f6 authored by Adam Honse's avatar Adam Honse
Browse files

OpenRGB version 0.6

parent 563ff31f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ greaterThan(QT_MAJOR_VERSION, 5): DEFINES += _QT6
#-----------------------------------------------------------------------------------------------#
# Application Configuration                                                                     #
#-----------------------------------------------------------------------------------------------#
VERSION     = 0.51
VERSION     = 0.6
TARGET      = OpenRGB
TEMPLATE    = app

+3 −1
Original line number Diff line number Diff line
## ![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
+1 −1
Original line number Diff line number Diff line
openrgb (0.51.1) UNRELEASED; urgency=medium
openrgb (0.6.0) UNRELEASED; urgency=medium

  * Builds from git master.  See git history for more information.

+4 −1
Original line number Diff line number Diff line
%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 <calcprogrammer1@gmail.com> - 0.6-0
- Updated to 0.6

* Mon May 03 2021 Pol Rius <alpemwarrior@gmail.com> - 0.5-0
- Modified to build in Gitlab's CI