Releases: idleberg/vscode-applescript
v0.29.0
Merry Christmas 🎄
I don't usually write a text for the release notes, but this one time I feel the need to do things a bit differently.
At long last, there is finally a satisfying experience to edit binary AppleScript files. I'd still call it experimental and hope to get some feedback on the implementation. This was the last major feature missing to go v1.0.0. However, in the process, I noticed some of the code didn't age well, so I'm going to rewrite and polish some of it over the next couple of weeks.
The other big change is moving JXA to a separate package. Not everybody might be happy about this, but I tried to handle this in a way that it shouldn't be noticed. I explain this change in detail in this discussion.
Changelog
That's it, I hope you enjoy the festive season before going back to coding!
- add binary editing feature
- remove all JXA features (they are now part of a separate package, which will still be installed)
- update tooling
- update dependencies
v0.28.2
v0.28.1
v0.28.0
- add outline view support for applescript and jxa (thanks @geordiekorper)
- update dependencies