Skip to content

Commit ab458d5

Browse files
Esbonio Language Server Release v1.0.0b11
1 parent bea5a40 commit ab458d5

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-6
lines changed

lib/esbonio/CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v1.0.0b11 - 2025-04-02
2+
3+
### Features
4+
5+
- Re-implement `textDocument/definition` support ([#978](https://github.com/swyddfa/esbonio/issues/978))
6+
7+
### Enhancements
8+
9+
- Introduce `esbonio.preview.synchronizeScroll` setting ([#979](https://github.com/swyddfa/esbonio/issues/979))
10+
11+
### Fixes
12+
13+
- The webview should now automatically reconnect with the server when the connection is lost. ([#646](https://github.com/swyddfa/esbonio/issues/646))
14+
- Previews should no longer fail to update when switching between projects that produce identical output filenames ([#951](https://github.com/swyddfa/esbonio/issues/951))
15+
- Fix `${defaultBuildDir}` expansion for recent Sphinx versions ([#970](https://github.com/swyddfa/esbonio/issues/970))
16+
17+
118
## v1.0.0b10 - 2025-02-08
219

320
### Features

lib/esbonio/changes/646.fix.md

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

lib/esbonio/changes/951.fix.md

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

lib/esbonio/changes/970.fix.md

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

lib/esbonio/changes/978.feature.md

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

lib/esbonio/changes/979.enhancement.md

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

lib/esbonio/esbonio/server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
from .feature import LanguageFeature
3030

31-
__version__ = "1.0.0b10"
31+
__version__ = "1.0.0b11"
3232
T = TypeVar("T")
3333
LF = TypeVar("LF", bound="LanguageFeature")
3434

0 commit comments

Comments
 (0)