OpenRGB version 0.6

This commit is contained in:
Adam Honse 2021-06-01 00:03:06 -05:00
parent 563ff31fe3
commit 405ff7f6a5
5 changed files with 10 additions and 5 deletions

View file

@ -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

View file

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

View file

@ -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

2
debian/changelog vendored
View file

@ -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.

View file

@ -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 <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