Skip to content

Commit 305f9ba

Browse files
committed
Publish 4.0.3
SHA256 hashes: axlair-jupyterlab_vim-4.0.3.tgz: ecfdf5e0601766ccf59f02e2fcd94aeea140a737607307acc9da359e8d73da8b jupyterlab_vim-4.0.3-py3-none-any.whl: 87948d03a87eeeb2c313abd58f2818c50b72df6961f6d5ce1e80b9d82aaecc87 jupyterlab_vim-4.0.3.tar.gz: 601b7e91f41cfcba9d922b4e7c9293571b702c718cdb45377ea8dc8275fd429a
1 parent 75d6969 commit 305f9ba

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

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

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

5+
## 4.0.3
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.0.2...75d6969623b361edb428539288e60fa4f98f20cc))
8+
9+
### Bugs fixed
10+
11+
- Fix search box `Esc` bindings [#107](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/107) ([@firai](https://github.com/firai))
12+
13+
* Fix `modifyCell` or `modifyEditor` not called after text editor is opened after notebook by @firai in https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/105
14+
15+
### Maintenance and upkeep improvements
16+
17+
- Update README.md for `main` branch [#108](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/108) ([@ianhi](https://github.com/ianhi))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-vim/graphs/contributors?from=2023-08-03&to=2023-09-06&type=c))
22+
23+
[@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)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 4.0.2
628

729
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.0.1...929b801ab0e3df63d24f277630c2d3ab6d3be146))
@@ -26,8 +48,6 @@
2648

2749
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Afcollonval+updated%3A2023-08-01..2023-08-03&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Agithub-actions+updated%3A2023-08-01..2023-08-03&type=Issues) | [@ianhi](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Aianhi+updated%3A2023-08-01..2023-08-03&type=Issues) | [@ryantam626](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Aryantam626+updated%3A2023-08-01..2023-08-03&type=Issues)
2850

29-
<!-- <END NEW CHANGELOG ENTRY> -->
30-
3151
## 4.0.1
3252

3353
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/v4.0.0...9aa55aad927c578d91e51f351bb5bcf987d03c46))

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

0 commit comments

Comments
 (0)