From a911ba79941356a92afff2e2f3e4e70d7fc40213 Mon Sep 17 00:00:00 2001 From: doc-code <bellini.francescob@gmail.com> Date: Mon, 26 Aug 2024 16:02:59 +0200 Subject: [PATCH] Update CHANGELOG explaining v1.2.3 --- CHANGELOG | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1214fd1..e45bfa8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +## v1.2.3 + +- Fix Splash Screen issue after disabling the add-on +- Fix index access problems in a couple of situations +- Minor UI updates + ## v1.2.2 Add files permission in manifest *(for import/export)* @@ -14,7 +20,6 @@ Minor code refactor *The add-on will only show your first 5 templates (while `File > New` always shows all your templates)* *If you have no custom templates, the default Blender's one will be used.* - ## v1.1.0 - Implement Import/Export functionality (to and from json file)