Skip to content

Commit 06d4ec9

Browse files
Esbonio VSCode Extension Release v0.96.5
1 parent 4455f82 commit 06d4ec9

File tree

6 files changed

+19
-7
lines changed

6 files changed

+19
-7
lines changed

code/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v0.96.5 - 2025-07-03
2+
3+
### Enhancements
4+
5+
- If there is not already a server running and the user changes their Python env, the extension will automatically try to start the server.
6+
This should make recovering from a missing Python interpreter easier ([#988](https://github.com/swyddfa/esbonio/issues/988))
7+
- Remove border around the preview pane's `<iframe>` by @qwertychouskie ([#999](https://github.com/swyddfa/esbonio/issues/999))
8+
9+
### Fixes
10+
11+
- The extension no longer silently does nothing if it cannot locate a compatible Python interpreter.
12+
Instead it uses an error notification to inform the user and given them the option of selecting an interpreter via the Python extension. ([#988](https://github.com/swyddfa/esbonio/issues/988))
13+
14+
### Misc
15+
16+
- Update esbonio to `1.0b12` ([#1009](https://github.com/swyddfa/esbonio/issues/1009))
17+
18+
119
## v0.96.4 - 2025-04-02
220

321
### Enhancements

code/changes/1009.misc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

code/changes/988.enhancement.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

code/changes/988.fix.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

code/changes/999.enhancement.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "Esbonio Developers",
99
"publisher": "swyddfa",
1010
"license": "MIT",
11-
"version": "0.96.4",
11+
"version": "0.96.5",
1212
"keywords": [
1313
"sphinx",
1414
"documentation"

0 commit comments

Comments
 (0)