Update CHANGELOG

This commit is contained in:
Francesco Bellini 2024-09-01 16:05:34 +02:00
parent 2f24258c06
commit 706b86a975

View File

@ -1,22 +1,22 @@
## v1.3.1 ## v1.3.1
- Fix file path selector: - Fix file path selector
*Always use absolute path, even when a .blend file is loaded.* *Always use absolute path when selecting, even when a .blend file is loaded.*
## v1.3.0 ## v1.3.0
### New Features ### New Features
- Add templates from folder - Add templates from folder
*Automatically add the `.blend` files from a given folder and auto-name them with the clean file name.* *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)* *(with optional recursion depth parameter, default 1)*
- Clear current templates (with safety confirm) - Clear current templates (with safety confirm)
*Easily remove all the current templates from the add-on preferences menu.* *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) - 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 - Added current number of templates in the add-on preferences
- Update `File > Default` menu with new functions: - Update `File > Default` menu with new functions:
1) Clear current templates 1) Clear current templates
2) Add from folder functions 2) Add from folder functions
## v1.2.6 ## v1.2.6