Skip to content

Commit a796852

Browse files
committed
v1.16.0
- New architecture (still WIP) with performance increase. - Markdown: new parser that fixes many small bugs (inc #288), as well as supporting: - Front matter header (#277, #294) - Link reference definitions (#63, #93) - Footnotes (#188) - ReStructuredText support (standalone & for Python, almost complete) (#88). - Julia: support `#= ... =#` block comments (#302) - Visual Studio: Wrap to rulers generated from .editorconfig by the Editor Guidelines extension (thereby indirectly supporting .editorconfig) (#300).
1 parent de5abd6 commit a796852

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stkb/vscode-rewrap/releases) (for working links to issues)
22

33

4+
## 1.16.0
5+
- New architecture (still WIP) with performance increase.
6+
- Markdown: new parser that fixes many small bugs (inc #288), as well as supporting:
7+
- Front matter header (#277, #294)
8+
- Link reference definitions (#63, #93)
9+
- Footnotes (#188)
10+
- ReStructuredText support (standalone & for Python, almost complete) (#88).
11+
- Julia: support `#= ... =#` block comments (#302)
12+
- Visual Studio: Wrap to rulers generated from .editorconfig by the Editor Guidelines
13+
extension (thereby indirectly supporting .editorconfig) (#300).
14+
15+
416
### 1.15.4
517
- Support svelte files (HTML) (#243, #299).
618

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For <a href="https://marketplace.visualstudio.com/items?itemName=stkb.rewrap">
66
<b>Open VSX</b></a>
77
and <a href="https://marketplace.visualstudio.com/items?itemName=stkb.Rewrap-18980">
88
<b>Visual Studio</b></a>.
9-
Latest version <b>1.15.4</b>
9+
Latest version <b>1.16.0</b>
1010
(<a href="https://github.com/stkb/vscode-rewrap/releases">changelog</a>)
1111
</td></tr></table>
1212

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For <a href="https://marketplace.visualstudio.com/items?itemName=stkb.rewrap">
66
<b>Open VSX</b></a>
77
and <a href="https://marketplace.visualstudio.com/items?itemName=stkb.Rewrap-18980">
88
<b>Visual Studio</b></a>.
9-
Latest version <b>1.15.4</b>
9+
Latest version <b>1.16.0</b>
1010
(<a href="https://github.com/stkb/vscode-rewrap/releases">changelog</a>)
1111
</td></tr></table>
1212

vs/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.15.4.300" Language="en-US" Publisher="stkb" />
4+
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.16.0.300" Language="en-US" Publisher="stkb" />
55
<DisplayName>Rewrap</DisplayName>
66
<Description xml:space="preserve">Re-wraps comments and other text</Description>
77
<MoreInfo>https://github.com/stkb/Rewrap</MoreInfo>

vscode/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"paragraph",
1313
"multi-root ready"
1414
],
15-
"version": "1.15.4",
15+
"version": "1.16.0",
1616
"publisher": "stkb",
1717
"icon": "logo.png",
1818
"repository": {

0 commit comments

Comments
 (0)