You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/changelog.rst
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,29 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n
21
21
``pip --version``.
22
22
23
23
24
+
.. _release-5.2.0:
25
+
26
+
5.2.0
27
+
-----
28
+
29
+
- Make all files in the dashboard editable by default and provide a whitelist of viewable file extensions (:ghpull:`2911`).
30
+
- Ensure that the root directory is not hidden (:ghpull:`2907`).
31
+
- Fix CodeMirror styling issue (:ghpull:`2880`).
32
+
- Update error handling on ``APIHandlers`` (:ghpull:`2853`).
33
+
- Upgrade xterm.js to 2.9.2 (:ghpull:`2849`).
34
+
- Add Chinese translations (depends on upcoming UI implementation) (:ghpull:`2804`).
35
+
- Allow for simpler customization of ``output_prompt`` in custom.js (:ghpull:`2774`).
36
+
- Use RFC5987 encoding for filenames (:ghpull:`2767`).
37
+
- Add path to the resources metadata (:ghpull:`2753`).
38
+
- Make ``extraKeys`` consistent between notebook and editor views (:ghpull:`2745`).
39
+
- Add RTL (right-to-left) support (:ghpull:`2357`).
40
+
41
+
Special thanks to `samarsultan <https://github.com/samarsultan>`__ and the Arabic Competence and Globalization Center Team at IBM Egypt for adding RTL (right-to-left) support to the notebook!
42
+
43
+
See the 5.2 milestone on GitHub for a complete list of
0 commit comments