Skip to content

Commit c2dc429

Browse files
authored
Merge pull request #3184 from gnestor/5.3.0
Add 5.3.0 to changelog
2 parents 605eaa7 + 973cdc4 commit c2dc429

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

docs/source/changelog.rst

+69
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,75 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n
2121
``pip --version``.
2222

2323

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`).
65+
66+
Thanks to the following contributors:
67+
68+
- bacboc (`bacboc <https://github.com/bacboc>`__)
69+
- Steven Silvester (`blink1073 <https://github.com/blink1073>`__)
70+
- Matthias Bussonnier (`Carreau <https://github.com/Carreau>`__)
71+
- ChungJooHo (`ChungJooHo <https://github.com/ChungJooHo>`__)
72+
- edida (`edida <https://github.com/edida>`__)
73+
- Francesco Franchina (`ferdas <https://github.com/ferdas>`__)
74+
- forbxy (`forbxy <https://github.com/forbxy>`__)
75+
- Grant Nestor (`gnestor <https://github.com/gnestor>`__)
76+
- Josh Barnes (`jcb91 <https://github.com/jcb91>`__)
77+
- JocelynDelalande (`JocelynDelalande <https://github.com/JocelynDelalande>`__)
78+
- Karthik Balakrishnan (`karthikb351 <https://github.com/karthikb351>`__)
79+
- Kevin Bates (`kevin-bates <https://github.com/kevin-bates>`__)
80+
- Kirit Thadaka (`kirit93 <https://github.com/kirit93>`__)
81+
- Maarten Breddels (`maartenbreddels <https://github.com/maartenbreddels>`__)
82+
- Madhu94 (`Madhu94 <https://github.com/Madhu94>`__)
83+
- Matthias Geier (`mgeier <https://github.com/mgeier>`__)
84+
- Michael Heilman (`mheilman <https://github.com/mheilman>`__)
85+
- Min RK (`minrk <https://github.com/minrk>`__)
86+
- PHaeJin (`PHaeJin <https://github.com/PHaeJin>`__)
87+
- Sukneet (`Sukneet <https://github.com/Sukneet>`__)
88+
- Thomas Kluyver (`takluyver <https://github.com/takluyver>`__)
89+
90+
See the 5.3 milestone on GitHub for a complete list of
91+
`pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.3>`__ involved in this release.
92+
2493
.. _release-5.2.1:
2594

2695
5.2.1

0 commit comments

Comments
 (0)