Skip to content

Commit 78f3d62

Browse files
committed
Publish 4.0.0
SHA256 hashes: axlair-jupyterlab_vim-4.0.0.tgz: 8e51f42830f8557852d7de6070186b3a9abe502db6b9432edeb58225f74c325a jupyterlab_vim-4.0.0-py3-none-any.whl: 7946e7ba746ef15f4e0d545b7d7853d36662247133b6d7cea1b6c76654283af6 jupyterlab_vim-4.0.0.tar.gz: 2e3f126d031461f566db1f5fefd9e8b116da0a9896920ac3826f4b22a75c6cd6
1 parent 718d294 commit 78f3d62

File tree

2 files changed

+218
-187
lines changed

2 files changed

+218
-187
lines changed

CHANGELOG.md

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

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

5+
## 4.0.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-vim/compare/1.1.0...718d294cbbab1010ffaf35c79773e3abc5d98a6c))
8+
9+
### Enhancements made
10+
11+
- Add support for vim mode in Text Editor [#90](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/90) ([@krassowski](https://github.com/krassowski))
12+
13+
### Bugs fixed
14+
15+
- Fix undo [#92](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/92) ([@krassowski](https://github.com/krassowski))
16+
- BUG: Arrow keys navigation causes double cell hops [#77](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/77) ([@alexveden](https://github.com/alexveden))
17+
18+
### Maintenance and upkeep improvements
19+
20+
- Remove duplicate binder-on-pr action [#91](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/91) ([@krassowski](https://github.com/krassowski))
21+
- maintenance: Release updates [#87](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/87) ([@ianhi](https://github.com/ianhi))
22+
- Support JupyterLab 4.0 [#85](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/85) ([@krassowski](https://github.com/krassowski))
23+
24+
### Other merged PRs
25+
26+
- Add configuration to provide custom keybindings [#74](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/74) ([@peytondmurray](https://github.com/peytondmurray))
27+
- Add "leave-current-mode" command to move insert->normal->command. [#69](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/69) ([@asford](https://github.com/asford))
28+
- restore correct keybinding [#64](https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/64) ([@ianhi](https://github.com/ianhi))
29+
30+
### Contributors to this release
31+
32+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-vim/graphs/contributors?from=2022-03-12&to=2023-07-31&type=c))
33+
34+
[@alexveden](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Aalexveden+updated%3A2022-03-12..2023-07-31&type=Issues) | [@asford](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Aasford+updated%3A2022-03-12..2023-07-31&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Agithub-actions+updated%3A2022-03-12..2023-07-31&type=Issues) | [@ianhi](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Aianhi+updated%3A2022-03-12..2023-07-31&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Akrassowski+updated%3A2022-03-12..2023-07-31&type=Issues) | [@peytondmurray](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-vim+involves%3Apeytondmurray+updated%3A2022-03-12..2023-07-31&type=Issues)
35+
536
<!-- <END NEW CHANGELOG ENTRY> -->
637

738
# History

0 commit comments

Comments
 (0)