Skip to content

Releases: richardhapb/lspdock

v0.2.6

29 Jan 22:53

Choose a tag to compare

What's Changed

  • fix: handle multiple workspaceFolders and subdirs (9735bb1)

Installation

Download the appropriate binary for your platform:

  • Linux (x86_64): lspdock-x86_64-unknown-linux-gnu.tar.gz
  • Windows (x86_64): lspdock-x86_64-pc-windows-gnu.zip
  • macOS (Apple Silicon): lspdock-aarch64-apple-darwin.tar.gz

Extract and place the binary in your PATH.

Full Changelog: v0.2.5...v0.2.6

v0.2.5

16 Jan 05:04

Choose a tag to compare

What's Changed

  • new release (7206aba)
  • refactor(binding): simplify root patching logic (507659e)
  • feat(binding): add plugin registry for LSP method handlers (ad13d10)
  • feat: remove unnecesary select in io proxy (a35531b)
  • fix(actions): update macos intel runner to 15 because deprecation (7257d4f)
  • fix: change null string to null object in pid (e6b0abc)

Installation

Download the appropriate binary for your platform:

  • Linux (x86_64): lspdock-x86_64-unknown-linux-gnu.tar.gz
  • Windows (x86_64): lspdock-x86_64-pc-windows-gnu.zip
  • macOS (Apple Silicon): lspdock-aarch64-apple-darwin.tar.gz

Extract and place the binary in your PATH.

Full Changelog: v0.2.4...v0.2.5

v0.2.4

03 Dec 03:07

Choose a tag to compare

What's Changed

  • fix(proxy): move ensure_root after encode_path (31a391f)

Installation

Download the appropriate binary for your platform:

  • Linux (x86_64): lspdock-x86_64-unknown-linux-gnu.tar.gz
  • Windows (x86_64): lspdock-x86_64-pc-windows-gnu.zip
  • macOS (Apple Silicon): lspdock-aarch64-apple-darwin.tar.gz

Extract and place the binary in your PATH.

Full Changelog: v0.2.3...v0.2.4

v0.2.3

22 Nov 23:51

Choose a tag to compare

What's Changed

  • refactor(config): move config loader to ProxyConfig (d56687b)

Installation

Download the appropriate binary for your platform:

  • Linux (x86_64): lspdock-x86_64-unknown-linux-gnu.tar.gz
  • Windows (x86_64): lspdock-x86_64-pc-windows-gnu.zip
  • macOS (Apple Silicon): lspdock-aarch64-apple-darwin.tar.gz

Extract and place the binary in your PATH.

Full Changelog: v0.2.2...v0.2.3

v0.2.2

22 Nov 20:07

Choose a tag to compare

What's Changed

  • feat(config): add Debug to PathType and ConfigPath (399e42d)
  • feat(config): support zero-config and auto Docker fallback (7b5afa9)
  • chore: clarify arguments handling when configuration file is not provided (a12c73c)

Installation

Download the appropriate binary for your platform:

  • Linux (x86_64): lspdock-x86_64-unknown-linux-gnu.tar.gz
  • Windows (x86_64): lspdock-x86_64-pc-windows-gnu.zip
  • macOS (Apple Silicon): lspdock-aarch64-apple-darwin.tar.gz

Extract and place the binary in your PATH.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

22 Nov 18:51

Choose a tag to compare

What's Changed

  • fix(main): robust docker fallback for LSP spawn (4a4dca5)

Installation

Download the appropriate binary for your platform:

  • Linux (x86_64): lspdock-x86_64-unknown-linux-gnu.tar.gz
  • Windows (x86_64): lspdock-x86_64-pc-windows-gnu.zip
  • macOS (Apple Silicon): lspdock-aarch64-apple-darwin.tar.gz

Extract and place the binary in your PATH.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

22 Nov 18:19

Choose a tag to compare

What's Changed

  • feat(config): add CLI arg parsing and fallback logic (0ee8c8f)

Installation

Download the appropriate binary for your platform:

  • Linux (x86_64): lspdock-x86_64-unknown-linux-gnu.tar.gz
  • Windows (x86_64): lspdock-x86_64-pc-windows-gnu.zip
  • macOS (Apple Silicon): lspdock-aarch64-apple-darwin.tar.gz

Extract and place the binary in your PATH.

Full Changelog: v0.1.9...v0.2.0

v0.1.9

15 Nov 22:41

Choose a tag to compare

feat(lsp): patch root fields in initialize request

- Add ensure_root to patch rootUri, rootPath, and workspaceFolders in LSP initialize
- Remove wine pre-build and runner from Cross.toml for Windows target
- Refactor PID patching logic to run after ensure_root in proxy/io.rs
- Update tests to cover ensure_root behavior

v0.1.8

07 Oct 18:41

Choose a tag to compare

fix: normalize local_path in Windows

v0.1.7

01 Oct 03:16

Choose a tag to compare

Performance optimization by use Bytes

Merge pull request #1 from richardhapb/to-bytes