File tree Expand file tree Collapse file tree 9 files changed +27
-14
lines changed Expand file tree Collapse file tree 9 files changed +27
-14
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3 .0
2+ current_version = 0.4 .0
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(.dev(?P<dev>\d+))?
Original file line number Diff line number Diff line change 1+ v0.4.0 - 2021-02-01
2+ -------------------
3+
4+ Features
5+ ^^^^^^^^
6+
7+ - **Language Server ** Directive option completions are now provided
8+ within a directive's options block (`#36 <https://github.com/swyddfa/esbonio/issues/36 >`_)
9+ - **Language Server ** For projects that use ``interpshinx `` completions
10+ for intersphinx targets are now suggested when available (`#74 <https://github.com/swyddfa/esbonio/issues/74 >`_)
11+
12+
13+ Fixes
14+ ^^^^^
15+
16+ - **Language Server ** Regex that catches diagnostics from Sphinx's
17+ output can now handle windows paths. Diagnostic reporting now sends a
18+ proper URI (`#66 <https://github.com/swyddfa/esbonio/issues/66 >`_)
19+ - **Language Server ** Diagnostics are now reported on first startup (`#68 <https://github.com/swyddfa/esbonio/issues/68 >`_)
20+ - **Language Server ** Fix exception that was thrown when trying to find
21+ completions for an unknown role type (`#73 <https://github.com/swyddfa/esbonio/issues/73 >`_)
22+ - **Language Server ** The server will not offer completion suggestions outside of
23+ a role target (`#77 <https://github.com/swyddfa/esbonio/issues/77 >`_)
24+
25+
126v0.3.0 - 2021-01-27
227-------------------
328
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- __version__ = "0.3 .0"
1+ __version__ = "0.4 .0"
You can’t perform that action at this time.
0 commit comments