Skip to content

Commit

Permalink
Esbonio VSCode Extension Release v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 7, 2022
1 parent 8c445ee commit b504fb5
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 15 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.2
current_version = 0.7.3
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
30 changes: 30 additions & 0 deletions code/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
v0.7.3 - 2022-03-07
-------------------

Fixes
^^^^^

- Duplicate output channels are no longer created in the event of a language server crash. (`#287 <https://github.com/swyddfa/esbonio/issues/287>`_)
- Changes to ``esbonio.server.logLevel`` no longer require VSCode to be restarted to take effect client side. (`#301 <https://github.com/swyddfa/esbonio/issues/301>`_)
- Options such as ``esboino.server.logLevel`` can now be set on a per-project basis. (`#302 <https://github.com/swyddfa/esbonio/issues/302>`_)


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

- The status bar has been re-implemented as a collection of language status items. (`#240 <https://github.com/swyddfa/esbonio/issues/240>`_)
- The server can now be restarted by clicking on the relevant language status item (`#241 <https://github.com/swyddfa/esbonio/issues/241>`_)
- Add option ``esbonio.server.enabledInPyFiles`` which allows the user to disable the language server in Python files. (`#285 <https://github.com/swyddfa/esbonio/issues/285>`_)
- All extension log output has been unified into a single output channel. (`#287 <https://github.com/swyddfa/esbonio/issues/287>`_)
- Add option ``esbonio.server.entryPoint`` which allows the user to set an entry point.
Also add options ``esbonio.server.includedModules`` and ``esbonio.server.excludedModules`` to allow the user to control which modules are loaded in the server configuration. (`#288 <https://github.com/swyddfa/esbonio/issues/288>`_)
- The ``esbonio.server.pythonPath`` configuration option now supports paths relative to ``${workspaceRoot}`` (`#300 <https://github.com/swyddfa/esbonio/issues/300>`_)


Misc
^^^^

- Add soft dependency on `trond-snekvik.simple-rst <https://marketplace.visualstudio.com/items?itemName=trond-snekvik.simple-rst>`_ in favour of using bespoke grammar rules. (`#279 <https://github.com/swyddfa/esbonio/issues/279>`_)
- This extension now requires the Esbonio language server version to be ``>= 0.9.0`` (`#308 <https://github.com/swyddfa/esbonio/issues/308>`_)


v0.7.2 - 2021-11-26
-------------------

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

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/241.enhancement.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/285.enhancement.rst

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/287.enhancement.rst

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions code/changes/288.enhancement.rst

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/300.enhancement.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/308.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.2",
"version": "0.7.3",
"keywords": [
"sphinx",
"documentation"
Expand Down

0 comments on commit b504fb5

Please sign in to comment.