Skip to content

Commit a6e67b0

Browse files
Esbonio VSCode Extension Release v1.0.0
1 parent db725cb commit a6e67b0

File tree

5 files changed

+25
-12
lines changed

5 files changed

+25
-12
lines changed

code/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## v1.0.0 - 2025-10-28
2+
3+
### Enhancements
4+
5+
- `esbonio.sphinx.pythonCommand` is now an object with with following fields
6+
7+
- `command`: This list of strings from the original esbonio.sphinx.pythonCommand.
8+
- `env`: A dictionary allowing you to add/override environment variables passed to the sphinx process
9+
- `cwd`: A string allowing you to change the directory in which the sphinx process is launched.
10+
11+
([#1024](https://github.com/swyddfa/esbonio/issues/1024))
12+
13+
### Misc
14+
15+
- The following options have been removed
16+
17+
- `esbonio.sphinx.envPassthrough`: For ages now, the language server passes through all environment variables to the sphinx process so this option has no use.
18+
- `esbonio.sphinx.pythonPath`: The original intent behind this option was to allow you to override the version of the sphinx agent. However, the better way to do this is just use a different version of esbonio.
19+
- `esbonio.sphinx.cwd`: Use `esbonio.sphinx.pythonCommand.cwd`
20+
21+
([#1027](https://github.com/swyddfa/esbonio/issues/1027))
22+
- Drop Python 3.9 support ([#1032](https://github.com/swyddfa/esbonio/issues/1032))
23+
24+
125
## v0.96.6 - 2025-07-07
226

327
### Misc

code/changes/1024.enhancement.md

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

code/changes/1027.misc.md

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

code/changes/1032.misc.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.6",
11+
"version": "1.0.0",
1212
"keywords": [
1313
"sphinx",
1414
"documentation"

0 commit comments

Comments
 (0)