diff --git a/code/CHANGELOG.md b/code/CHANGELOG.md index 274390274..de417d991 100644 --- a/code/CHANGELOG.md +++ b/code/CHANGELOG.md @@ -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 diff --git a/code/changes/875.fix.md b/code/changes/875.fix.md deleted file mode 100644 index da08079f2..000000000 --- a/code/changes/875.fix.md +++ /dev/null @@ -1 +0,0 @@ -Ensure scrolling is still synchronised, even after scrolling the preview window diff --git a/code/changes/896.fix.md b/code/changes/896.fix.md deleted file mode 100644 index 9776e8389..000000000 --- a/code/changes/896.fix.md +++ /dev/null @@ -1 +0,0 @@ -The preview window should now work when using Codespaces diff --git a/code/changes/915.feature.md b/code/changes/915.feature.md deleted file mode 100644 index 6a81a1df9..000000000 --- a/code/changes/915.feature.md +++ /dev/null @@ -1 +0,0 @@ -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 diff --git a/code/changes/917.misc.md b/code/changes/917.misc.md deleted file mode 100644 index d9252fafb..000000000 --- a/code/changes/917.misc.md +++ /dev/null @@ -1 +0,0 @@ -Update bundled version of the language server to `1.0.0b8` diff --git a/code/package.json b/code/package.json index 3d6f437c6..046164acc 100644 --- a/code/package.json +++ b/code/package.json @@ -8,7 +8,7 @@ "author": "Esbonio Developers", "publisher": "swyddfa", "license": "MIT", - "version": "0.95.2", + "version": "0.96.0", "keywords": [ "sphinx", "documentation"