Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 14, 2022
1 parent 78e6034 commit b7cf41e
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.4.5 (14-Apr-2022)

- Updated the gamma invalidation strategy to consider gamma stale if the foreground window changed within the last 500 milliseconds. This works around issues where switching to specific windows (for example, Windows Action Center) causes gamma to reset.
- Extended tooltips on brightness sliders to clarify what effect they have.
- Fixed an issue which caused LightBulb to crash occasionally when clicking on its tray icon.

### v2.4.4 (07-Mar-2022)

- Actually fixed it this time.
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>net6.0-windows</TargetFramework>
<Version>2.4.4</Version>
<Version>2.4.5</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (C) Oleksii Holub</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.4.4"
#define AppVersion "2.4.5"

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

0 comments on commit b7cf41e

Please sign in to comment.