This page describes the noteworthy improvements provided by each release of Eclipse ShellWax.
- 📅 Release Date: TBD
- All changes: https://github.com/eclipse/shellwax/compare/1.2.3...1.3.0
- Starting with these ShellWax release it requires Java 21 JVM to be used to run Eclipse for the plugin to work.
- Format command is functional when
shfmt
is installed locally.
- Bash LSP dependency has been updated to version 5.4.0 . See changelog for details.
- 📅 Release Date: Jun 6th, 2023
- Bash LSP dependency has been updated to version 4.9.2 . See changelog for details.
- All changes: https://github.com/eclipse/shellwax/compare/1.2.2...1.2.3
- 📅 Release Date: Dec 9th, 2022
- Bash LSP dependency has been updated to version 4.1.0 . See changelog for details.
- All changes: https://github.com/eclipse/shellwax/compare/1.2.1...1.2.2
- 📅 Release Date: Aug 25th, 2022
- All changes: https://github.com/eclipse/shellwax/compare/1.2.0...1.2.1
- 📅 Release Date: July 12th, 2022
- All changes: https://github.com/eclipse/shellwax/compare/1.1.6...1.2.0
Starting with these ShellWax release it requires Java 17 JVM to be used to run Eclipse for the plugin to work.
Bash LSP dependency has been updated to version 3.0.4. See changelog for details.
- 📅 Release Date: January 14th, 2022
- All changes: https://github.com/eclipse/shellwax/compare/1.1.5...1.1.6
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.
- 📅 Release Date: November 15th, 2021
- All changes: https://github.com/eclipse/shellwax/compare/1.1.4...1.1.5
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.
- 📅 Release Date: November 12th, 2021
- All changes: https://github.com/eclipse/shellwax/compare/1.1.3...1.1.4
Files with the following shebang are supported:
- #!/bin/sh
- #!*bash
- 📅 Release Date: October 27th, 2021
- All changes: https://github.com/eclipse/shellwax/compare/1.1.2...1.1.3
Changes in it:
- BREAKING: Drop node 10 support
- Upgrade dependencies
- Adds support for completing command line arguments (bash-lsp/bash-language-server#294)