diff --git a/CHANGELOG b/CHANGELOG index 2cd9d32..710fd01 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +## v1.2.6 + +- Fix preferences persistence issues on restart +- Used poll function to disable operators instead of hiding them + ## v1.2.5 - Fix override splash preference persistence when updating from splash diff --git a/addon/blender_manifest.toml b/addon/blender_manifest.toml index 0ef622c..ae7614f 100644 --- a/addon/blender_manifest.toml +++ b/addon/blender_manifest.toml @@ -1,6 +1,6 @@ schema_version = "1.0.0" id = "custom_templates" -version = "1.2.5" +version = "1.2.6" name = "Custom Templates" tagline = "Use your own .blend files as template options for new projects" maintainer = "Francesco Bellini " diff --git a/releases/1.x.x/custom_templates-1.2.6.zip b/releases/1.x.x/custom_templates-1.2.6.zip new file mode 100644 index 0000000..516c96a Binary files /dev/null and b/releases/1.x.x/custom_templates-1.2.6.zip differ