Skip to content

Commit 4832d99

Browse files
committed
Publish 4.1.1
SHA256 hashes: axlair-jupyterlab_vim-4.1.1.tgz: a8436ea6f15a8895c0dce036a36afd7055d6dbf41499d55e539ead51203fe849 jupyterlab_vim-4.1.1-py3-none-any.whl: 9258a6ae338cfcbd07db9bce923ba607baa07233e61df042a82b93528ec3ce93 jupyterlab_vim-4.1.1.tar.gz: a9b142f44660d56a06fb6a4cc725cf71280d45779be24ffcc69eda92ef06a32e
1 parent 7977c42 commit 4832d99

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

CHANGELOG.md

+26-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 4.1.1
6+
7+
This is the last release to support jupyterlab `< 4.1` The next release will include: https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/135
8+
9+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.1.0...7977c429a45936ed13348f0c50a25d8507ce6fb9))
10+
11+
### Enhancements made
12+
13+
- Change `Ctrl + Enter` to render Markdown cells [#128](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/128) ([@firai](https://github.com/firai))
14+
15+
### Bugs fixed
16+
17+
- Fix empty command [#133](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/133) ([@krassowski](https://github.com/krassowski))
18+
19+
### Documentation improvements
20+
21+
- doc: add note about capitalization of map [#132](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/132) ([@ianhi](https://github.com/ianhi))
22+
23+
### Contributors to this release
24+
25+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-vim/graphs/contributors?from=2023-10-12&to=2024-02-07&type=c))
26+
27+
[@firai](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Afirai+updated%3A2023-10-12..2024-02-07&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Agithub-actions+updated%3A2023-10-12..2024-02-07&type=Issues) | [@ianhi](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Aianhi+updated%3A2023-10-12..2024-02-07&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Akrassowski+updated%3A2023-10-12..2024-02-07&type=Issues)
28+
29+
<!-- <END NEW CHANGELOG ENTRY> -->
30+
531
## 4.1.0
632

733
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.0.3...c8cc5febb0bcc419efb0b801108b97a946a71364))
@@ -30,8 +56,6 @@
3056

3157
[@firai](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Afirai+updated%3A2023-09-06..2023-10-12&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Agithub-actions+updated%3A2023-09-06..2023-10-12&type=Issues) | [@joelostblom](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Ajoelostblom+updated%3A2023-09-06..2023-10-12&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Akrassowski+updated%3A2023-09-06..2023-10-12&type=Issues)
3258

33-
<!-- <END NEW CHANGELOG ENTRY> -->
34-
3559
## 4.0.3
3660

3761
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.0.2...75d6969623b361edb428539288e60fa4f98f20cc))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axlair/jupyterlab_vim",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Code cell vim bindings",
55
"author": {
66
"name": "Axel Fahy"

0 commit comments

Comments
 (0)