Skip to content

Commit ea557bb

Browse files
committed
Publish 4.1.0
SHA256 hashes: axlair-jupyterlab_vim-4.1.0.tgz: ffa7ad9ce718bb452476200cb1e49312b8f4b0e43a79c2f99c74371714d985e5 jupyterlab_vim-4.1.0-py3-none-any.whl: 82e6959f82e3235d43a65375feb43661ca06a8736262b7ef63a9610e18ed56a8 jupyterlab_vim-4.1.0.tar.gz: 11d850ee91b2864a7b6298aae465219a822f8ccc6e01f23fa03f1ee617afe330
1 parent c8cc5fe commit ea557bb

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

CHANGELOG.md

+30-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

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

5+
## 4.1.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.0.3...c8cc5febb0bcc419efb0b801108b97a946a71364))
8+
9+
### Enhancements made
10+
11+
- Add settings to enable double duty `Esc` and to disable `Shift-Esc` override in Command mode [#110](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/110) ([@firai](https://github.com/firai))
12+
13+
### Bugs fixed
14+
15+
- Don't render Markdown when attempting to navigate above first cell [#119](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/119) ([@firai](https://github.com/firai))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Correct license classifier in `pyproject.toml` [#122](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/122) ([@firai](https://github.com/firai))
20+
- Correct project name to `jupyterlab-vim` [#114](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/114) ([@krassowski](https://github.com/krassowski))
21+
22+
### Documentation improvements
23+
24+
- Delete `installing.md` and mention in README [#121](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/121) ([@firai](https://github.com/firai))
25+
- Clarify settings location [#116](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/116) ([@joelostblom](https://github.com/joelostblom))
26+
27+
### Contributors to this release
28+
29+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-vim/graphs/contributors?from=2023-09-06&to=2023-10-12&type=c))
30+
31+
[@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)
32+
33+
<!-- <END NEW CHANGELOG ENTRY> -->
34+
535
## 4.0.3
636

737
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.0.2...75d6969623b361edb428539288e60fa4f98f20cc))
@@ -22,8 +52,6 @@
2252

2353
[@firai](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Afirai+updated%3A2023-08-03..2023-09-06&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Agithub-actions+updated%3A2023-08-03..2023-09-06&type=Issues) | [@ianhi](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Aianhi+updated%3A2023-08-03..2023-09-06&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Akrassowski+updated%3A2023-08-03..2023-09-06&type=Issues)
2454

25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
2755
## 4.0.2
2856

2957
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.0.1...929b801ab0e3df63d24f277630c2d3ab6d3be146))

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.0.3",
3+
"version": "4.1.0",
44
"description": "Code cell vim bindings",
55
"author": {
66
"name": "Axel Fahy"

0 commit comments

Comments
 (0)