@@ -20,6 +20,43 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n
20
20
Use ``pip install pip --upgrade `` to upgrade pip. Check pip version with
21
21
``pip --version ``.
22
22
23
+ .. _release-5.4 :
24
+
25
+ 5.4
26
+ ---
27
+
28
+ - Fix creating files and folders after navigating directories in the dashboard
29
+ (:ghpull: `3264 `).
30
+ - Enable printing notebooks in colour, removing the CSS that made everything
31
+ black and white (:ghpull: `3212 `).
32
+ - Limit the completion options displayed in the notebook to 1000, to avoid
33
+ performance issues with very long lists (:ghpull: `3195 `).
34
+ - Added alt-text to the kernel logo image in the notebook UI (:ghpull: `3228 `).
35
+ - Added a test on Travis CI to flag if symlinks are accidentally introduced
36
+ in the future. This should prevent the issue that necessitated
37
+ :ref: `release-5.3.1 ` (:ghpull: `3227 `).
38
+ - Use lowercase letters for random IDs generated in our Javascript
39
+ (:ghpull: `3264 `).
40
+ - Removed duplicate code setting ``TextCell.notebook `` (:ghpull: `3256 `).
41
+
42
+ Thanks to the following contributors:
43
+
44
+ - Matthias Bussonnier (`Carreau <https://github.com/Carreau >`__)
45
+ - Min RK (`minrk <https://github.com/minrk >`__)
46
+ - Nitesh Sawant (`ns23 <https://github.com/ns23 >`__)
47
+ - Thomas Kluyver (`takluyver <https://github.com/takluyver >`__)
48
+ - Yuvi Panda (`yuvipanda <https://github.com/yuvipanda >`__)
49
+
50
+ See the 5.4 milestone on GitHub for a complete list of
51
+ `pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.4 >`__ involved in this release.
52
+
53
+ .. _release-5.3.1 :
54
+
55
+ 5.3.1
56
+ -----
57
+
58
+ Replaced a symlink in the repository with a copy, to fix issues installing
59
+ on Windows (:ghpull: `3220 `).
23
60
24
61
.. _release-5.3.0 :
25
62
0 commit comments