Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stkb committed Nov 24, 2016
1 parent 4df253a commit 37e14c1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stkb/vscode-rewrap/releases)


## 1.0.0

Bumping up to version 1.0.0 since it was about time.

Two new features; see the README for details.
- Added a feature from Vim `gq` and Emacs `fill-paragraph`: when lines ending in a period are wrapped, two spaces will be added after the period in the wrapped text. To turn this feature on, add `rewrap.doubleSentenceSpacing: true` to your settings.json. (#17)
- If you use rulers, Rewrap can now take the wrapping column from the first value in the `editor.rulers` setting. `rewrap.wrappingColumn` is then no longer needed. (#19)

Bug fixes:
- Cursor/selection position after wrapping has been fixed. Now the text cursor should always stay next to the same word it was at before wrapping, allowing you to keep typing from where you left off. (#18)


### 0.6.4

This doesn't affect comments, only other plain text within a file (eg. in YAML files).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rewrap

**Latest version: 0.6.4 ([view changes](https://github.com/stkb/vscode-rewrap/releases))**
**Latest version: 1.0.0 ([view changes](https://github.com/stkb/vscode-rewrap/releases))**

Reformats code comments and other text to a given line length.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"length",
"fill"
],
"version": "0.7.0",
"version": "1.0.0",
"publisher": "stkb",
"icon": "images/logo.png",
"repository": {
Expand Down

0 comments on commit 37e14c1

Please sign in to comment.