diff --git a/CHANGELOG.md b/CHANGELOG.md index af06a18..014faa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,22 @@ ## v1.3.1 -- Fix file path selector: - *Always use absolute path, even when a .blend file is loaded.* +- Fix file path selector + *Always use absolute path when selecting, even when a .blend file is loaded.* ## v1.3.0 ### New Features -- Add templates from folder - *Automatically add the `.blend` files from a given folder and auto-name them with the clean file name.* +- Add templates from folder + *Automatically add the `.blend` files from a given folder and auto-name them with the clean file name.* *(with optional recursion depth parameter, default 1)* -- Clear current templates (with safety confirm) - *Easily remove all the current templates from the add-on preferences menu.* -- Auto-naming from the path (when adding from folder, or selecting the path before setting the name) -- Added current number of templates in the add-on preferences -- Update `File > Default` menu with new functions: - 1) Clear current templates - 2) Add from folder functions +- Clear current templates (with safety confirm) + *Easily remove all the current templates from the add-on preferences menu.* +- Auto-naming from the path (when adding from folder, or selecting the path before setting the name) +- Added current number of templates in the add-on preferences +- Update `File > Default` menu with new functions: + 1) Clear current templates + 2) Add from folder functions ## v1.2.6