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
14 changed files with 22 additions and 58 deletions
Showing only changes of commit 94c8e1e3f0 - Show all commits

View File

@ -8,6 +8,4 @@
- Fix Addons Spelling and Links (#54)
- Fix crash in update_file_list()
### UN-CATEGORIZED
- Include Addon READMEs in Pipeline Docs (#49)

View File

@ -4,6 +4,4 @@
- Fix Addon Install Instructions
- Fix Addons Spelling and Links (#54)
### UN-CATEGORIZED
- Include Addon READMEs in Pipeline Docs (#49)

View File

@ -8,11 +8,7 @@
- Fix "Update output collection"
- Fix PyGPU Key (#60)
- Fix Addons Spelling and Links (#54)
### UN-CATEGORIZED
- Make PyGPU enum backwards compatible
- Include Addon READMEs in Pipeline Docs (#49)
- [Blender-Kitsu] Fix Frame Start & Frame End Calculation (#46)
- [Blender-Kitsu] Push Seq - restore gen_output_path() (#45)
- [Blender_Kitsu] Add Operators to cleanup Animation Files (#38)
- Fix Frame Start & Frame End Calculation (#46)
- Push Seq - restore gen_output_path() (#45)
- Add Operators to cleanup Animation Files (#38)

View File

@ -2,6 +2,8 @@
### ADDED
- Add a debug UI toggle
- Multi-repository support
### FIXED
- Fix Addon Install Instructions
@ -11,10 +13,7 @@
- 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)
## CHANGED
- SVN Cleanup now resets background threads
- Allow context menus to open .blend files
- More restructuring, added a ProcessManager.
@ -22,5 +21,6 @@
- Store credentials on disk
- UX improvements
- Restructure add-on
- Nuke BAT dead code and relevant UI/UX.
## REMOVED
- Nuke BAT dead code and relevant UI/UX.

View File

@ -7,6 +7,3 @@
- Fix Addon Install Instructions
- Fix Addons Spelling and Links (#54)
### UN-CATEGORIZED
- Include Addon READMEs in Pipeline Docs (#49)

View File

@ -4,6 +4,4 @@
- Fix Addon Install Instructions
- Fix Addons Spelling and Links (#54)
### UN-CATEGORIZED
- Include Addon READMEs in Pipeline Docs (#49)

View File

@ -4,6 +4,5 @@
- Fix Addon Install Instructions
- Fix Addons Spelling and Links (#54)
### UN-CATEGORIZED
- Include Addon READMEs in Pipeline Docs (#49)

View File

@ -1,3 +1,4 @@
## 0.1.1 - 2023-06-02
## DOCUMENTED
- Initial release

View File

@ -7,9 +7,7 @@
- Fix error in writing credentials to file
- Fix another error in disable_modifiers()
- Fix small bug found by MackBo
### UN-CATEGORIZED
- Another small bugfix
- Include Addon READMEs in Pipeline Docs (#49)
- Nuke BAT dead code and relevant UI/UX.
### REMOVED
- Nuke BAT dead code and relevant UI/UX.

View File

@ -1,10 +1,4 @@
## 0.1.1 - 2023-06-02
### FIXED
- Fix Addon Install Instructions
- Fix Addons Spelling and Links (#54)
### UN-CATEGORIZED
- Move location to /pipeline
- Include Addon READMEs in Pipeline Docs (#49)
## DOCUMENTED
- Initial release

View File

@ -1,3 +1,6 @@
## 0.1.1 - 2023-06-02
## DOCUMENTED
- Initial release

View File

@ -2,12 +2,3 @@
### ADDED
- Add release system
### FIXED
- Fix Addon Install Instructions
- Fix Addons Spelling and Links (#54)
### UN-CATEGORIZED
- [DOCS] add lighting_override readme from notion
- Include Addon READMEs in Pipeline Docs (#49)

View File

@ -1,9 +1,4 @@
## 0.0.2 - 2023-06-02
### FIXED
- Fix Addon Install Instructions
- Fix Addons Spelling and Links (#54)
### UN-CATEGORIZED
- Include Addon READMEs in Pipeline Docs (#49)
## DOCUMENTED
- Initial release

View File

@ -1,10 +1,6 @@
## 0.1.1 - 2023-06-02
### FIXED
- Fix Addon Install Instructions
- Fix Addons Spelling and Links (#54)
### UN-CATEGORIZED
### CHANGED
- Always use Video Editing workspace (#61)
- Include Addon READMEs in Pipeline Docs (#49)