Skip to content

Commit

Permalink
1.15.3
Browse files Browse the repository at this point in the history
- VSCode: support untrusted workspaces (#292).
- VSCode: Fix crash when a language extension provides a line- but no
  block comment marker.
  • Loading branch information
stkb committed Nov 15, 2021
1 parent 76acb5e commit 4e445b3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stkb/vscode-rewrap/releases) (for working links to issues)


## Unreleased
### 1.15.3
- VSCode: support untrusted workspaces (#292).
- VSCode: Fix crash when a language extension provides a line- but no block comment marker.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
**Latest version: 1.15.2**. New in this version ([full
**Latest version: 1.15.3**. New in this version ([full
changelog](https://github.com/stkb/vscode-rewrap/releases)):

1.15.2:
- Fix regression: Wrapping column < 1 should be treated as no wrapping
- VSCode: support untrusted workspaces (#292).
- VSCode: Fix crash when a language extension provides a line- but no block comment
marker.

1.15.0: This is a small release to push out unreleased changes and support Visual Studio
2022. Larger changes are coming soon.
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.2.0" Language="en-US" Publisher="stkb" />
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.15.3.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
8 changes: 4 additions & 4 deletions vscode/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
**Latest version: 1.15.2**. New in this version ([full
**Latest version: 1.15.3**. New in this version ([full
changelog](https://github.com/stkb/vscode-rewrap/releases)):

1.15.2:
- Fix regression: Wrapping column < 1 should be treated as no wrapping
- VSCode: support untrusted workspaces (#292).
- VSCode: Fix crash when a language extension provides a line- but no block comment
marker.

1.15.0: This is a small release to push out unreleased changes and support Visual Studio
2022. Larger changes are coming soon.
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.3-beta.1",
"version": "1.15.3",
"publisher": "stkb",
"icon": "logo.png",
"repository": {
Expand Down

0 comments on commit 4e445b3

Please sign in to comment.