Skip to content

Commit

Permalink
Esbonio VSCode Extension Release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2021
1 parent 6b8a652 commit 7f0e1e8
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 10 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.0
current_version = 0.7.1
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
25 changes: 25 additions & 0 deletions code/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
v0.7.1 - 2021-09-13
-------------------

Fixes
^^^^^

- Fix handling of ``<script>`` tags without a ``src`` attribute when generating the
HTML preview of a page. (`#214 <https://github.com/swyddfa/esbonio/issues/214>`_)


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

- When the user is using an environment with an incompatible Python version but have
the Python extension available, they are given the option of picking a new environment to use. (`#176 <https://github.com/swyddfa/esbonio/issues/176>`_)
- When the user is prompted to install the language server in the current environment,
they now also have the option of picking a new environment to use instead. (`#224 <https://github.com/swyddfa/esbonio/issues/224>`_)


Misc
^^^^

- This extension does not support untrusted workspaces. (`#217 <https://github.com/swyddfa/esbonio/issues/217>`_)


v0.7.0 - 2021-06-05
-------------------

Expand Down
2 changes: 0 additions & 2 deletions code/changes/176.enhancement.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions code/changes/224.enhancement.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.0",
"version": "0.7.1",
"scripts": {
"compile": "webpack --mode production",
"compile-test": "npm run clean && tsc -p ./",
Expand Down

0 comments on commit 7f0e1e8

Please sign in to comment.