|
1 | 1 | # Bash Language Server
|
2 | 2 |
|
| 3 | +## 1.3.0 |
| 4 | + |
| 5 | +- Improved completions by adding support for |
| 6 | + - Suggestions based on the programs on your PATH [#17][17] |
| 7 | + - Suggestions based on the bash builtins [#33][33] |
| 8 | + |
| 9 | +- Implemented the `onHover` message that now shows documentation for programs |
| 10 | + and builtins when you hover your cursor over words in the document. [#17][17] |
| 11 | + [#33][33] |
| 12 | + |
| 13 | +- Improved outline hierarchy [#31][31] |
| 14 | + |
| 15 | +- Upgraded tree-sitter bash and other libraries. [#28][28] |
| 16 | + |
3 | 17 | ## 1.1.2
|
4 | 18 |
|
5 | 19 | Update `tree-sitter` to `0.10.0` and `tree-sitter-bash` to `0.6.0`. This
|
6 | 20 | improves the Bash parser. There are still known parsing issues. For more
|
7 | 21 | information following the progress on this issue over at
|
8 | 22 | [tree-sitter/tree-sitter-bash#9](https://github.com/tree-sitter/tree-sitter-bash/issues/9)
|
| 23 | + |
| 24 | +[17]: https://github.com/mads-hartmann/bash-language-server/pull/17 |
| 25 | +[28]: https://github.com/mads-hartmann/bash-language-server/pull/28 |
| 26 | +[31]: https://github.com/mads-hartmann/bash-language-server/pull/31 |
| 27 | +[33]: https://github.com/mads-hartmann/bash-language-server/pull/33 |
0 commit comments