Skip to content

Commit bcabf34

Browse files
committed
v1.16.2
- Support .rmd files as markdown (#245) - Basic support for Textile files as markdown (#271) - Support FIDL (#255), Pascal/Delphi (#97) & pylintrc files (#121) - Shell script: Ignore shebangs (#129) - Add '//'-comments to CSS (workaround for #309) - Fix batch files: case-insensitive "REM" and "@" prefix (#313) - Fix the document being 'modified' if there were no actual changes (#308, #315)
1 parent a89691b commit bcabf34

5 files changed

+16
-5
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stk
33
---
44

55

6+
### 1.16.2
7+
8+
- Support .rmd files as markdown (#245)
9+
- Basic support for Textile files as markdown (#271)
10+
- Support FIDL (#255), Pascal/Delphi (#97) & pylintrc files (#121)
11+
- Shell script: Ignore shebangs (#129)
12+
- Add '//'-comments to CSS (workaround for #309)
13+
- Fix batch files: case-insensitive "REM" and "@" prefix (#313)
14+
- Fix the document being 'modified' if there were no actual changes (#308, #315)
15+
16+
617
### 1.16.1
718

819
- VS Code: Attempt to prevent rare "TextEditor has been disposed" error (#100)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For <a href="https://marketplace.visualstudio.com/items?itemName=stkb.rewrap"><b
88
<a href="https://open-vsx.org/extension/stkb/rewrap"><b>Open VSX</b></a> and
99
<a href="https://marketplace.visualstudio.com/items?itemName=stkb.Rewrap-18980">
1010
<b>Visual Studio</b></a>.<br/>
11-
Latest stable version <b>1.16.1</b> / pre-release <b>17.x</b> /
11+
Latest stable version <b>1.16.2</b> / pre-release <b>17.x</b> /
1212
<a href="https://github.com/stkb/vscode-rewrap/releases">changelog</a>
1313
</td></tr></table>
1414

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.16.1.0" Language="en-US" Publisher="stkb" />
4+
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.16.2.0" 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.16.1",
15+
"version": "1.16.2",
1616
"publisher": "stkb",
1717
"icon": "logo.png",
1818
"repository": {

0 commit comments

Comments
 (0)