File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
python_packages/jupyter_lsp Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11## CHANGELOG
22
3- ### ` @krassowski/jupyterlab-lsp 3.3.1 ` (unreleased )
3+ ### ` @krassowski/jupyterlab-lsp 3.3.1 ` (2020-02-07 )
44
55- bug fixes:
66
99 - LaTeX is now rendered in documentation panel of completer ([ #506 ] )
1010 - completion response returned as plain text use pre tag to retain whitespace formatting ([ #506 ] )
1111 - pre-formatted code font size was reduced to match font-size of the text in completion panel ([ #506 ] )
12+ - completer no longer spans the entire screen if it has long entries ([ #506 ] )
1213
1314[ #506 ] : https://github.com/krassowski/jupyterlab-lsp/pull/506
1415[ #507 ] : https://github.com/krassowski/jupyterlab-lsp/pull/507
16+ [ #508 ] : https://github.com/krassowski/jupyterlab-lsp/pull/508
1517
16- ### ` jupyter-lsp 1.1.3 ` (unreleased )
18+ ### ` jupyter-lsp 1.1.3 ` (2020-02-07 )
1719
1820- features:
1921
Original file line number Diff line number Diff line change 11{
22 "name" : " @krassowski/jupyterlab-lsp" ,
3- "version" : " 3.3.0 " ,
3+ "version" : " 3.3.1 " ,
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" : " @krassowski/jupyterlab-lsp-metapackage" ,
3- "version" : " 3.3.0 " ,
3+ "version" : " 3.3.1 " ,
44 "description" : " JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP" ,
55 "homepage" : " https://github.com/krassowski/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__ = "1.1.2 "
3+ __version__ = "1.1.3 "
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ name = jupyter-lsp
33description = Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
44long_description = file: ./README.md
55long_description_content_type = text/markdown
6- url = https://github.com/krassowski/jupyterlab-lsp
6+ project_urls =
7+ Bug Tracker = https://github.com/krassowski/jupyterlab-lsp/issues
8+ Documentation = https://jupyterlab.readthedocs.io/
9+ Source Code = https://github.com/krassowski/jupyterlab-lsp
710author = jupyter-lsp Contributors
811912license = BSD-3-Clause
You can’t perform that action at this time.
0 commit comments