- Fixes an issue using config files (PR 476). - Upgrades to using lab 1.0 components, which also allows lab extension to support lab 1.0.
1.0.6
Not secure
- Fixed a styling regression from 1.0.5, where the web text panes had incorrect styling (most notably incorrect widths).
1.0.5
Not secure
- Fixed filename encoding issue with git diff on Python 2. - Fixes for deploying nbdime on a non-localhost server. - Web: Fixed issue where unchanged cells would not show correctly if unhidden. - Various other fixes and adjustments.
1.0.4
Not secure
- Fix git diffing failure with older versions of git. Now, an older version of git will simply prevent integration with git filters. - Allow for two-way merge by making the base notebook argument to `nbmerge` optional. It will now default to an empty notebook.
1.0.3
Not secure
- Web: Fix issues with hiding unchanged cells. Make hiding unchanged cells configurable and on by default. - Options of the console printing can now be configured. Mainly the `--no-color` flag disables ANSI color escapes. - Web: Fixed MathJax math rendering. - Various other fixes and adjustments.
1.0.2
Not secure
- Diff: Optimized diffing of large texts (e.g. big cells). - Config: Fixed several issues with the config system. - Lab extension: Updated to latest jupyterlab. All npm packages are now using ES6 features. - Web: Fixed keyboard tabbing / focusing issues.