Docs: Improve Add-on Table and readmes #70

Merged
Nick Alberelli merged 16 commits from docs/addon-release-improvements into main 2023-06-05 16:09:57 +02:00
2 changed files with 27 additions and 1 deletions
Showing only changes of commit 5878279353 - Show all commits

View 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.

View File

@ -7,7 +7,7 @@ bl_info = {
"author": "Demeter Dzadik, Paul Golter",
"description": "Blender Add-on to interact with Subversion.",
"blender": (3, 1, 0),
"version": (0, 2, 0),
"version": (0, 2, 1),
"location": "View3D",
"warning": "",
"doc_url": "",