diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d9923..531b21c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.0 - Rewrap now has basic support for any language if the user has an extension for it installed (VSCode only). diff --git a/README.md b/README.md index 5565039..a38ee56 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ -**Latest version: 1.9.3.** New in this version ([full +**Latest version: 1.10.0.** New in this version ([full changelog](https://github.com/stkb/vscode-rewrap/releases)): -VS-only release: Fixes support for VS 2019 versions 16.1+ +- 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 (#164, #173) + - Prolog (#105, #104) + - Bikeshed (#95) + - Scala (#172, #175) +- Python: Fix some issues for triple-quoted strings, including allowing + pre-string characters [bfru] (#171, #170, #128). # Rewrap diff --git a/package.json b/package.json index 829e902..2d86895 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "fill", "multi-root ready" ], - "version": "1.9.3", + "version": "1.10.0", "publisher": "stkb", "icon": "images/logo.png", "repository": { diff --git a/vs/source.extension.vsixmanifest b/vs/source.extension.vsixmanifest index b854618..d6938a8 100644 --- a/vs/source.extension.vsixmanifest +++ b/vs/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Rewrap Re-wraps comments and other text https://github.com/stkb/Rewrap