@@ -21,6 +21,98 @@ We strongly recommend that you upgrade pip to version 9+ of pip before upgrading
2121 Use ``pip install pip --upgrade `` to upgrade pip. Check pip version with
2222 ``pip --version ``.
2323
24+ .. _release-6.1.0 :
25+
26+ 6.1.0
27+ -----
28+ Please note that this repository is currently maintained by a skeleton crew of maintainers
29+ from the Jupyter community. For our approach moving forward, please see this
30+ `notice <https://github.com/jupyter/notebook#notice >`_ from the README. Thank you.
31+
32+ Here is an enumeration of changes made since the last release and included in 6.1.0.
33+
34+ - Remove deprecated encoding parameter for Python 3.9 compatibility. (:ghpull: `5174 `)
35+ - Add support for async kernel management (:ghpull: `4479 `)
36+ - Fix typo in password_required help message (:ghpull: `5320 `)
37+ - Gateway only: Ensure launch and request timeouts are in sync (:ghpull: `5317 `)
38+ - Update Markdown Cells example to HTML5 video tag (:ghpull: `5411 `)
39+ - Integrated LoginWidget into edit to enable users to logout from the t… (:ghpull: `5406 `)
40+ - Update message about minimum Tornado version (:ghpull: `5222 `)
41+ - Logged notebook type (:ghpull: `5425 `)
42+ - Added nl language (:ghpull: `5354 `)
43+ - Add UNIX socket support to notebook server. (:ghpull: `4835 `)
44+ - Update CodeMirror dependency (:ghpull: `5198 `)
45+ - tree added download multiple files (:ghpull: `5351 `)
46+ - Toolbar buttons tooltip: show help instead of label (:ghpull: `5107 `)
47+ - Remove unnecessary import of requests_unixsocket (:ghpull: `5451 `)
48+ - Add ability to cull terminals and track last activity (:ghpull: `5372 `)
49+ - Code refactoring notebook.js (:ghpull: `5352 `)
50+ - Install terminado for docs build (:ghpull: `5462 `)
51+ - Convert notifications JS test to selenium (:ghpull: `5455 `)
52+ - Add cell attachments to markdown example (:ghpull: `5412 `)
53+ - Add Japanese document (:ghpull: `5231 `)
54+ - Migrate Move multiselection test to selenium (:ghpull: `5158 `)
55+ - use cmdtrl-enter to run a cell (:ghpull: `5120 `)
56+ - Fix broken "Raw cell MIME type" dialog (:ghpull: `5385 `)
57+ - Make a notebook writable after successful save-as (:ghpull: `5296 `)
58+ - Add actual watch script (:ghpull: `4738 `)
59+ - added `--autoreload ` flag to `NotebookApp ` (:ghpull: `4795 `)
60+ - Enable check_origin on gateway websocket communication (:ghpull: `5471 `)
61+ - Restore detection of missing terminado package (:ghpull: `5465 `)
62+ - Culling: ensure last_activity attr exists before use (:ghpull: `5355 `)
63+ - Added functionality to allow filter kernels by Jupyter Enterprise Gat… (:ghpull: `5484 `)
64+ - 'Play' icon for run-cell toolbar button (:ghpull: `2922 `)
65+ - Bump minimum version of jQuery to 3.5.0 (:ghpull: `5491 `)
66+ - remove old JS markdown tests, add a new one in selenium (:ghpull: `5497 `)
67+ - add support for more RTL languages (:ghpull: `5036 `)
68+ - Make markdown cells stay RTL in edit mode (:ghpull: `5037 `)
69+ - Unforce RTL output display (:ghpull: `5039 `)
70+ - Fixed multicursor backspacing (:ghpull: `4880 `)
71+ - Implemented Split Cell for multicursor (:ghpull: `4824 `)
72+ - Alignment issue [FIXED] (:ghpull: `3173 `)
73+ - MathJax: Support for \g def (:ghpull: `4407 `)
74+ - Another (Minor) Duplicate Code Reduction (:ghpull: `5316 `)
75+ - Update readme regarding maintenance (:ghpull: `5500 `)
76+ - Document contents chunks (:ghpull: `5508 `)
77+
78+ Thank you to all the contributors:
79+
80+ - Afshin Taylor Darian
81+ - Aman Bansal
82+ - Ben Thayer
83+ - berendjan
84+ - Bruno P. Kinoshita
85+ - bzinberg
86+ - Daiki Katsuragawa
87+ - dmpe
88+ - dylanzjy
89+ - dSchurch
90+ - ErwinRussel
91+ - Grant Nestor
92+ - Jesus Panales Castillo
93+ - Karthikeyan Singaravelan
94+ - Kevin Bates
95+ - Kris Wilson
96+ - Kyle Kelley
97+ - Luciano Resende
98+ - Luis Cabezon Manchado
99+ - Madhusudhan Srinivasa
100+ - Matthias Geier
101+ - Max Klein
102+ - Min RK
103+ - Mohammad Mostafa Farzan
104+ - Niko Felger
105+ - Onno Broekmans
106+ - pinarkavak
107+ - Rohit Sanjay
108+ - Simon Li
109+ - Steven Silvester
110+ - Thew Dhanat
111+ - Thomas Kluyver
112+ - Toon Baeyens
113+ - Vidar Tonaas Fauske
114+ - Zachary Sailer
115+
24116.. _release-6.0.3 :
25117
261186.0.3
0 commit comments