Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tombayley committed Sep 14, 2024
1 parent b256fd0 commit 46e639b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v3.0.0 (14-Sep-2024)
#### Breaking changes
- Switched to using display IDs for detection rather than the display name and index. **All settings in the DDC tab will be reset**
- This makes remembering displays and configured settings in the DDC tab more reliable

#### Non-breaking changes
- Added option in General to show small popup when changing brightness/temperature
- Made changing DDC brightness more reliable on some monitors

## v2.0.0 (13-Dec-2023)
- Add DDC support (native monitor brightness)

Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define AppName "Night Glow"
#define AppExe "NightGlow.exe"
#define AppVersion "2.0.0"
#define AppVersion "3.0.0"

[Setup]
AppId={{8B87A5F9-0C03-4B92-9080-DDCF75DC18A4}
Expand Down
2 changes: 1 addition & 1 deletion NightGlow/NightGlow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ApplicationIcon>Assets\app-icon.ico</ApplicationIcon>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 46e639b

Please sign in to comment.