From 55283751fec8f17eba13ed709dad28736865c437 Mon Sep 17 00:00:00 2001 From: Steve Baker <_steve_@outlook.com> Date: Sun, 31 May 2020 15:33:30 +0200 Subject: [PATCH] v1.11.1 --- CHANGELOG.md | 2 +- README.md | 16 ++++------------ package.json | 2 +- vs/source.extension.vsixmanifest | 2 +- 4 files changed, 7 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22dcaab..d9d22d6 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.11.1 - Fix autowrap not working in embedded sections in html files in some cases (#162) diff --git a/README.md b/README.md index 9476597..917510d 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,9 @@ -After a long break Rewrap is now back in development. **Latest version: 1.11.0.** New in this version ([full +After a long break Rewrap is now back in development. **Latest version: 1.11.1**. New in this version ([full changelog](https://github.com/stkb/vscode-rewrap/releases)): -General enhancements: -- Modify "Rewrap at custom column" command to make "unwrapping" easier - -Language-specific: -- AsciiDoc: Fix only comments being wrapped -- R: Allow `#'` prefix for ROxygen comments (full ROxygen support still to come) -- Add Julia and Handlebars - -General bugfixes: -- Fix for settings changes not applying until an editor restart -- VS: Fix an index out of bounds bug +- Fix autowrap not working in embedded sections in html files in some cases +- VSCode: Fix warning in settings editor that settings aren't per-language supported +- C/C++: `///` comments now expect xml doc-comments instead of javadoc-style # Rewrap diff --git a/package.json b/package.json index 681a98f..e93057f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "fill", "multi-root ready" ], - "version": "1.11.1-beta.5", + "version": "1.11.1", "publisher": "stkb", "icon": "images/logo.png", "repository": { diff --git a/vs/source.extension.vsixmanifest b/vs/source.extension.vsixmanifest index 1b81218..7a6d8af 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