All Versions
19
Latest Version
Avg Release Cycle
81 days
Latest Release
3569 days ago

Changelog History
Page 2

  • v0.4.2 Changes

    September 21, 2013
    • ๐Ÿ›  Fix bug with wkhtmltopdf arguments not being passed to said command #38 (@apognu)
    • โž• Adds debug flag to output generated html to stdout
    • โž• Add css styling to fix issue #36
  • v0.4.1 Changes

    โž• Add utf-8 meta tag to fix display of utf-8 characters

  • v0.4.0 Changes

    • โœ‚ Remove some markup gems as dependencies. Install them outside of gimli to use them. Like all other more "unkommon" markup languages.
  • v0.3.2 Changes

    • ๐Ÿ”จ Code refactorings
    • โœ‚ Removed support for gollum's "tags" eg. [[File]]. Use markup to create links
  • v0.3.1 Changes

    • ๐Ÿ›  Use coderay instead of albino and pygments. This fixes issues with pygments not being installed and simplifies testing.
  • v0.3.0 Changes

    • โœ‚ Remove flags for table of contents and page numbering. Add flag for wkhtmltopdf parameters instead to give more flexibility.

    This version changes the way you use gimli if you are using the -t or -p flags. Use the -w flag instead to send the parameters directly to wkhtmltopdf.

  • v0.2.3 Changes

    • ๐Ÿ›  Bugfix: Transcode to ISO-8859-1 in 1.9 also (@svendahlstrand)
    • โž• Add support for table of contents
    • ๐Ÿ›  Bugfix: Fix incompatible character encodings with code fragments (@ebeigarts)
    • โœ‚ Remove warning of iconv being depricated
  • v0.2.2 Changes

    • โž• Add support for printing out page numbers
  • v0.2.1 Changes

    • โž• Add the ability to remove yaml front matter from documents before they are converted (@clowder)