Skip to content

Releases: stkb/Rewrap

v1.9.0

06 May 19:37
Compare
Choose a tag to compare
  • Support East Asian (CJK) languages (#75)
  • Support HCL/Terraform config files (#85)

v1.8.1

07 Apr 17:05
Compare
Choose a tag to compare
  • Support Vue HTML templates (#82)

v1.8.0

04 Mar 08:59
Compare
Choose a tag to compare

Mostly bugfixes:

  • Fix to entire file being re-syntax highlighted (#78)
  • Elixir: Support doc, moduledoc and typedoc comments (#76)
  • Yaml: Allow multiple as line comment prefixes (#74)
  • Markdown: Fix a list item bug (#79)
  • Config files (.conf, .gitconfig etc): restore support (was broken)

v1.7.1

20 Feb 17:35
Compare
Choose a tag to compare
  • LaTeX: Fix wrapping after * environments (#77)

v1.7.0

04 Feb 12:37
Compare
Choose a tag to compare
  • Auto-wrap setting (on/off) now persists between sessions.
  • LaTeX: Preserve verbatim and math sections (#68, #69)
  • Go: comment parsing changed to work the same as godoc (#70)
    • Markdown no longer used; instead simply all indented lines are preserved.
    • Leading '*'s no longer allowed in block comments
  • Crystal and MATLAB languages added. (#71, #72)

1.6.1

17 Jan 23:00
Compare
Choose a tag to compare

Fixes leading |'s in Purescript doc comments.

1.6.0

14 Jan 21:04
Compare
Choose a tag to compare
  • Added auto-wrap feature (#45) (more info).

  • Added languages: Lean and D (extra support for D doc-comments still to come)

  • Fixed: With reformat setting on, code blocks in comments and markdown documents now have
    indents corrected.

  • Code in a source file is no longer wrappable (#41, #51)

v1.5.3

30 Oct 16:36
Compare
Choose a tag to compare
  • Support Tcl (#54)
  • VS: Add keywords for VS settings search

v1.5.2

15 Oct 14:34
Compare
Choose a tag to compare
  • Support lines starting with * in all C-Style blocks (/* .. */) in all languages that use them.

v1.5.1

01 Oct 12:42
Compare
Choose a tag to compare
  • Added support for Protocol Buffers (Protobuf) (#47)
  • Added support for GraphQL (#49)
  • Fixed issue with "\0" in text (#48)