Skip to content

Commit

Permalink
v1.16.0
Browse files Browse the repository at this point in the history
- 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).
  • Loading branch information
stkb committed Jan 14, 2022
1 parent de5abd6 commit a796852
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stkb/vscode-rewrap/releases) (for working links to issues)


## 1.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.15.4
- Support svelte files (HTML) (#243, #299).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For <a href="https://marketplace.visualstudio.com/items?itemName=stkb.rewrap">
<b>Open VSX</b></a>
and <a href="https://marketplace.visualstudio.com/items?itemName=stkb.Rewrap-18980">
<b>Visual Studio</b></a>.
Latest version <b>1.15.4</b>
Latest version <b>1.16.0</b>
(<a href="https://github.com/stkb/vscode-rewrap/releases">changelog</a>)
</td></tr></table>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For <a href="https://marketplace.visualstudio.com/items?itemName=stkb.rewrap">
<b>Open VSX</b></a>
and <a href="https://marketplace.visualstudio.com/items?itemName=stkb.Rewrap-18980">
<b>Visual Studio</b></a>.
Latest version <b>1.15.4</b>
Latest version <b>1.16.0</b>
(<a href="https://github.com/stkb/vscode-rewrap/releases">changelog</a>)
</td></tr></table>

Expand Down
2 changes: 1 addition & 1 deletion vs/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.15.4.300" Language="en-US" Publisher="stkb" />
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.16.0.300" Language="en-US" Publisher="stkb" />
<DisplayName>Rewrap</DisplayName>
<Description xml:space="preserve">Re-wraps comments and other text</Description>
<MoreInfo>https://github.com/stkb/Rewrap</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"paragraph",
"multi-root ready"
],
"version": "1.15.4",
"version": "1.16.0",
"publisher": "stkb",
"icon": "logo.png",
"repository": {
Expand Down

0 comments on commit a796852

Please sign in to comment.