|
1 | 1 | ## Changelog |
2 | 2 |
|
3 | | -### `@krassowski/jupyterlab-lsp 3.5.1` (unreleased) |
| 3 | +### `jupyter-lsp 1.2.0` (2021-04-26) |
| 4 | + |
| 5 | +- features: |
| 6 | + - add support for python-lsp-server, a community fork of pyls ([#584] and [#582], thanks @maresb) |
| 7 | + |
| 8 | +- bug fixes: |
| 9 | + - fix encoding on Windows for non-conda installs ([#580], thanks @stonebig) |
| 10 | + |
| 11 | +[#580]: https://github.com/krassowski/jupyterlab-lsp/pull/580 |
| 12 | +[#582]: https://github.com/krassowski/jupyterlab-lsp/pull/582 |
| 13 | +[#584]: https://github.com/krassowski/jupyterlab-lsp/pull/584 |
| 14 | + |
| 15 | +### `@krassowski/jupyterlab-lsp 3.6.0` (2021-04-26) |
4 | 16 |
|
5 | 17 | - features: |
6 | 18 |
|
7 | 19 | - added translation support ([#557], thanks @JessicaBarh) |
8 | | - - add support for python-lsp-server, a community fork of pyls ([#582], thanks @maresb) |
9 | 20 |
|
10 | 21 | - bug fixes: |
11 | 22 |
|
12 | 23 | - fixed name of jupyterlab-lsp package displayed in JupyterLab UI ([#570], thanks @marimeireles) |
13 | 24 | - removed vendored CodeMirror from distribution ([#576]) |
14 | | - - fix encoding on Windows for non-conda installs ([#580], thanks @stonebig) |
15 | 25 |
|
16 | 26 | [#557]: https://github.com/krassowski/jupyterlab-lsp/pull/557 |
17 | 27 | [#570]: https://github.com/krassowski/jupyterlab-lsp/pull/570 |
18 | 28 | [#576]: https://github.com/krassowski/jupyterlab-lsp/pull/576 |
19 | | -[#580]: https://github.com/krassowski/jupyterlab-lsp/pull/580 |
20 | | -[#582]: https://github.com/krassowski/jupyterlab-lsp/pull/582 |
21 | 29 |
|
22 | | -### `@krassowski/jupyterlab-lsp 3.5.0` (2020-03-22) |
| 30 | +### `@krassowski/jupyterlab-lsp 3.5.0` (2021-03-22) |
23 | 31 |
|
24 | 32 | - features: |
25 | 33 |
|
|
46 | 54 | [#560]: https://github.com/krassowski/jupyterlab-lsp/pull/560 |
47 | 55 | [#562]: https://github.com/krassowski/jupyterlab-lsp/pull/562 |
48 | 56 |
|
49 | | -### `jupyter-lsp 1.1.4` (2020-02-21) |
| 57 | +### `jupyter-lsp 1.1.4` (2021-02-21) |
50 | 58 |
|
51 | 59 | - bug fixes: |
52 | 60 |
|
|
57 | 65 |
|
58 | 66 | [#535]: https://github.com/krassowski/jupyterlab-lsp/pull/535 |
59 | 67 |
|
60 | | -### `@krassowski/jupyterlab-lsp 3.4.1` (2020-02-16) |
| 68 | +### `@krassowski/jupyterlab-lsp 3.4.1` (2021-02-16) |
61 | 69 |
|
62 | 70 | - bug fixes: |
63 | 71 |
|
64 | 72 | - fixed installation of the source version of the extension (causing build error if classic was not installed) ([#526]) |
65 | 73 |
|
66 | 74 | [#526]: https://github.com/krassowski/jupyterlab-lsp/pull/526 |
67 | 75 |
|
68 | | -### `@krassowski/jupyterlab-lsp 3.4.0` (2020-02-14) |
| 76 | +### `@krassowski/jupyterlab-lsp 3.4.0` (2021-02-14) |
69 | 77 |
|
70 | 78 | - features: |
71 | 79 |
|
|
90 | 98 | [#523]: https://github.com/krassowski/jupyterlab-lsp/pull/523 |
91 | 99 | [#524]: https://github.com/krassowski/jupyterlab-lsp/pull/524 |
92 | 100 |
|
93 | | -### `@krassowski/jupyterlab-lsp 3.3.1` (2020-02-07) |
| 101 | +### `@krassowski/jupyterlab-lsp 3.3.1` (2021-02-07) |
94 | 102 |
|
95 | 103 | - bug fixes: |
96 | 104 |
|
|
0 commit comments