All Versions
10
Latest Version
Avg Release Cycle
171 days
Latest Release
1761 days ago
Changelog History
Changelog History
-
v1.1.8 Changes
August 01, 2018- ๐ Fixes typo on an error Class name (#79) @HorlogeSkynet
- ๐ Fix CI (#80) @benbalter
- ๐ Fix code style
- ๐ Update documentation
- โก๏ธ Update dependency versions
-
v1.1.7
January 04, 2016 -
v1.1.6 Changes
November 02, 2015๐ Improved Windows support
-
v1.1.5 Changes
September 26, 2015- ๐ Fixed lists in Libreoffice > 5
- ๐ Better dependency resolution
- โ Test against libreoffice 4.x and 5.x
-
v1.1.4 Changes
August 05, 2015Fail descriptively if LibreOffice GUI is open (#55)
-
v1.1.3 Changes
June 13, 2015Fail loudly and descriptively if LibreOffice isn't installed (#54)
-
v1.1.2 Changes
March 21, 2015- ๐ 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
- ๐ Better command line usage (now supports
-
v1.1.1 Changes
January 10, 2015- ๐ 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 - 0๏ธโฃ Default font size of 12 when not specified to fix newer versions of LibreOffice
- ๐ Updated documentation
-
v1.1.0 Changes
November 16, 2014 -
v1.0.0 Changes
May 12, 2014- 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
- Word to Markdown now accepts