@@ -42,7 +42,7 @@ Here is an enumeration of changes made since the last release and included in 6.
4242- Added nl language (:ghpull: `5354 `)
4343- Add UNIX socket support to notebook server. (:ghpull: `4835 `)
4444- Update CodeMirror dependency (:ghpull: `5198 `)
45- - tree added download multiple files (:ghpull: `5351 `)
45+ - Tree added download multiple files (:ghpull: `5351 `)
4646- Toolbar buttons tooltip: show help instead of label (:ghpull: `5107 `)
4747- Remove unnecessary import of requests_unixsocket (:ghpull: `5451 `)
4848- Add ability to cull terminals and track last activity (:ghpull: `5372 `)
@@ -52,25 +52,25 @@ Here is an enumeration of changes made since the last release and included in 6.
5252- Add cell attachments to markdown example (:ghpull: `5412 `)
5353- Add Japanese document (:ghpull: `5231 `)
5454- Migrate Move multiselection test to selenium (:ghpull: `5158 `)
55- - use cmdtrl-enter to run a cell (:ghpull: `5120 `)
55+ - Use `` cmdtrl-enter `` to run a cell (:ghpull: `5120 `)
5656- Fix broken "Raw cell MIME type" dialog (:ghpull: `5385 `)
5757- Make a notebook writable after successful save-as (:ghpull: `5296 `)
5858- Add actual watch script (:ghpull: `4738 `)
59- - added ` --autoreload ` flag to `NotebookApp ` (:ghpull: `4795 `)
59+ - Added `` --autoreload `` flag to `` NotebookApp ` ` (:ghpull: `4795 `)
6060- Enable check_origin on gateway websocket communication (:ghpull: `5471 `)
6161- Restore detection of missing terminado package (:ghpull: `5465 `)
62- - Culling: ensure last_activity attr exists before use (:ghpull: `5355 `)
62+ - Culling: ensure `` last_activity `` attr exists before use (:ghpull: `5355 `)
6363- Added functionality to allow filter kernels by Jupyter Enterprise Gat… (:ghpull: `5484 `)
6464- 'Play' icon for run-cell toolbar button (:ghpull: `2922 `)
6565- 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 `)
66+ - Remove old JS markdown tests, add a new one in selenium (:ghpull: `5497 `)
67+ - Add support for more RTL languages (:ghpull: `5036 `)
6868- Make markdown cells stay RTL in edit mode (:ghpull: `5037 `)
6969- Unforce RTL output display (:ghpull: `5039 `)
7070- Fixed multicursor backspacing (:ghpull: `4880 `)
7171- Implemented Split Cell for multicursor (:ghpull: `4824 `)
7272- Alignment issue [FIXED] (:ghpull: `3173 `)
73- - MathJax: Support for \g def (:ghpull: `4407 `)
73+ - MathJax: Support for `` \gdef `` (:ghpull: `4407 `)
7474- Another (Minor) Duplicate Code Reduction (:ghpull: `5316 `)
7575- Update readme regarding maintenance (:ghpull: `5500 `)
7676- Document contents chunks (:ghpull: `5508 `)
@@ -81,29 +81,53 @@ Here is an enumeration of changes made since the last release and included in 6.
8181- Fix for the terminal shutdown issue (:ghpull: `4180 `)
8282- Add japanese translation files (:ghpull: `4490 `)
8383- Workaround for socket permission errors on Cygwin (:ghpull: `4584 `)
84+ - Implement optional markdown header and footer files (:ghpull: `4043 `)
85+ - Remove double link when using ``custom_display_url `` (:ghpull: `5544 `)
86+ - Respect ``cell.is_editable `` during find-and-replace (:ghpull: `5545 `)
87+ - Fix exception causes all over the codebase (:ghpull: `5556 `
88+ - Improve login shell heuristics (:ghpull: `5588 `)
89+ - Added support for ``JUPYTER_TOKEN_FILE `` (:ghpull: `5587 `)
90+ - Kill notebook itself when server cull idle kernel (:ghpull: `5593 `)
91+ - Implement password hashing with bcrypt (:ghpull: `3793 `)
92+ - Fix broken links (:ghpull: `5600 `)
93+ - Russian internationalization support (:ghpull: `5571 `)
94+ - Add a metadata tag to override notebook direction (ltr/rtl) (:ghpull: `5052 `)
95+ - Paste two images from clipboard in markdown cell (:ghpull: `5598 `)
96+ - Add keyboard shortcuts to menu dropdowns (:ghpull: `5525 `)
97+ - Update codemirror to ``5.56.0+components1 `` (:ghpull: `5637 `)
8498
8599Thank you to all the contributors:
86100
101+ - Aaron Myatt
102+ - Adam Blake
87103- Afshin Taylor Darian
88104- Aman Bansal
89105- Ben Thayer
90106- berendjan
91107- Bruno P. Kinoshita
92108- bzinberg
109+ - Christophe Cadilhac
93110- Daiki Katsuragawa
111+ - David Lukes
112+ - Dmitriy Q
94113- dmpe
95114- dylanzjy
96115- dSchurch
97116- E\. M\. Bray
98117- ErwinRussel
118+ - Felix Mönckemeyer
99119- Grant Nestor
120+ - Jarrad Whitaker
100121- Jesus Panales Castillo
101122- Joshua Zeltser
102123- Karthikeyan Singaravelan
103124- Kenichi Ito
104125- Kevin Bates
126+ - Koki Nishihara
105127- Kris Wilson
106128- Kyle Kelley
129+ - Laura Merlo
130+ - levinxo
107131- Luciano Resende
108132- Luis Cabezon Manchado
109133- Madhusudhan Srinivasa
@@ -116,10 +140,15 @@ Thank you to all the contributors:
116140- Niko Felger
117141- Norah Abanumay
118142- Onno Broekmans
143+ - PierreMB
119144- pinarkavak
145+ - Ram Rachum
146+ - Reece Hart
147+ - Remi Rampin
120148- Rohit Sanjay
121149- Shane Canon
122150- Simon Li
151+ - Steinar Sturlaugsson
123152- Steven Silvester
124153- taohan16
125154- Thew Dhanat
0 commit comments