*******************
Added
=====
- Add smart/simple/none autosuggest options
- Add "find and replace" command
- Allow mouse scrolling in menus
- Allow scrolling of overflowing tab bars
- Add kernel restart prompting to console
- Add setting to determine backup-on-save behaviour
- Add basic local kernel which runs in the local interpreter
Changed
=======
- Allow apps to run in background threads
- Improve notebook searching so all cell inputs are searched
- Improve automatic bracket pairing
- Improve performance of JSON view
Fixed
=====
- Improve performance with long cell otuputs
- Update style of disabled text ipwidgets
- Update console execution count on Jupyter kernel restart
- Queue cell executions in console if kernel is starting
- Improve performance of history indexing for suggestions
- Properly shut down Jupyter kernels on tab closure
- Fix tiled tab layouts
- Set command palette input to vi-insert when opened
- Fix issue with notebook scrolling
- Fix issue where deleting the contents of a large cell results in scrolling the notebook out of view
- Fix ``pageup`` and ``pagedown`` key press detection
----
*********************