v0.9.0
This release primarily brings the long awaited support for editable text layers thanks to @ogkalu2!. For documentation please refer to here:
https://photoshopapi.readthedocs.io/en/latest/concepts/text-layers.html
Features:
- Add support for editable text layer. You can now read/parse/update/create text layer data.
- Add support for modifying a layers' display color via the new
Layer<T>::display_colorproperty. - Add support for passing unparsed data on roundtripping so e.g. adjustment layers will be maintained as you read/write files.
Bugfixes
- Fix linked layers from latest photoshop release not parsing due to updated descriptor version (thanks @prodBirdy!)
CI/Build
- Add support for python 3.14 out of the box