Skip to content

Commit 03f1da5

Browse files
committed
[docs] update changelog for 0.5.0
1 parent 1b1cc1a commit 03f1da5

File tree

1 file changed

+75
-8
lines changed

1 file changed

+75
-8
lines changed

CHANGELOG.md

Lines changed: 75 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,87 @@ Unreleased (aka. GitHub master)
2121
This is where each new PR to the project should add a summary of its changes,
2222
which makes it much easier to fill in each release's changelog :)
2323

24+
25+
0.5.0
26+
-----
27+
2428
Repo-level stuff:
2529

26-
- Added CONTRIBUTING.md
27-
[#1224](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1224)
30+
- Added `CONTRIBUTING.md`
31+
(fixes [#1224](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1224))
32+
[#1225](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1225)
2833
[@consideratio](https://github.com/consideratio)
34+
- [ci] allow lint failure on travis
35+
[#1228](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1228)
36+
[@jcb91](https://github.com/jcb91)
37+
- Fix some travis warnings and errors
38+
[#1251](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1251)
39+
[@juhasch](https://github.com/juhasch)
40+
- Remove OSX travis run (OSX still supported, but travis run kept failing without being any significant difference to linux run)
41+
[#1253](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1253)
42+
[@juhasch/fix](https://github.com/juhasch/fix)
43+
- fix travis for py27
44+
[#1265](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1265)
45+
[@jcb91](https://github.com/jcb91)
2946

3047
New features and bugfixes:
3148

49+
- `load_tex_macros` __new nbextension added!__
50+
[#1257](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1257)
51+
[@ketch](https://github.com/ketch)
52+
- `cell_filter` __new nbextension added!__
53+
[#1240](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1240)
54+
[@benelot](https://github.com/benelot)
55+
- `execution_dependencies` __new nbextension added!__
56+
[#1213](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1213)
57+
[@benelot](https://github.com/benelot)
58+
- `isort` __new nbextension added!__
59+
First implementation based on code_prettify
60+
[#1204](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1204)
61+
[@benjaminabel](https://github.com/benjaminabel)
62+
- require newer `jupyter_highlight_selected_word`
63+
[#1270](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1270)
64+
[@jcb91](https://github.com/jcb91)
65+
- Fix for long button labels in `code_prettify` and variants
66+
[#1268](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1268)
67+
[@jfbercher](https://github.com/jfbercher)
68+
- Bugfix for `collapsible_headings` key bindings conflict
69+
[#1264](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1264)
70+
[@rhilenova](https://github.com/rhilenova)
71+
- `kernel_exec_on_cells`,
72+
make shift-click on button autoformat all cells
73+
[#1219](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1219)
74+
[@jcb91](https://github.com/jcb91)
75+
- `scroll_down` ensure output will scroll down in new cells
76+
[#1227](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1227)
77+
[@cjld](https://github.com/cjld)
78+
- `init_cell` Warning dialog now always relevant, fixes [#1223](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1223). [#1226](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1226) [@consideratio](https://github.com/consideratio)
79+
- `gist_it`, Fixed a minor spelling mistake in the documentation
80+
[#1222](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1222)
81+
[@swedishmike](https://github.com/swedishmike)
82+
- `toc2`
83+
* fix css rule for overriding wrapper color
84+
[#1255](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1255)
85+
[@jcb91](https://github.com/jcb91)
86+
* allow configurable basenumber
87+
[#1252](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1252)
88+
[@jfbercher](https://github.com/jfbercher)
89+
* Initialize toc2 button after cfg is loaded / fix [#1249](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1249).
90+
[#1250](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1250)
91+
[@jfbercher](https://github.com/jfbercher)
92+
* use unaltered notebook metadata in template
93+
[#1141](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1141)
94+
[@jcb91](https://github.com/jcb91)
95+
- `exercise` & `exercise2`, Reworking to fix
96+
[#1079](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1079)
97+
[#1206](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1206)
98+
[@jcb91](https://github.com/jcb91)
99+
- `snippets` use `base_url`
100+
[#1212](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1212)
101+
[@juhasch](https://github.com/juhasch)
102+
- Add preprocessor to embed images into a notebook
103+
[#1067](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1067)
104+
[@juhasch](https://github.com/juhasch)
32105
- `init_cell`
33106
* Warning dialog now always relevant, fixes [#1223](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1223). [#1226](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1226) [@consideratio](https://github.com/consideratio)
34107
- Add preprocessor to embed images into a notebook
@@ -66,12 +139,6 @@ Repo-level stuff:
66139

67140
New features and bugfixes:
68141

69-
- `cell_filter` __new nbextension added!__
70-
[#1240](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1240)
71-
[@benelot](https://github.com/benelot)
72-
- `execution_dependencies` __new nbextension added!__
73-
[#1213](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1213)
74-
[@benelot](https://github.com/benelot)
75142
- `livemdpreview` __new nbextension added!__
76143
[#1155](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1155)
77144
[@jcb91](https://github.com/jcb91)

0 commit comments

Comments
 (0)