File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Changelog
4
4
---------
5
-
6
- v1.1.0
5
+ v2.0.0
7
6
^^^^^^
8
7
* Fixed the issue with the keyboard shortcut by making it user-configurable.
9
8
* Fixed broken behavior of drag and drop.
10
9
* Made the UI more consistent.
11
10
* Added a new feature to rename the code snippet in the code snippet panel easily by double-clicking its name.
12
11
* Improved the search feature with fuzzy search.
13
- * Added a function to save the entire cell as a code snippet.
12
+ * Added a function to save the entire cell(s) as a code snippet without highlighting code .
14
13
* Added multi-cell saving by right clicking and saving as a code snippet.
15
14
* Changed preview height to match the height of code snippet box at the maximum.
16
15
17
-
18
16
v1.0.4
19
17
^^^^^^
20
18
* Fixed the issue with deleting a snippet while searching or filtering
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Installation
5
5
6
6
Requirements
7
7
~~~~~~~~~~~~
8
- JupyterLab >= 2.2
8
+ JupyterLab >= 3.0
9
9
10
10
Install
11
11
~~~~~~~
You can’t perform that action at this time.
0 commit comments