DCD Versions Save

The D Completion Daemon is an auto-complete program for the D programming language

v0.16.0-beta.2

11 months ago

What's Changed

Full Changelog: https://github.com/dlang-community/DCD/compare/v0.16.0-beta.1...v0.16.0-beta.2

v0.16.0-beta.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/dlang-community/DCD/compare/v0.15.2...v0.16.0-beta.1

v0.15.2

1 year ago

What's Changed

This should only affect DUB users, meaning this release for the user is the same as 0.15.1

Full Changelog: https://github.com/dlang-community/DCD/compare/v0.15.1...v0.15.2

Note 2023-02-01: rebuilt the linux-x86_64 prebuild release on Ubuntu 20.04 for older glibc compatibility

v0.15.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/dlang-community/DCD/compare/v0.15.0...v0.15.1

v0.15.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/dlang-community/DCD/compare/v0.13.6...v0.15.0

v0.15.0-beta.3

1 year ago

What's Changed

  • dcd-client now always waits for some response in requests before disconnecting, so the server has time to process the requests, which was a problem on OSX and could cause e.g. dcd-client -I to fail very often because it quit too quickly, causing internal (valid) errors inside Phobos code, which assumes the socket is valid the entirety of the "accept" function and can have socket options applied on. (@WebFreak001 in https://github.com/dlang-community/DCD/pull/693)

Full Changelog: https://github.com/dlang-community/DCD/compare/v0.15.0-beta.2...v0.15.0-beta.3

v0.15.0-beta.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/dlang-community/DCD/compare/v0.15.0-beta.1...v0.15.0-beta.2

v0.15.0-beta.1

1 year ago

DSymbol Integration

DSymbol is now part of DCD (submodule dcd:dsymbol) - for most compatibility we skip a release here to sync up the versions with dsymbol as well.

What's Changed

New Contributors

Full Changelog: https://github.com/dlang-community/DCD/compare/v0.13.6...v0.15.0-beta.1

v0.13.6

2 years ago

Uses gnu tar for packaging now, no code changes.

v0.13.5

2 years ago

Fix --localUse being off-by-one when cursor is at end of identifier (#640)