From 7f662679af7177de619115483619527bb8e277c9 Mon Sep 17 00:00:00 2001 From: g4m4 <misept.dieseneuf@gmail.com> Date: Mon, 5 May 2025 18:09:38 +0200 Subject: [PATCH] [MISC] Bump version number and update changelog --- FixIt.uplugin | 2 +- changelog.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/FixIt.uplugin b/FixIt.uplugin index be06fe2..28a92fa 100644 --- a/FixIt.uplugin +++ b/FixIt.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "1.7", + "VersionName": "1.8", "FriendlyName": "FixIt", "Description": "A real-time feedback tool", "Category": "Tools", diff --git a/changelog.md b/changelog.md index c60602e..686b630 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog Releases - FixIt +## Version 1.8 +Date 2025/05/05 +- Fix uninitialised enum value +- Manage overrides formats with regards to new default values +- Also handle string array for multiple connection settings +- Fix correct build configuration selection + ## Version 1.7 Date 2025/03/27 - Upgrade to Fixit internal library 1.2 -- GitLab