Skip to content

Commit

Permalink
Esbonio VSCode Extension Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 17, 2022
1 parent 07ce2c7 commit 1702adc
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 13 deletions.
4 changes: 2 additions & 2 deletions code/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 0.7.3
current_version = 0.8.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-dev(?P<dev>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-dev{dev}
{major}.{minor}.{patch}

Expand Down
38 changes: 38 additions & 0 deletions code/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
v0.8.0 - 2022-03-17
-------------------

Features
^^^^^^^^

- Add commands ``esbonio.sphinx.selectConfDir``, ``esbonio.sphinx.selectSrcDir``, ``esbonio.sphinx.selectBuildDir``
which allow the user to interactively select values for the ``esbonio.sphinx.confDir``, ``esbonio.sphinx.srcDir``, ``esbonio.sphinx.buildDir``
options.

The commands can be triggered through the command palette or the language status items. (`#337 <https://github.com/swyddfa/esbonio/issues/337>`_)


Fixes
^^^^^

- Language status items now correctly remove the errored status when an issue is resolved. (`#329 <https://github.com/swyddfa/esbonio/issues/329>`_)


Enhancements
^^^^^^^^^^^^

- Switched to an ``<iframe>`` based approach for previews, which should improve compatability with various Sphinx themes. (`#275 <https://github.com/swyddfa/esbonio/issues/275>`_)


Misc
^^^^

- Renamed the ``esbonio.server.entryPoint`` configuration option to ``esbonio.server.startupModule`` (`#337 <https://github.com/swyddfa/esbonio/issues/337>`_)


Removed
^^^^^^^

- The editor commands ``esbonio.insert.link`` and ``esbonio.insert.inlineLink`` have been removed.
They are however available in the `reStructuredText <https://marketplace.visualstudio.com/items?itemName=lextudio.restructuredtext>`_ extension. (`#307 <https://github.com/swyddfa/esbonio/issues/307>`_)


v0.7.3 - 2022-03-07
-------------------

Expand Down
1 change: 0 additions & 1 deletion code/changes/275.enhancement.rst

This file was deleted.

2 changes: 0 additions & 2 deletions code/changes/307.removed.rst

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/329.fix.rst

This file was deleted.

5 changes: 0 additions & 5 deletions code/changes/337.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/337.misc.rst

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": "Swyddfa Developers",
"publisher": "swyddfa",
"license": "MIT",
"version": "0.7.3",
"version": "0.8.0",
"keywords": [
"sphinx",
"documentation"
Expand Down

0 comments on commit 1702adc

Please sign in to comment.