v0.8.0-beta.15
Pre-release
Pre-release
WebFreak001
released this
25 Sep 14:56
·
36 commits
to master
since this release
What's Changed
- Specify SaveOptions in server capabilities by @tarkah in #320
- Fix undefined identifier 'trace' error. by @DenisBelmondo in #322
- add openClose document sync capabitilty by @rtbo in #321
- Fix build on musl libc systems by @macro187 in #324
- support D-Scanner autofixes in light bulbs by @WebFreak001 in #326
- Add Lite-XL Editor Guide by @colinkiama in #337
- Fix link to Lite-XL Editor Guide in README.md by @colinkiama in #338
- fixed some random autocomplete not working when inside some certain dependencies
- LSP fixes for other editor compatibility
- added support for formatting SDL files
- added setting
d.enableAutoImportCompletions
to show/hide auto-importable symbols on autocomplete - fixed another requests SSL bug
- upgraded DCD, D-Scanner, dfmt, libdparse to support latest D syntax
- fixed
d.dubCompiler
not being honored on startup & fixed "Could not initialize DCD" for non-globally-installed compilers
New Contributors
- @tarkah made their first contribution in #320
- @DenisBelmondo made their first contribution in #322
- @rtbo made their first contribution in #321
- @macro187 made their first contribution in #324
- @colinkiama made their first contribution in #337
Full Changelog: v0.8.0-beta.14...v0.8.0-beta.15