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
+69
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,75 @@ 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.3.0:
25
+
26
+
5.3.0
27
+
-----
28
+
29
+
This release introduces a couple noteable improvements, such as terminal support for Windows and support for OS trash (files deleted from the notebook dashboard are moved to the OS trash vs. deleted permanently).
30
+
31
+
- Add support for terminals on windows (:ghpull:`3087`).
32
+
- Send files to os trash mechanism on delete (:ghpull:`1968`).
33
+
- Allow programmatic copy to clipboard (:ghpull:`3088`).
34
+
- Use DOM History API for navigating between directories in the file browser (:ghpull:`3115`).
35
+
- Add translated files to folder(docs-translations) (:ghpull:`3065`).
36
+
- Allowing non empty dirs to be deleted (:ghpull:`3108`).
37
+
- Set cookie on base_url (:ghpull:`2959`).
38
+
- Allow token-authenticated requests cross-origin by default (:ghpull:`2920`).
39
+
- Change cull_idle_timeout_minimum to 1 from 300 (:ghpull:`2910`).
40
+
- Config option to shut down server after n seconds with no kernels (:ghpull:`2963`).
41
+
- Display a "close" button on load notebook error (:ghpull:`3176`).
42
+
- Warn_bad_name should not use global name (:ghpull:`3160`).
43
+
- Avoid overflow of hidden form (:ghpull:`3148`).
44
+
- Fix shutdown trans loss (:ghpull:`3147`).
45
+
- Find available kernelspecs more efficiently (:ghpull:`3136`).
46
+
- Don\'t try to translate missing help strings (:ghpull:`3122`).
47
+
- Frontend/extension-config: allow default json files in a .d directory (:ghpull:`3116`).
48
+
- Use `requirejs` vs. `require` (:ghpull:`3097`).
49
+
- Fixes some ui bugs in firefox #3044 (:ghpull:`3058`).
50
+
- Compare non-specific language code when choosing to use arabic numerals (:ghpull:`3055`).
51
+
- Fix save-script deprecation (:ghpull:`3053`).
52
+
- Include moment locales in package_data (:ghpull:`3051`).
53
+
- Fix moment locale loading in bidi support (:ghpull:`3048`).
54
+
- Tornado 5: periodiccallback loop arg will be removed (:ghpull:`3034`).
55
+
- Use `/files` prefix for pdf-like files (:ghpull:`3031`).
56
+
- Add folder for document translation (:ghpull:`3022`).
57
+
- When login-in via token, let a chance for user to set the password (:ghpull:`3008`).
58
+
- Switch to jupyter_core implementation of ensure_dir_exists (:ghpull:`3002`).
59
+
- Send http shutdown request on \'stop\' subcommand (:ghpull:`3000`).
60
+
- Work on loading ui translations (:ghpull:`2969`).
61
+
- Fix ansi inverse (:ghpull:`2967`).
62
+
- Add send2trash to requirements for building docs (:ghpull:`2964`).
63
+
- I18n readme.md improvement (:ghpull:`2962`).
64
+
- Add \'reason\' field to json error responses (:ghpull:`2958`).
0 commit comments