Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Jun 8, 2021
1 parent 35a6e6d commit 94b9ec5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v2.3.2 (09-Jun-2021)

- Application will now detect if the required .NET Runtime or any of its prerequisites are missing and prompt the user to download and install them automatically. **Experimental feature, please test it out and report any issues you may find!**
- Fixed performance degradations introduced by the last release.
- Fixed an issue where the application icon was not showing properly in "Programs and Features" window. (Thanks [@derech1e](https://github.com/derech1e))

### v2.3.1 (21-Mar-2021)

- Improved the approach used to refresh gamma after it had been reset by another process. Now, instead of simply re-uploading the last gamma ramp, LightBulb will enter a temporary gamma polling state, causing it to repeatedly force-refresh gamma for a short period of time. This takes care of many remaining cases where gamma would sometimes go out of sync on latest versions of Windows 10.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>2.3.1</Version>
<Version>2.3.2</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (C) Alexey Golub</Copyright>
<LangVersion>preview</LangVersion>
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define AppName "LightBulb"
#define AppVersion "2.3.1"
#define AppVersion "2.3.2"

[Setup]
AppId={{892F745F-A497-42ED-B503-8D74936D0BEB}
Expand Down

0 comments on commit 94b9ec5

Please sign in to comment.