Skip to content

Commit

Permalink
Esbonio Language Server Release v1.0.0b6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 19, 2024
1 parent c342964 commit c2483ae
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 7 deletions.
19 changes: 19 additions & 0 deletions lib/esbonio/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v1.0.0b6 - 2024-07-19


### Features

- The language server now generates completions for `:external:` roles and their corresponding targets ([#464](https://github.com/swyddfa/esbonio/issues/464))
- Add a `esbonio.sphinx.restart` command which, as the name suggests, allows a client to restart one or more Sphinx processes managed by the server ([#854](https://github.com/swyddfa/esbonio/issues/854))

### Enhancements

- Synchronised scrolling now works with files that have been `.. included::`, as well as autodoc docstrings ([#784](https://github.com/swyddfa/esbonio/issues/784))
- The resolution of sync scrolling has been improved with the webview also better handling the case where the requested line does not exactly match a known source location ([#786](https://github.com/swyddfa/esbonio/issues/786))

### Fixes

- `esbonio.sphinx.buildCommand` settings provided in a `pyproject.toml` file are now resolved relative to the file's location ([#711](https://github.com/swyddfa/esbonio/issues/711))
- The sphinx agent should no longer crash when encountering unexpected config values ([#843](https://github.com/swyddfa/esbonio/issues/843))


## v1.0.0b5 - 2024-06-07


Expand Down
1 change: 0 additions & 1 deletion lib/esbonio/changes/464.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/esbonio/changes/711.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/esbonio/changes/784.enhancement.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/esbonio/changes/786.enhancement.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/esbonio/changes/843.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion lib/esbonio/changes/854.feature.md

This file was deleted.

2 changes: 1 addition & 1 deletion lib/esbonio/esbonio/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

from .feature import LanguageFeature

__version__ = "1.0.0b5"
__version__ = "1.0.0b6"
T = TypeVar("T")
LF = TypeVar("LF", bound="LanguageFeature")

Expand Down

0 comments on commit c2483ae

Please sign in to comment.