- Added support for JupyterLab 3. This includes compatibility with jupyter_server (notebook is still supported as well). - Basic functionality for working with cell ids introduced in notebook format spec 4.5. Full utilization of this for diffing/merging functionality is planned for a later release. - Fixed some issues with inline merging
2.1.0
Not secure
- Dropped Python 3.5 support. - Optimize comparison of large stream outputs. - Fixed an error when merging a file that were concurrently added in two branches with git. - Fixed a config bug where ignore configs written in a file was not taken into account. - Fixed compatibility with JupyterLab 2.2 - Various other fixes and adjustments.
2.0
2.0.0
Not secure
- Dropped Python 2 support, and Python 3.4 support. - Fix support for Python 3.8 on Windows. - Various improvements to lab/notebook extensions. - Made web apps (e.g. nbdiff-web) work properly offline. - Fix for git driver with renamed files. - Various other fixes and adjustments.
1.1
1.1.0
Not secure
- Add rest API for server extension for handling pure git diffs of notebooks. This allows for a cleaner call without prefixing the filename etc. This is currently only available on the server extension, but can be moved to the main server if there is demand.