OpenRGB version 0.6
This commit is contained in:
parent
563ff31fe3
commit
405ff7f6a5
5 changed files with 10 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ greaterThan(QT_MAJOR_VERSION, 5): DEFINES += _QT6
|
|||
#-----------------------------------------------------------------------------------------------#
|
||||
# Application Configuration #
|
||||
#-----------------------------------------------------------------------------------------------#
|
||||
VERSION = 0.51
|
||||
VERSION = 0.6
|
||||
TARGET = OpenRGB
|
||||
TEMPLATE = app
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
##  (formerly OpenAuraSDK)
|
||||
## 
|
||||
|
||||
 
|
||||
|
||||
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
2
debian/changelog
vendored
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue