Skip to content

Commit

Permalink
Esbonio VSCode Extension Release v0.96.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 20, 2024
1 parent dcd9b3a commit a474a07
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
16 changes: 16 additions & 0 deletions code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.96.0 - 2024-10-20

### Features

- The VSCode extension now provides a fallback environment in the event the user has not configured `esbonio.sphinx.pythonCommand`. The environment only includes Sphinx itself and the MyST parser but it should be enough to provide basic support ([#915](https://github.com/swyddfa/esbonio/issues/915))

### Fixes

- Ensure scrolling is still synchronised, even after scrolling the preview window ([#875](https://github.com/swyddfa/esbonio/issues/875))
- The preview window should now work when using Codespaces ([#896](https://github.com/swyddfa/esbonio/issues/896))

### Misc

- Update bundled version of the language server to `1.0.0b8` ([#917](https://github.com/swyddfa/esbonio/issues/917))


## v0.95.2 - 2024-09-22

### Enhancements
Expand Down
1 change: 0 additions & 1 deletion code/changes/875.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/896.fix.md

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/915.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/917.misc.md

This file was deleted.

2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Esbonio Developers",
"publisher": "swyddfa",
"license": "MIT",
"version": "0.95.2",
"version": "0.96.0",
"keywords": [
"sphinx",
"documentation"
Expand Down

0 comments on commit a474a07

Please sign in to comment.