Skip to content

v0.8.0-beta.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@WebFreak001 WebFreak001 released this 27 Mar 04:40
· 53 commits to master since this release
v0.8.0-beta.14
8a0e0f1

What's Changed

  • Compilation errors using DUB should always appear now
  • Missing DUB packages are now attempted to be automatically downloaded by serve-d/code-d
    • if this causes issues for your setup / need a setting to disable this, please raise an issue.
  • Improved compatibility with LSP clients, fixed Kate integration
  • UFCS methods appear with dedicated icon in auto complete list now @vushu in #306

Minor things

  • downgraded CI ubuntu version, to keep supporting 20.04
  • libdparse updated, broken strings now properly show their error location
  • improved DCD installation log when installation fails
  • added Code of Conduct
  • Fixed completion list sorting (was previously sorting functions by return type first)
  • DUB dependency tree better shows failed packages now (need code-d update for full support)
  • Prepared integration for upcoming new DCD features

Full Changelog: v0.8.0-beta.13...v0.8.0-beta.14

Generic commit authors: @WebFreak001