2015-08-14 13:14:57 +08:00
.. _changelog:
Jupyter notebook changelog
==========================
A summary of changes in the Jupyter notebook.
For more detailed information, see `GitHub <https://github.com/jupyter/notebook> `__ .
2015-10-08 12:29:45 +08:00
4.1.x
-----
- Properly handle reaping of zombie subprocesses.
2015-10-26 23:53:16 +08:00
- Moved the cell toolbar selector into the view menu ![screencast](https://cloud.githubusercontent.com/assets/335567/10711889/59665a5a-7a3e-11e5-970f-86b89592880c.gif).
- Added the ability to mark cells and perform actions on those cells
- Added the command palette
- Added the search and replace dialog
2015-10-08 12:29:45 +08:00
2015-09-22 15:52:52 +08:00
4.0.x
-----
2015-10-09 19:37:31 +08:00
4.0.6
*****
- fix installation of mathjax support files
- fix some double-escape regressions in 4.0.5
- fix a couple of cases where errors could prevent opening a notebook
2015-09-22 15:52:52 +08:00
4.0.5
*****
Security fixes for maliciously crafted files.
- `CVE-2015-6938 <http://www.openwall.com/lists/oss-security/2015/09/02/3> `__ : malicious filenames
- `CVE-2015-7337 <http://www.openwall.com/lists/oss-security/2015/09/16/3> `__ : malicious binary files in text editor.
Thanks to Jonathan Kamens at Quantopian and Juan Broullón for the reports.
4.0.4
*****
- Fix inclusion of mathjax-safe extension
2015-08-14 13:14:57 +08:00
4.0.2
2015-09-22 15:52:52 +08:00
*****
2015-08-14 13:14:57 +08:00
- Fix launching the notebook on Windows
- Fix the path searched for frontend config
4.0.0
2015-09-22 15:52:52 +08:00
*****
2015-08-14 13:14:57 +08:00
First release of the notebook as a standalone package.