Skip to content

Releases: eclipse-shellwax/shellwax

1.3.0

09 Oct 10:20

Choose a tag to compare

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.3 . See [changelog](https://github.com/bash-lsp/bash-language-server/blob/main/server/CHANGELOG.md#5.4.3) for details.

What's Changed

New Contributors

Full Changelog: 1.2.3...1.3.0

1.2.3

12 Jun 16:22

Choose a tag to compare

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

1.2.2

09 Dec 14:26

Choose a tag to compare

Bash LSP updated to version 4.1.0

1.2.1

25 Aug 10:03

Choose a tag to compare

Bash LSP updated to version 3.1.0

1.2.0

12 Jul 14:24

Choose a tag to compare

1.1.5

16 Nov 08:02

Choose a tag to compare

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

12 Nov 13:54
bf45b53

Choose a tag to compare

Support shell script files without extensions

1.1.3

27 Oct 13:03
09be10a

Choose a tag to compare

  • 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:

BREAKING: Drop node 10 support
Upgrade dependencies
Adds support for completing command line arguments (https://github.com/bash-lsp/bash-language-server/pull/294)

1.1.2

20 Mar 09:08

Choose a tag to compare

Release with dependencies coming from Eclipse 2021-03

1.1.0

04 Dec 15:48

Choose a tag to compare

Allows using Node.js embedded instance to ease setup for users that don't have it installed systemwide.