|
1 | 1 | ## CHANGELOG
|
2 | 2 |
|
3 |
| -### `jupyter-lsp 0.9.3` (???) |
| 3 | +### `jupyter-lsp 0.9.3` (2020-12-13) |
4 | 4 |
|
5 | 5 | - features
|
6 | 6 |
|
7 | 7 | - the virtual documents' folder can be configured with `JP_LSP_VIRTUAL_DIR` or
|
8 |
| - `LanguageServerManager.virtual_documents_dir`; its default value is kept |
9 |
| - unchanged: _contents.root_dir_ / `.virtual_documents` ([#416]) |
| 8 | + `LanguageServerManager.virtual_documents_dir`, with a potential benefit for |
| 9 | + JupyterHub installations (the default value remains _contents.root_dir_ / `.virtual_documents`) |
| 10 | + ([#416], thanks @fcollonval) |
10 | 11 |
|
11 | 12 | [#416]: https://github.com/krassowski/jupyterlab-lsp/issues/416
|
12 | 13 |
|
13 |
| -### `@krassowski/jupyterlab-lsp 2.1.0` (???) |
| 14 | +### `@krassowski/jupyterlab-lsp 2.1.0` (2020-12-13) |
14 | 15 |
|
15 | 16 | - features
|
16 | 17 |
|
17 |
| - - added "click to jump" functionality (by default using <kbd>Ctrl</kbd> modifier) ([#423]) |
18 |
| - - added "jump back" command, by default activated with <kbd>Ctrl</kbd> + <kbd>o</kbd> ([#423]) |
| 18 | + - added "click to jump" functionality (by default using <kbd>Alt</kbd> modifier) ([#423]) |
| 19 | + - added "jump back" command, by default activated with <kbd>Alt</kbd> + <kbd>o</kbd> ([#423]) |
| 20 | + - `.virtual_documents` location can now be customized ([#416]) |
| 21 | + - tokens are now exported making them available for import from other extensions ([#414], thanks @martinRenou) |
19 | 22 |
|
20 | 23 | - bug fixes
|
21 | 24 |
|
| 25 | + - context menu commands are now correctly registered where previously specific conditions were leading to race conditions ([#399], thanks @mnowacki-b) |
22 | 26 | - handles characters that need escaping (spaces, non-ASCII characters) more
|
23 |
| - robustly in files and folder names ([#403]) |
| 27 | + robustly in files and folder names ([#403], thanks @bollwyvl and @avaissi) |
24 | 28 | - moving cells now triggers the document update immediately leading to immediate diagnostics update ([#421])
|
25 | 29 | - changing cell type to `raw` or `markdown` and then back to `code` properly unbinds/binds event handlers and updates document ([#421])
|
26 | 30 | - pasted cells are added to the LSP document immediately, without the need for the user to enter them ([#421])
|
| 31 | + - improved error message when language server cannot be found ([#413], thanks @martinRenou) |
| 32 | + - developer documentation got improved ([#412], thanks @karlaspuldaro) |
27 | 33 |
|
| 34 | +[#399]: https://github.com/krassowski/jupyterlab-lsp/issues/399 |
28 | 35 | [#403]: https://github.com/krassowski/jupyterlab-lsp/issues/403
|
| 36 | +[#412]: https://github.com/krassowski/jupyterlab-lsp/issues/412 |
| 37 | +[#413]: https://github.com/krassowski/jupyterlab-lsp/issues/413 |
| 38 | +[#414]: https://github.com/krassowski/jupyterlab-lsp/issues/414 |
29 | 39 | [#421]: https://github.com/krassowski/jupyterlab-lsp/issues/421
|
30 | 40 |
|
31 |
| -### `@krassowski/code-jumpers 1.0.0` (???) |
| 41 | +### `@krassowski/code-jumpers 1.0.0` (2020-12-13) |
32 | 42 |
|
33 | 43 | - breaking changes
|
34 | 44 | - split away from `@krassowski/jupyterlab_go_to_definition`, renamed to `@krassowski/code-jumpers` ([#423]):
|
|
0 commit comments