File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed
python_packages/jupyter_lsp/jupyter_lsp Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 11""" single source of truth for jupyter_lsp version
22"""
3- __version__ = "2.0.1 "
3+ __version__ = "2.1.0 "
You can’t perform that action at this time.
0 commit comments