diff --git a/CHANGELOG b/CHANGELOG index 8ba3837..5e849f4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ +## v1.0.2 + +Swich from `zip` to `blender -c extension built` for building the .zip file (now without useless /addon folder in the zip). +*This update does not impact on functionalities* + ## v1.0.1 Update preferences identifier from `__name__` to `__package__` as documented [here](https://docs.blender.org/manual/en/dev/advanced/extensions/addons.html#user-preferences-and-package) +*This update does not impact on functionalities* ## v1.0.0 diff --git a/addon/blender_manifest.toml b/addon/blender_manifest.toml index 9c79f4b..917d93e 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.0.1" +version = "1.0.2" 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.0.2.zip b/releases/1.x.x/custom_templates-1.0.2.zip new file mode 100644 index 0000000..07e1d40 Binary files /dev/null and b/releases/1.x.x/custom_templates-1.0.2.zip differ