Releases: allen-li1231/zeppelin-vscode
Releases · allen-li1231/zeppelin-vscode
v0.2.1
v0.2.0
What's Changed
- Dev Kernels 0.2.0: Major Enhancement on Execution Logic and Bug Fixes in #3
Added
- Notebook cells now can run in parallel, and user can toggle run mode, either in parallel or sequential, in settings.
- Previously local notebook changes were periodically updated to server, but not vice versa. Now notebook can be updated to its server version whenever it is opened or corresponding window is activated.
Fixed
- Missing proxy credential protocol setting.
- Bug that causes code interrupt to fail the extension.
- Bug that causes extension to fail when interrupting note.
- Bug that causes tracking on cell execution to be falsely ended when paragraph run status is pending.
- Bug that causes error output when execution an empty cell.
Changed
Full Changelog: v0.1.7...v0.2.0
v0.1.7
Fixed
- Prompting Zeppelin credentials not working properly.
v0.1.6
Enhancement
- url history records can be deleted manually.
- Decrease default paragraph update delay throttle time from 5 seconds to 1 second.
- Network issues are enabled to be emitted to vscode.window.
v0.1.5
[0.1.5] - 2023-9-21
Added
- Line number toggling command, and automatically synced to server (still buggy when toggling all cells' line numbers, the problem lies in VSCode api provided)
Enhancement
- Allow api error message to emit using vscode.window.showErrorMessage.
- Comments enrichment.
Fixed
- Bug that causes imported note's path not correctly set.
- Following bugs in promptCreateNotebook:
- Quickpick tiggers not fully disposed.
- Selectable note save path not shown correctly.
- Note base name not appended to save path as expected.