Skip to content

Releases: benbalter/word-to-markdown

v1.1.8

01 Aug 18:01
badf69b
Compare
Choose a tag to compare

v1.1.6

02 Nov 16:15
Compare
Choose a tag to compare

Improved Windows support

v1.1.5

26 Sep 23:09
Compare
Choose a tag to compare
  • Fixed lists in Libreoffice > 5
  • Better dependency resolution
  • Test against libreoffice 4.x and 5.x

v1.1.4

05 Aug 20:39
Compare
Choose a tag to compare

Fail descriptively if LibreOffice GUI is open (#55)

v1.1.3

13 Jun 20:37
Compare
Choose a tag to compare

Fail loudly and descriptively if LibreOffice isn't installed (#54)

v1.1.2

21 Mar 17:47
Compare
Choose a tag to compare
  • Better command line usage (now supports --help and --version)
  • Better whitespace stripping (including HTML-encoded spaces like  )
  • Fix for stripping HTML from lists (e.g., links in list items)
  • Faster, more complete tests
  • Document model is now more object-oriented

v1.1.1

10 Jan 20:06
Compare
Choose a tag to compare
  • Improved windows support including windows-based tests
  • Use Open3 rather than shelling out directly for better compatibility
  • Fix for when LibreOffice is installed locally, rather than globally on OS X
  • Simplified soffice path detection
  • Default font size of 12 when not specified to fix newer versions of LibreOffice
  • Updated documentation

1.1.0

16 Nov 23:40
Compare
Choose a tag to compare

Improvements

Bug fixes

  • Support for files with whitespace in the filename, #32

v1.0.0

12 May 14:08
Compare
Choose a tag to compare
  • Word to Markdown now accepts .docx and .doc files directly, no need to export an .html file via Microsoft Word
  • Command line interface (bundle exec w2m path/to/file) returns markdown via stdout
  • Gem now relies on LibreOffice to convert Word to HTML
  • Complete refactor. OO FTW.
  • Reverse Markdown 0.5.x provides better nested list support, finer unrecognized tag control
  • Demo no longer distributed with Gem. See word-to-markdown-demo

v0.2.0

30 Mar 18:22
Compare
Choose a tag to compare
  • Initial Google Doc support
  • Refactor of nested list parsing for smarter indent calculation