Skip to content

Releases: eclipse-shellwax/shellwax

1.3.0

Choose a tag to compare

@akurtakov akurtakov released this 09 Oct 10:20

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

Choose a tag to compare

@akurtakov akurtakov released this 12 Jun 16:22

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

1.2.2

Choose a tag to compare

@akurtakov akurtakov released this 09 Dec 14:26

Bash LSP updated to version 4.1.0

1.2.1

Choose a tag to compare

@akurtakov akurtakov released this 25 Aug 10:03

Bash LSP updated to version 3.1.0

1.2.0

Choose a tag to compare

@akurtakov akurtakov released this 12 Jul 14:24

1.1.5

Choose a tag to compare

@akurtakov akurtakov released this 16 Nov 08:02

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

Choose a tag to compare

@akurtakov akurtakov released this 12 Nov 13:54
bf45b53

Support shell script files without extensions

1.1.3

Choose a tag to compare

@akurtakov akurtakov released this 27 Oct 13:03
09be10a
  • 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

Choose a tag to compare

@akurtakov akurtakov released this 20 Mar 09:08

Release with dependencies coming from Eclipse 2021-03

1.1.0

Choose a tag to compare

@akurtakov akurtakov released this 04 Dec 15:48

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