All the Blender Institute Python webprojects are moving to Poetry; it works better than Pipenv in various regards.
25 lines
603 B
Markdown
25 lines
603 B
Markdown
# Blender Asset Tracer changelog
|
|
|
|
This file logs the changes that are actually interesting to users (new features,
|
|
changed functionality, fixed bugs).
|
|
|
|
## Version 1.2 (in development)
|
|
|
|
- Migrated from Pipenv to Poetry for managing Python package dependencies.
|
|
|
|
|
|
## Version 1.1.1 (2019-04-18)
|
|
|
|
- Blender 2.79 / Python 3.5 compatibility fix.
|
|
|
|
|
|
## Version 1.1 (2019-03-25)
|
|
|
|
- Add support for Shaman (https://www.flamenco.io/docs/user_manual/shaman/)
|
|
- Add support for Alembic files referenced in linked-in libraries.
|
|
|
|
|
|
## Version 1.0 (2019-03-01)
|
|
|
|
- Base version after which changes will be recorded here.
|