Skip to content

Commit cb29c96

Browse files
lsp-devtools v0.4.0
1 parent 0c2ec54 commit cb29c96

6 files changed

Lines changed: 19 additions & 7 deletions

File tree

lib/lsp-devtools/CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v0.4.0 - 2026-03-23
2+
3+
### Features
4+
5+
- The server command used with the `lsp-devtools client` command can now be configured at runtime.
6+
7+
Server process lifecycle information and errors are now also logged to the `Server` panel. ([#234](https://github.com/swyddfa/lsp-devtools/issues/234))
8+
9+
### Fixes
10+
11+
- Fix issue where `lsp-devtools inspect` would not exit cleanly ([#229](https://github.com/swyddfa/lsp-devtools/issues/229))
12+
- Fix crash caused by trying to dismiss the message filter dialog twice. ([#231](https://github.com/swyddfa/lsp-devtools/issues/231))
13+
14+
### Misc
15+
16+
- Bump textual to `>=8.1.0` ([#233](https://github.com/swyddfa/lsp-devtools/issues/233))
17+
18+
119
## v0.3.0 - 2026-03-02
220

321
### Features

lib/lsp-devtools/changes/229.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/lsp-devtools/changes/231.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/lsp-devtools/changes/233.misc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/lsp-devtools/changes/234.feature.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)