Skip to content

Commit b576383

Browse files
authored
Merge pull request #932 from krassowski/v4.1.0
Prepare v4.1.0 release
2 parents a49b5bc + 977a770 commit b576383

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
## Changelog
22

3+
### `@jupyter-lsp/jupyterlab-lsp 4.1.0` (2023-04-24)
4+
5+
- features:
6+
- make `.virtual_documents` optional - logic for solving URIs will now check if the server does not require it ([#930])
7+
- bug fixes:
8+
- fix contrast of mark highlights in dark mode ([#928])
9+
- fix conflict with block/rectangular selections on Alt + click ([#927])
10+
- maintenance:
11+
- update texlab expectation ([#929])
12+
13+
[#927]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/927
14+
[#928]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/928
15+
[#929]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/929
16+
[#930]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/930
17+
18+
### `jupyter-lsp 2.1.0` (2023-04-24)
19+
20+
- features:
21+
- make `.virtual_documents` optional - added `requires_documents_on_disk` spec field (default `True`, will become `False` in next major version) ([#930])
22+
323
### `@jupyter-lsp/jupyterlab-lsp 4.0.1` (2023-03-21)
424

525
- bug fixes

packages/jupyterlab-lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-lsp/jupyterlab-lsp",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "Language Server Protocol integration for JupyterLab",
55
"keywords": [
66
"jupyter",

packages/metapackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-lsp/jupyterlab-lsp-metapackage",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
55
"homepage": "https://github.com/jupyter-lsp/jupyterlab-lsp",
66
"bugs": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" single source of truth for jupyter_lsp version
22
"""
3-
__version__ = "2.0.1"
3+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)