Skip to content

Commit

Permalink
v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stkb committed May 31, 2020
1 parent b13eed0 commit 5528375
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 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.11.1

- Fix autowrap not working in embedded sections in html files in some cases
(#162)
Expand Down
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
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.11.1-beta.5",
"version": "1.11.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.11.0.5" Language="en-US" Publisher="stkb" />
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.11.1.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 5528375

Please sign in to comment.