Skip to content

Commit 12f3ceb

Browse files
Esbonio Language Server Release v1.0.0b3
1 parent 1914442 commit 12f3ceb

File tree

6 files changed

+20
-7
lines changed

6 files changed

+20
-7
lines changed

lib/esbonio/CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v1.0.0b3 - 2024-04-28
2+
3+
4+
### Features
5+
6+
- Add support for role completions in MyST documents ([#775](https://github.com/swyddfa/esbonio/issues/775))
7+
8+
### Enhancements
9+
10+
- If the client supports it, the server will now send `window/showDocument` requests when previewing a file.
11+
12+
The server will automatically react to changes to ``esbonio.preview.*`` configuration options. ([#793](https://github.com/swyddfa/esbonio/issues/793))
13+
14+
### Fixes
15+
16+
- The server should once again, correctly guess a reasonable basic `sphinx-build` build command for projects located in a sub-folder of the workspace ([#779](https://github.com/swyddfa/esbonio/issues/779))
17+
- The server should once again automatically trigger a build when previewing a file, when necessary ([#783](https://github.com/swyddfa/esbonio/issues/783))
18+
19+
120
## v1.0.0b2 - 2024-04-20
221

322

lib/esbonio/changes/775.feature.md

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

lib/esbonio/changes/779.fix.md

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

lib/esbonio/changes/783.fix.md

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

lib/esbonio/changes/793.enhancement.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/esbonio/esbonio/server/server.py

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

3434
from .feature import LanguageFeature
3535

36-
__version__ = "1.0.0b2"
36+
__version__ = "1.0.0b3"
3737
T = TypeVar("T")
3838
LF = TypeVar("LF", bound="LanguageFeature")
3939

0 commit comments

Comments
 (0)