From 46e639bdfc438c9e0d25987b434ae3693a3d9259 Mon Sep 17 00:00:00 2001 From: Tom Bayley Date: Sat, 14 Sep 2024 12:18:52 +0100 Subject: [PATCH] Bump version to 3.0.0 --- CHANGELOG.md | 9 +++++++++ Installer/Installer.iss | 2 +- NightGlow/NightGlow.csproj | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b07e69..bb68b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Installer/Installer.iss b/Installer/Installer.iss index 3b67c75..843cec5 100644 --- a/Installer/Installer.iss +++ b/Installer/Installer.iss @@ -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} diff --git a/NightGlow/NightGlow.csproj b/NightGlow/NightGlow.csproj index 47809ad..b3b481f 100644 --- a/NightGlow/NightGlow.csproj +++ b/NightGlow/NightGlow.csproj @@ -6,7 +6,7 @@ enable true Assets\app-icon.ico - 2.0.0 + 3.0.0