Skip to content

Commit ae30b79

Browse files
Bump version and update CHANGELOG
1 parent e58b237 commit ae30b79

4 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,26 @@ Document some advanced types so users may try them out and provide feedback. The
1616

1717
- Read more in the extension documentation
1818

19-
## Unreleased
19+
## 4.5.1 - May 2024
20+
21+
Continuing with our story of IDL Notebook user experience, each session of notebook now gets it's own instance of IDL! This means a few things:
22+
23+
- You can now run more than one IDL Notebook in parallel! This makes it easy to crank through data or multi-task to your heart's content.
24+
25+
- Each session of IDL notebook is sand-boxed and a separate process. This means notebooks won't interact with each other.
26+
27+
- When you close an IDL Notebook, the associated IDL Kernel is automatically stopped
28+
29+
- A new sidebar entry in the Notebook section, allows you to stop all IDL Notebook Kernels
2030

2131
Remove a false error report when you stop IDL (terminate the process) while it is running
2232

2333
Fixed an error where we were not automatically returning from the main level when you compiled a main level program.
2434

2535
Fixed an issue in IDL Notebooks where, once ENVI is started, a notebook no longer can embed multiple graphics in a single notebook cell.
2636

37+
When ENVI is started, as long as the UI is not present, we now embed direct graphics. If the ENVI UI is open, we dont embed direct graphics.
38+
2739
## 4.5.0 - May 2024
2840

2941
New-and improved IDL Notebook user experience!
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
22
* Version of the extension
33
*/
4-
export const VERSION = '4.5.0';
4+
export const VERSION = '4.5.1';

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "idl-for-vscode",
33
"displayName": "%packageJSON.displayName%",
44
"description": "%packageJSON.description%",
5-
"version": "4.5.0",
5+
"version": "4.5.1",
66
"publisher": "idl",
77
"license": "MIT",
88
"encryption": "yes",

0 commit comments

Comments
 (0)