Here's what we all hope is an accurate list of things that have changed between versions.
- fixes wrapping (and extra spaces) when width specified on command line
- thematic break now uses unicode wide dash and obeys width
- adding --width flag to command line
- added some more tests
- attempting to freeze with pyinstaller
- attempting to create release build with travisci
- fix deprecated CommonMark to commonmark
- fixed
--version
option which always ran
- adding
--version
option to command line
- using list comprehension instead of list() function
- hopefully doing a proper deploy to pypi
- consolemd is now a python3 app, thanks to tek and kseistrup
- added a few sanity tests
- fixed several errors with unicode decoding
- fixed bug where headers get continously darker
- mainly doc updates, bug fixes and some refactoring
- exit with error if chosen style doesn't exist
- minor tweaks to README.md, show README.md as example image
- added section on OSX italics to README.md
- show image/link text and show their urls as footnotes at end of document
- can now load and render a utf-8 encoded file
- inserting vertical whitespace is much simpler and much more effective
- added --soft-wrap option to break at source line endings
First release. Appears to work even if the styling code is pretty ugly.