Skip to content

Esbonio Language Server v1.0.0b7 - 2024-09-22

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 16:44
· 40 commits to develop since this release

v1.0.0b7 - 2024-09-22

Enhancements

  • Re-implemented the esbonio.sphinx.configOverrides option (#785)

Fixes

  • Esbonio's preview generation should no longer conflict with extensions like ablog which call methods like replac_self() on custom doctree nodes. (#874)

Misc

  • Drop support for Python 3.8 (#858)
  • Add support for Python 3.13 (#859)
  • Drop Sphinx 5.x support, add Sphinx 8.x support (#866)
  • Migrate to pygls v2 (#882)