From 3b0a49e02247ce24b8837b83c019740e936e7d18 Mon Sep 17 00:00:00 2001 From: Nice3point Date: Fri, 29 Dec 2023 02:21:30 +0300 Subject: [PATCH] Bump version --- Changelog.md | 10 ++++++++++ build/Build.Configuration.cs | 8 ++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3bcc5dcc..08fd3844 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,15 @@ # Changelog +# 2023-12-25 **2024.0.12** + +Last corrective update for this year, bringing minor tweaks and improvements + +- Add theme update for all open RevitLookup instances by @ricaun in https://github.com/jeremytammik/RevitLookup/pull/200 +- Fix incorrect Hue calculation for some colour formats +- Disable all background effects for Windows 10. Thanks @ricaun for help and testing https://github.com/jeremytammik/RevitLookup/issues/194 + +That's all for now. I wish you all a Happy New Year with best regards, do what you love, evolve, travel, don't forget to have a rest and keep coding 🎉 + # 2023-12-25 **2024.0.11** In this release RevitLookup welcomes you with improved visuals, support for templates to fine-tune data display, improved navigation, in-depth color support, let's take a look diff --git a/build/Build.Configuration.cs b/build/Build.Configuration.cs index 3abd68bd..c30a5a76 100644 --- a/build/Build.Configuration.cs +++ b/build/Build.Configuration.cs @@ -20,10 +20,10 @@ protected override void OnBuildInitialized() VersionMap = new() { - {"Release R21", "2021.2.11"}, - {"Release R22", "2022.2.11"}, - {"Release R23", "2023.2.11"}, - {"Release R24", "2024.0.11"} + {"Release R21", "2021.2.12"}, + {"Release R22", "2022.2.12"}, + {"Release R23", "2023.2.12"}, + {"Release R24", "2024.0.12"} }; } } \ No newline at end of file