Skip to content

Releases: idleberg/vscode-applescript

v0.29.0

24 Dec 10:27

Choose a tag to compare

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

07 Oct 13:09

Choose a tag to compare

  • improve error handling when creating build tasks
  • update dependencies

v0.28.1

07 Oct 13:08

Choose a tag to compare

  • update tooling
  • update dependencies

v0.28.0

10 Sep 19:12

Choose a tag to compare

  • add outline view support for applescript and jxa (thanks @geordiekorper)
  • update dependencies

v0.27.2

02 Jun 20:14

Choose a tag to compare

  • publish from github action
  • update dependencies

v0.27.1

28 Apr 20:25

Choose a tag to compare

  • do not focus output channel
  • update dependencies

v0.27.0

05 Apr 21:32

Choose a tag to compare

  • add Alt+Enter keybinding for continued lines (#40 by @donaldguy)
  • update tooling
  • update dependencies

v0.26.1

15 Oct 21:26

Choose a tag to compare

  • fix tsup config
  • update dependencies

v0.26.0

12 Oct 21:37

Choose a tag to compare

  • remove experimental decompiler
  • fix regexp for she-bang
  • update tooling
  • update dependencies

v0.25.1

14 Oct 21:40

Choose a tag to compare

  • make decoder optional
  • update dependencies