Skip to content

Commit

Permalink
Bump to 5.11.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
psieg committed Mar 21, 2018
1 parent 5679dae commit cdf2ea1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion Software/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
# Software changelog
===================================================================================

Version 5.11.2.15
---------------
May 21, 2018

* Attempt to reconnect if the device is disconnected (#137)

Version 5.11.2.14
---------------
May 20, 2018

* Add automatic self-updater (enabled by default)
* Add API to persist last set colors when unlocking (#132)
* Attempt to reconnect if the device is disconnected (#137)
* Allow up to 512 LEDs for Adalight (#148, #149)
* Fix API using more than 100 LEDs (#152)
* Fix F.lux adjustment for multiple monitors (#127)
Expand Down
2 changes: 1 addition & 1 deletion Software/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.11.2.14
5.11.2.15
4 changes: 2 additions & 2 deletions Software/src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
#pragma once

// Current version of Lightpack software
#define VERSION_STR "5.11.2.14"
#define VERSION_STR "5.11.2.15"

// Resource defines using in Lightpack.rc
#define VER_FILEVERSION 5,11,2,14
#define VER_FILEVERSION 5,11,2,15
#define VER_PRODUCTVERSION VER_FILEVERSION

#define VER_FILEVERSION_STR VERSION_STR "\0"
Expand Down

0 comments on commit cdf2ea1

Please sign in to comment.