Skip to content

Commit 405ff7f

Browse files
OpenRGB version 0.6
1 parent 563ff31 commit 405ff7f

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

NetworkProtocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| |
1414
| 0: Initial (unversioned) protocol |
1515
| 1: Add versioning, vendor string (Release 0.5) |
16-
| 2: Add profile controls |
16+
| 2: Add profile controls (Release 0.6) |
1717
\*-----------------------------------------------------*/
1818
#define OPENRGB_SDK_PROTOCOL_VERSION 2
1919

OpenRGB.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ greaterThan(QT_MAJOR_VERSION, 5): DEFINES += _QT6
2323
#-----------------------------------------------------------------------------------------------#
2424
# Application Configuration #
2525
#-----------------------------------------------------------------------------------------------#
26-
VERSION = 0.51
26+
VERSION = 0.6
2727
TARGET = OpenRGB
2828
TEMPLATE = app
2929

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## ![OpenRGB](https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/uploads/5b7e633ac9f63b00c8a4c72686206c3f/OpenRGB.png) (formerly OpenAuraSDK)
1+
## ![OpenRGB](https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/uploads/5b7e633ac9f63b00c8a4c72686206c3f/OpenRGB.png)
22

33
![Visitors](https://visitor-badge.glitch.me/badge?page_id=org.openrgb.readme) ![Pipeline Status](https://gitlab.com/CalcProgrammer1/OpenRGB/badges/master/pipeline.svg)
44

5+
Visit our website at https://openrgb.org!
6+
57
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.
68

79
## Features

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openrgb (0.51.1) UNRELEASED; urgency=medium
1+
openrgb (0.6.0) UNRELEASED; urgency=medium
22

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

fedora/OpenRGB.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global _name OpenRGB
22

33
Name: openrgb
4-
Version: 0.5
4+
Version: 0.6
55
Release: 1%{?dist}
66
Summary: Open source RGB lighting control that doesn't depend on manufacturer software
77

@@ -50,6 +50,9 @@ fi
5050
%doc README.md
5151

5252
%changelog
53+
* Mon May 31 2021 Adam Honse <[email protected]> - 0.6-0
54+
- Updated to 0.6
55+
5356
* Mon May 03 2021 Pol Rius <[email protected]> - 0.5-0
5457
- Modified to build in Gitlab's CI
5558

0 commit comments

Comments
 (0)