Releases: stkb/Rewrap
Releases · stkb/Rewrap
v1.14.0
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
- 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
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
v.1.11.0
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:
v1.10.1
v1.10.0
After a long break Rewrap is back in development.