Skip to content

Commit

Permalink
Esbonio VSCode Extension Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 5, 2021
1 parent 9ece2fb commit f4c530c
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 16 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.6.2
current_version = 0.7.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
31 changes: 31 additions & 0 deletions code/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
v0.7.0 - 2021-06-05
-------------------

Features
^^^^^^^^

- Add the ability to preview the output from the ``html`` builder.` (`#190 <https://github.com/swyddfa/esbonio/issues/190>`_)
- Add a statusbar item that indicates the state of the language server. (`#194 <https://github.com/swyddfa/esbonio/issues/194>`_)
- VSCode will now syntax highlight C, C++, Javascript and Typescript code blocks (`#205 <https://github.com/swyddfa/esbonio/issues/205>`_)


Fixes
^^^^^

- Fix incorrect syntax highlighting of multiple links on a single line (`#203 <https://github.com/swyddfa/esbonio/issues/203>`_)
- VSCode now treats ``*`` characters as quotes, meaning selecting some text and entering
a ``*`` will automatically surround that text rather than replacing it. (`#204 <https://github.com/swyddfa/esbonio/issues/204>`_)


Misc
^^^^

- The cli arguments ``--cache-dir``, ``--log-filter``, ``--log-level`` and
``--hide-sphinx-output`` have been replaced with the configuration
parameters ``esbonio.sphinx.buildDir``, ``esbonio.server.logFilter``,
``esbonio.logLevel`` and ``esbonio.server.hideSphinxOutput`` respectively (`#185 <https://github.com/swyddfa/esbonio/issues/185>`_)
- The language server's startup sequence has been reworked. Language clients are now
required to provide configuration parameters under the ``initializationOptions`` field
in the ``initialize`` request. (`#192 <https://github.com/swyddfa/esbonio/issues/192>`_)


v0.6.2 - 2021-05-14
-------------------

Expand Down
4 changes: 0 additions & 4 deletions code/changes/185.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/190.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions code/changes/192.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/194.feature.rst

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions code/changes/204.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/205.feature.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.6.2",
"version": "0.7.0",
"scripts": {
"compile": "webpack --mode production",
"compile-test": "npm run clean && tsc -p ./",
Expand Down

0 comments on commit f4c530c

Please sign in to comment.