From 662c47137d6f5f0970583f917a7ce8d79cc5a2d0 Mon Sep 17 00:00:00 2001 From: doc-code Date: Sat, 17 Aug 2024 11:43:15 +0200 Subject: [PATCH] Add CHANGELOG FILE --- CHANGELOG | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..139bead --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,13 @@ + +## v1.0.0 + +This is the first official version of the extension. + +Current features: + +- Add-on preferences with the list of custom templates (each with display name & path) +- The list of Custom Templates is added to the `File > New` menu +- The add-on functions are added to the `File > Defaults` menu, which are: + 1) Manage Templates (simple link to the Custom Templates add-on preferences) + 2) Select new custom template (open a popup requesting name and path and add it to the preferences + 3) Use current file as template (open a popup requesting name, and using the path of the current .blend file and add it to the preferences. Note: This function is only visible when a saved .blend file is currently loaded)