Skip to content

Releases: stkb/Rewrap

v1.14.0

15 Feb 08:28
Compare
Choose a tag to compare

VSCode-only release:

  • Make autoWrap.enabled a per-language setting; auto-wrap toggle command a
    per-document override. (#149)
  • Add Clojure, Common Lisp, Emacs Lisp, Scheme, and J (#246, #240)
  • Fix per-language settings sometimes not applying.
  • Declare as a UI extension so it doesn't have to be installed in the remote
    workspace (#231); fixes locally-installed language extensions not being found
    when used with remote workspaces (#201).
  • Add PostgreSQL (.p(g)sql)
  • Markdown: preserve line-breaks after <br(/)> (#223).

v1.13.0

20 Jul 09:55
Compare
Choose a tag to compare
  • Change to how the indent of comment content is handled. Now, instead of taking the indent of the first line and applying it to rest of the comment, the whole comment is taken as-is with all indents being relative to the least indented line (that has text). This allows the first line of a comment to be an indented code block, which previously wasn't possible.
  • Fix issues that broke wrapping for extension-contributed languages in v1.12.0.
  • Markdown: Fix preserving indents in blockquote (#204).
  • Fix HTML not working in Visual Studio.

v1.12.0

20 Jun 17:44
Compare
Choose a tag to compare

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).

v1.11.1

31 May 13:43
Compare
Choose a tag to compare
  • Fix autowrap not working in embedded sections in html files in some cases (#162)
  • VSCode: Fix warning in settings editor that settings aren't per-language supported (#200)
  • C/C++: /// comments now expect xml doc-comments instead of javadoc-style (#199)

v.1.11.0

24 May 12:10
Compare
Choose a tag to compare

General enhancements:

  • Modify "Rewrap at custom column" command to make "unwrapping" easier (#107)

Language-specific:

  • AsciiDoc: Fix only comments being wrapped (#196)
  • R: Allow #' prefix for ROxygen comments (full ROxygen support still to come)
    (#181)
  • Add Julia (#137) and Handlebars (#167)

General bugfixes:

  • Fix for settings changes not applying until an editor restart (#99)
  • VS: Fix an index out of bounds bug (#159)

v1.10.1

17 May 15:08
Compare
Choose a tag to compare
  • Lua: Fix block comments (#183)
  • RST: Fix only comments being wrapped (#191)
  • PostCSS: Fix by adding it to CSS (#193)
  • Support JSON-C (#160) and CMake(Lists.txt) (#182)
  • Fixes the Visual Studio release (#195)

v1.10.0

13 May 17:19
Compare
Choose a tag to compare

After a long break Rewrap is back in development.

  • Rewrap now has basic support for any language if the user has an extension for
    it installed (VSCode only).
  • Also added native support for support for:
  • Python: Fix some issues for triple-quoted strings, including allowing
    pre-string characters [bfru] (#171, #170, #128).

v1.9.3

27 May 13:09
Compare
Choose a tag to compare

VS-only release: Fix support all future VS2019 (v16.x) versions (#143)

v1.9.2

04 Mar 17:51
Compare
Choose a tag to compare

VS-only release: Adds support for VS 2019.

v1.9.1

16 May 19:51
Compare
Choose a tag to compare

The setting rewrap.autoWrap.enabled has been added, which can used to ensure this feature is enabled in new installations (#87). However even without this setting, the feature can be turned on/off exactly as before with the toggle command.