Skip to content

Latest commit

 

History

History
96 lines (56 loc) · 3.13 KB

RELEASE_NOTES.md

File metadata and controls

96 lines (56 loc) · 3.13 KB

Eclipse ShellWax: Release notes

This page describes the noteworthy improvements provided by each release of Eclipse ShellWax.

Next release...

1.3.0

Require Java 21 as runtime JVM

  • Starting with these ShellWax release it requires Java 21 JVM to be used to run Eclipse for the plugin to work.

Support Format

  • Format command is functional when shfmt is installed locally.

Bash LS update

  • Bash LSP dependency has been updated to version 5.4.0 . See changelog for details.

1.2.3

1.2.2

1.2.1

1.2.0

Require Java 17 as runtime JVM

Starting with these ShellWax release it requires Java 17 JVM to be used to run Eclipse for the plugin to work.

Update to Bash LSP 3.0.4

Bash LSP dependency has been updated to version 3.0.4. See changelog for details.

1.1.6

Add MacOS AArch64 support

Node embedder from latest Wild Web Developer plugin has support for it thus allows installation on MacOS Arm with bundled Node.js so users don't have to manually install it.

1.1.5

Fix content-type detection

Recent changes made that all files could be interpreted as ShellWax files and thus undesired operations from ShellWax could be shown on unrelated files. This is now fixed.

1.1.4

Support shell script files without extensions

Files with the following shebang are supported:

  • #!/bin/sh
  • #!*bash

1.1.3

Mac x86_64 and Linux AArch 64 Node.js embedder to the update site

Update to use Bash Language Server 2.0.0

Changes in it: