Skip to content

Releases: idleberg/vscode-applescript

v0.31.0

21 Mar 08:38
v0.31.0
d500a67

Choose a tag to compare

v0.30.0

05 Mar 16:15
v0.30.0
e0f9375

Choose a tag to compare

  • require vscode>=1.98.0
  • update dependencies

v0.29.4

19 Feb 21:02
v0.29.4
c80b8ec

Choose a tag to compare

  • update icons and menu order
  • allow overwriting task files

v0.29.3

19 Feb 14:56
v0.29.3
d284b18

Choose a tag to compare

  • update button hover styles on custom webview

v0.29.2

19 Feb 08:31
v0.29.2
f905092

Choose a tag to compare

  • fix typo in docs

v0.29.1

19 Feb 08:32
v0.29.1
d436d93

Choose a tag to compare

  • use native icons
  • update dependencies

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.

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