Skip to content

Latest commit

 

History

History
327 lines (181 loc) · 16.7 KB

CHANGELOG.md

File metadata and controls

327 lines (181 loc) · 16.7 KB

Changelog

4.1.4

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@firai | @github-actions | @krassowski

4.1.3

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@krassowski

4.1.2

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @ianhi | @krassowski

4.1.1

This is the last release to support jupyterlab < 4.1 The next release will include: #135

(Full Changelog)

Enhancements made

  • Change Ctrl + Enter to render Markdown cells #128 (@firai)

Bugs fixed

Documentation improvements

  • doc: add note about capitalization of map #132 (@ianhi)

Contributors to this release

(GitHub contributors page for this release)

@firai | @github-actions | @ianhi | @krassowski

4.1.0

(Full Changelog)

Enhancements made

  • Add settings to enable double duty Esc and to disable Shift-Esc override in Command mode #110 (@firai)

Bugs fixed

  • Don't render Markdown when attempting to navigate above first cell #119 (@firai)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@firai | @github-actions | @joelostblom | @krassowski

4.0.3

(Full Changelog)

Bugs fixed

  • Fix modifyCell or modifyEditor not called after text editor is opened after notebook by @firai in #105

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@firai | @github-actions | @ianhi | @krassowski

4.0.2

(Full Changelog)

Enhancements made

  • Clear input state if applicable before hopping out of normal mode to jupyter command mode #82 (@ryantam626)

Bugs fixed

Maintenance and upkeep improvements

  • fix: dev install + lint issues #97 (@ianhi)

Contributors to this release

(GitHub contributors page for this release)

@fcollonval | @github-actions | @ianhi | @ryantam626

4.0.1

(Full Changelog)

Enhancements made

  • build: don't require package.json for python import #93 (@ianhi)

Bugs fixed

  • Fix for attempting to update editor when there was none #95 (@krassowski)

Maintenance and upkeep improvements

  • style: lint #96 (@ianhi)
  • build: don't require package.json for python import #93 (@ianhi)

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @ianhi | @krassowski

4.0.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Other merged PRs

  • Add configuration to provide custom keybindings #74 (@peytondmurray)
  • Add "leave-current-mode" command to move insert->normal->command. #69 (@asford)
  • restore correct keybinding #64 (@ianhi)

Contributors to this release

(GitHub contributors page for this release)

@alexveden | @asford | @github-actions | @ianhi | @krassowski | @peytondmurray

History

0.17.0 / 2023-07-30

  • Support JupyterLab 4.0 (#85, thanks @krassowski)

0.16.0 / 2023-03-12

  • Add configuration to provide custom keybindings (#74, thanks @peytondmurray)
  • Add bindable command to move insert-to-normal-to-command modes (#69, thanks @asford)
  • Fix bug where arrow keys navigation caused double cell hops (#77, thanks @alexveden)

0.15.1 / 2022-03-12

  • Fixed a bug in 0.15.0 where you could no longer type c.

0.15.0 / 2022-03-11

  • Homogenize the project with the jupyterlab-contrib organization (#46)
  • Fix Esc being override by the shortcuts extensions in jupyterlab
  • Restructure Project Code and make keybindings user modifiable (#58)
  • Add a menu button for enable/disable (#58)

0.14.0 / 2021-05-04

  • Add ability to enable/disable plugin in settings (#24)

0.13.3 / 2021-02-22

  • Fix saving column position when moving by lines (#28)

0.13.0 / 2020-12-10

  • Support JupyterLab 3+
  • Set up eslint and prettier

0.12.4 / 2020-05-20

  • Switch from travis to GitHub actions.
  • Auto deployment when merging to master.
  • Auto bump of versions.

0.12.3 / 2020-04-25

  • z c hides selected code cell
  • z o shows selected code cell
  • z m hides all code cells
  • z r shows all code cells

0.12.2 / 2020-03-09

  • Change package.json information

0.12.1 / 2020-03-06

  • ctrl [ exits Vim insert mode

0.12.0 / 2020-03-06

  • Support JupyterLab 2.0.0+

0.11.0 / 2019-07-13

  • Support JupyterLab 1.0.0+

0.10.1 / 2018-11-21

  • ctrl i enters Vim insert mode from Jupyter command mode (#71) Thanks @wmayner

0.10.0 / 2018-10-08

  • Update for JupyterLab 0.35

0.9.0 / 2018-08-22

  • Update for JupyterLab 0.34 (#57) Thanks @MisterVulcan

0.8.0 / 2018-08-01

  • Update for JupyterLab 0.33 (#52) Thanks @ah-

0.7.0 / 2018-04-16

  • Requires JupyterLab 0.32 (Beta 2)
  • ctrl-g shows function signature (#36)

0.6.0 / 2018-03-28

  • center cell command (#33)
  • - splits cell in vim command mode (#33)
  • ctrl-c copies instead of leaving insert mode if you aren't on a mac (#34)

0.5.0 / 2018-03-27

  • add moving cell commands
  • Add delete/yank/paste cell commands (#28)
  • select first and last cell shortcuts (#24)
  • change to focus selector to fix debug prompt select

0.4.1 / 2018-02-14

  • Ctrl-J and Ctrl-K execute markdown when leaving the cell.

0.4.0 / 2018-02-13

  • Added Command/Ctrl-{1,2,3} to switch cell mode to code, markdown and raw.

0.3.0 / 2018-02-12

  • Ex commands ':q' and ':quit' leave vim mode

0.2.1 / 2018-01-13

  • bump package requirements, revert unnecessary commands for staying in edit mode
  • ":w" saves notebook

0.2.0 / 2018-01-12

  • Update to JupyterLab 0.31 (Beta1)

0.1.0 / 2017-12-09

  • Initial Release!
  • Vim mode in notebook cells
  • Copy, Cut, Paste commands
  • Vim motions moving between cells
  • Several commands extended to remain in Vim mode