Docs: Improve Add-on Table and readmes #70
26
scripts-blender/addons/blender_svn/CHANGELOG.MD
Normal file
26
scripts-blender/addons/blender_svn/CHANGELOG.MD
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
## 0.2.1 - 2023-06-02
|
||||||
|
|
||||||
|
### ADDED
|
||||||
|
- Add a debug UI toggle
|
||||||
|
|
||||||
|
### FIXED
|
||||||
|
- Fix Addon Install Instructions
|
||||||
|
- Fix Revert operator not working
|
||||||
|
- Fix Addons Spelling and Links (#54)
|
||||||
|
- Fix error in writing credentials to file
|
||||||
|
- Fix URL reading on linux
|
||||||
|
- Fix crash in update_file_list()
|
||||||
|
|
||||||
|
### UN-CATEGORIZED
|
||||||
|
- Update ReadMe
|
||||||
|
- Multi-repository support
|
||||||
|
- Include Addon READMEs in Pipeline Docs (#49)
|
||||||
|
- SVN Cleanup now resets background threads
|
||||||
|
- Allow context menus to open .blend files
|
||||||
|
- More restructuring, added a ProcessManager.
|
||||||
|
- Auto-authenticate when add-on is enabled
|
||||||
|
- Store credentials on disk
|
||||||
|
- UX improvements
|
||||||
|
- Restructure add-on
|
||||||
|
- Nuke BAT dead code and relevant UI/UX.
|
||||||
|
|
@ -7,7 +7,7 @@ bl_info = {
|
|||||||
"author": "Demeter Dzadik, Paul Golter",
|
"author": "Demeter Dzadik, Paul Golter",
|
||||||
"description": "Blender Add-on to interact with Subversion.",
|
"description": "Blender Add-on to interact with Subversion.",
|
||||||
"blender": (3, 1, 0),
|
"blender": (3, 1, 0),
|
||||||
"version": (0, 2, 0),
|
"version": (0, 2, 1),
|
||||||
"location": "View3D",
|
"location": "View3D",
|
||||||
"warning": "",
|
"warning": "",
|
||||||
"doc_url": "",
|
"doc_url": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user