Skip to content

Commit 2b117f8

Browse files
Esbonio VSCode Ext Release v0.4.0
1 parent 8bb3845 commit 2b117f8

File tree

10 files changed

+27
-14
lines changed

10 files changed

+27
-14
lines changed

code/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.1
2+
current_version = 0.4.0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-dev(?P<dev>\d+))?

code/CHANGES.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
v0.4.0 - 2021-02-03
2+
-------------------
3+
4+
Features
5+
^^^^^^^^
6+
7+
- Expose an ``esbonio.log.level`` config option that allows the level of logging
8+
output to be configured (`#85 <https://github.com/swyddfa/esbonio/issues/85>`_)
9+
- Add ``esbonio.server.updateFrequency`` option that controls how often the
10+
extension should check for updates. Valid values are ``daily``, ``weekly``,
11+
``monthly`` and ``never``` (`#88 <https://github.com/swyddfa/esbonio/issues/88>`_)
12+
- Add ``esbonio.server.updateBehavior`` option that controls how updates should be
13+
applied. Valid values are ``promptAlways``, ``promptMajor`` and ``automatic`` (`#89 <https://github.com/swyddfa/esbonio/issues/89>`_)
14+
15+
16+
Fixes
17+
^^^^^
18+
19+
- Fix edge cases around syntax highlighting bold/italic elements. (`#47 <https://github.com/swyddfa/esbonio/issues/47>`_)
20+
- The extension now activates when it detects a sphinx project (`#49 <https://github.com/swyddfa/esbonio/issues/49>`_)
21+
- The language client now also listens to changes in Python files so that we can
22+
pick up changes in the project's ``conf.py``` (`#50 <https://github.com/swyddfa/esbonio/issues/50>`_)
23+
- Fix edge cases around syntax highlighting inline code snippets (`#70 <https://github.com/swyddfa/esbonio/issues/70>`_)
24+
25+
126
v0.3.1 - 2020-12-14
227
-------------------
328

code/changes/47.fix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

code/changes/49.fix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

code/changes/50.fix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

code/changes/70.fix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

code/changes/85.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

code/changes/88.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

code/changes/89.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "Swyddfa Developers",
88
"publisher": "swyddfa",
99
"license": "MIT",
10-
"version": "0.3.1",
10+
"version": "0.4.0",
1111
"scripts": {
1212
"compile": "webpack --mode production",
1313
"compile-test": "npm run clean && tsc -p ./",

0 commit comments

Comments
 (0)