Skip to content

Commit 1df0401

Browse files
authored
Update changelog (#3188)
1 parent 7b5bd66 commit 1df0401

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,19 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n
2929
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).
3030

3131
- Add support for terminals on windows (:ghpull:`3087`).
32+
- Add a "restart and run all" button to the toolbar (:ghpull:`2965`).
3233
- Send files to os trash mechanism on delete (:ghpull:`1968`).
3334
- Allow programmatic copy to clipboard (:ghpull:`3088`).
3435
- Use DOM History API for navigating between directories in the file browser (:ghpull:`3115`).
3536
- Add translated files to folder(docs-translations) (:ghpull:`3065`).
36-
- Allowing non empty dirs to be deleted (:ghpull:`3108`).
37+
- Allow non empty dirs to be deleted (:ghpull:`3108`).
3738
- Set cookie on base_url (:ghpull:`2959`).
3839
- Allow token-authenticated requests cross-origin by default (:ghpull:`2920`).
3940
- Change cull_idle_timeout_minimum to 1 from 300 (:ghpull:`2910`).
4041
- Config option to shut down server after n seconds with no kernels (:ghpull:`2963`).
4142
- Display a "close" button on load notebook error (:ghpull:`3176`).
43+
- Add action to command pallette to run CodeMirror's "indentAuto" on selection (:ghpull:`3175`).
44+
- Add option to specify extra services (:ghpull:`3158`).
4245
- Warn_bad_name should not use global name (:ghpull:`3160`).
4346
- Avoid overflow of hidden form (:ghpull:`3148`).
4447
- Fix shutdown trans loss (:ghpull:`3147`).

0 commit comments

Comments
 (0)