Releases: LeoNatan/LNPropertyListEditor
Releases · LeoNatan/LNPropertyListEditor
v2.0.3
- Implemented drag & drop (#5)
- Added support copying and pasting with the Xcode plist editor
v2.0.2
- Improved right-click behavior when a row is selected (#5)
- Fixed incorrect behavior when cutting/deleting a row that is being edited (#5)
v2.0.1
Improved undo/redo management for insertion, deletion and type update of nodes.
v2.0.0
- Added SPM support
- Naming updates to the delegate and data transformer protocol APIs
- Modernized APIs for better ObjC and Swift compatibility
1.1
- Added support for hiding the type column
- Added delegate notification for changed value
- Visual tweaks