|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [Unreleased] |
4 | | -The Changelog will be updated on the upcoming v1.0 release |
| 3 | +## [0.9.0] - 2024-02-01 |
5 | 4 |
|
6 | | -### Todo |
7 | | -- See [roadmap](https://github.com/crystal-lang-tools/vscode-crystal-lang/wiki/Roadmap). |
| 5 | +### Fix |
| 6 | + |
| 7 | +- Color change when adding return type to class method [#157](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/157) |
| 8 | +- Error executing Crystal plugin. spawn crystal ENOENT [#102](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/102), |
| 9 | + Error executing Crystal plugin. spawn bash ENOENT in Windows [#172](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/172) |
| 10 | +- Auto-formatting issue with some keywords [#158](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/102) |
| 11 | +- Hover feature does not work with Windows11 PC and v0.8.4 of the extension (Native Windows Crystal, not WSL) [#176](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/176) |
| 12 | +- With compiler path set properly still get error upon opening first .cr file [#177](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/177) |
| 13 | +- Max processes not respected (there's now only one instance of the compiler running at once) [#122](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/122) |
| 14 | +- Use a separate task provider for shards (thanks @refi64) [#145](https://github.com/crystal-lang-tools/vscode-crystal-lang/pull/145) |
| 15 | +- Stop the LSP when the extension is shutting down, where previously it would just stay on / active |
| 16 | + |
| 17 | +### Add |
| 18 | + |
| 19 | +- Ability to view and debug expanded source code from macros [#4](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/4) |
| 20 | +- Add support for Jump to Definition [#42](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/42) |
| 21 | +- Crystal support in Markdown code blocks [#56](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/56) |
| 22 | +- Add Crystal Specs to native Testing UI (disabled by default for user-experience) [#163](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/163) |
| 23 | +- Supporting mutiple main files (entry points) for a single project [#175](https://github.com/crystal-lang-tools/vscode-crystal-lang/issues/175) |
| 24 | +- Add unused variable highlighting (thanks @grkek) [#155](https://github.com/crystal-lang-tools/vscode-crystal-lang/pull/155) |
| 25 | +- make Crystal grammar compatible with TextMate (thanks @WhereIsX) [#150](https://github.com/crystal-lang-tools/vscode-crystal-lang/pull/150) |
| 26 | +- GitHub Codespaces support (as long as Crystal is installed) |
| 27 | +- Show problems in ECR files |
8 | 28 |
|
9 | 29 | ## [0.6.0] - 2020-09-19 |
10 | 30 |
|
|
0 commit comments