Skip to content

v0.9.0

Choose a tag to compare

@EmilDohne EmilDohne released this 06 Apr 19:38
· 2 commits to master since this release
e16e4e1

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_color property.
  • 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