Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Aug 1, 2023
1 parent 47f5174 commit 71a6ed7
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,5 +1,11 @@
# Changelog

## v2.4.6 (01-Aug-2023)

- Changed the target runtime to .NET 7.
- Updated the application icon.
- Fixed minor issues.

## 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.
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>net7.0-windows</TargetFramework>
<Version>2.4.5</Version>
<Version>2.4.6</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.5"
#define AppVersion "2.4.6"

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

0 comments on commit 71a6ed7

Please sign in to comment.