From 40d4e2cc8abefa98cdd1947c5d642c55e8df1b81 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 14 Nov 2020 21:26:16 -0800 Subject: [PATCH] Update changelog --- .../ConformalDecals/Versioning/ConformalDecals.version | 2 +- changelog.txt | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/GameData/ConformalDecals/Versioning/ConformalDecals.version b/GameData/ConformalDecals/Versioning/ConformalDecals.version index 2f9b497..a722e4d 100644 --- a/GameData/ConformalDecals/Versioning/ConformalDecals.version +++ b/GameData/ConformalDecals/Versioning/ConformalDecals.version @@ -7,7 +7,7 @@ "MAJOR":0, "MINOR":2, "PATCH":3, - "BUILD":0 + "BUILD":1 }, "KSP_VERSION": { diff --git a/changelog.txt b/changelog.txt index 7376194..16dfba6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,9 +3,10 @@ v0.2.3 - Fixes: - Fixed TMP subobjects being deleted, causing fallback fonts to fail in some situations. - Started using URL-style encoding for text decals behind the scenes to prevent issues with certain characters. - - Fixed text decals having zero size when they had only whitespace or an empty string - - Fixed decals having drag and causing issues when using FAR - + - Fixed text decals having zero size when they had only whitespace or an empty string. + - Fixed decals having drag and causing issues when using FAR. + - Fixed broken saving of text decals in certain circumstances. + v0.2.2 ------ - Fixes: