diff --git a/CHANGELOG.md b/CHANGELOG.md index aff965b..f7f27c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,20 @@ See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stkb/vscode-rewrap/releases) (for working links to issues) -## Unreleased - -- LaTeX: break after a paragraph that ends in an end-of-line comment (#148) -- LaTeX: Allow any number of optional arguments to commands (#141) -- Python & Julia: All triple-quote strings should now work. However rST - support is not there yet. (#157, #203) -- VSCode: support new ruler objects in settings (#208) -- Support Octave (#206) -- Preserves the line-break after any line that ends in two spaces (was just for - Markdown, now for all types). -- XML docs: Only preserve line linebreaks before/after certain "block" elements; - wrap all other elements inline. +## 1.12.0 + +Lots of minor improvements. General: +- Can now preserve a line break after any line by ending it with two spaces (was + just for Markdown, now for all types). +- VSCode: support new ruler objects in settings (#208). + +Language-specific: +- LaTeX: break after a paragraph that ends in an end-of-line comment (#148). +- LaTeX: allow any number of optional arguments to commands (#141). +- Python & Julia: all triple-quote strings should now work (however rST + support is not there yet) (#157, #203). +- Support Octave (#206). +- .Net XML docs: Only preserve line breaks before/after certain "block" + elements; wrap all other elements inline (#174). ### 1.11.1 diff --git a/README.md b/README.md index 917510d..566e5be 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ -After a long break Rewrap is now back in development. **Latest version: 1.11.1**. New in this version ([full +**Latest version: 1.12.0**. New in this version ([full changelog](https://github.com/stkb/vscode-rewrap/releases)): -- 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 +Lots of minor improvements. General: +- Can now preserve a line break after any line by ending it with two spaces (was just for Markdown, now for all types). +- VSCode: support new ruler objects in settings. + +Language-specific: +- LaTeX: break after a paragraph that ends in an end-of-line comment. +- LaTeX: allow any number of optional arguments to commands. +- Python & Julia: all triple-quote strings should now work (however rST support is not there yet). +- Support Octave +- .Net XML docs: Only preserve line breaks before/after certain "block" elements; wrap all other elements inline. # Rewrap diff --git a/package.json b/package.json index 3d1ae56..4dff9a2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "fill", "multi-root ready" ], - "version": "1.12.0-beta.11", + "version": "1.12.0", "publisher": "stkb", "icon": "images/logo.png", "repository": { diff --git a/vs/source.extension.vsixmanifest b/vs/source.extension.vsixmanifest index 40948d7..c1766a1 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