Skip to content

Commit

Permalink
v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stkb committed Jun 20, 2020
1 parent a68764e commit bb83cac
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 18 deletions.
27 changes: 15 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
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.12.0-beta.11",
"version": "1.12.0",
"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.11.1.11" Language="en-US" Publisher="stkb" />
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.12.0.0" 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 bb83cac

Please sign in to comment.