Skip to content

Commit

Permalink
v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stkb committed May 17, 2020
1 parent d2abd02 commit e926cde
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stkb/vscode-rewrap/releases) (for working links to issues)

## Unreleased
## 1.10.1

- Lua: Fix block comments (#183)
- RST: Fix only comments being wrapped (#191)
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
After a long break Rewrap is now back in development. **Latest version: 1.10.0.** New in this version ([full
After a long break Rewrap is now back in development. **Latest version: 1.10.1.** New in this version ([full
changelog](https://github.com/stkb/vscode-rewrap/releases)):
- Rewrap now has basic support for any language if the user has an extension for
it installed (VSCode only).
- Also added native support for support for: Verilog/SystemVerilog, Prolog,
Bikeshed, Scala.
- Python: Fix some issues for triple-quoted strings, including allowing
pre-string characters [bfru].
- Lua: Fix block comments
- RST: Fix only comments being wrapped
- PostCSS: Fix by adding it to CSS
- Support JSON-C and CMake(Lists.txt)
- Fixes the Visual Studio release


# Rewrap
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"fill",
"multi-root ready"
],
"version": "1.10.0",
"version": "1.10.1",
"publisher": "stkb",
"icon": "images/logo.png",
"repository": {
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.10.0" Language="en-US" Publisher="stkb" />
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.10.1" 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

0 comments on commit e926cde

Please sign in to comment.