- **LayerSets**: Fix infinite recursion when trying to access LayerSets as a list
Refactor
- **Photoshop**: Attempt to get running Photoshop application before spawning new one
0.21.3
Fix
- **deps**: update dependency wheel to ^0.40.0
0.21.2
Refactor
- **artLayers,layerSets**: Refactored __getitem__ to work like a dictionary key on LayerSets. Added type hinting and try/except to __getitem__ for both ArtLayers and LayerSets
0.21.1
Refactor
- update constants for support Photoshop 2023
0.21.0
Feat
- **png.py**: Add optional args to PNGSaveOptions
0.20.1
Refactor
- **action_descriptor**: Fix type hints for doubles