Skip to content

v0.2.0

Compare
Choose a tag to compare
@da-x da-x released this 20 Feb 21:36
· 52 commits to master since this release

Bug fixes:

  • Haskell syntax highlighting received a face lift. Now looking
    much fancier.

Distribution:

  • Added Ubuntu packages for Precise, Trust, Vivid, in addition to Wily.

Features:

  • Added a 'setup' command for easy manipulation of Git configuration for installing Fancydiff. Supports both local and global Git configs, via pager overrides, or command aliases.

    For a quick start, just run fancydiff setup after upgrading.

  • Support for bright terminals (e.g. white backgrounds). Now there are two builtin themes: dark and bright.

  • HTML generation, both for inline and CSS. Can be used as a Haskell library for generating syntax highlighting in blogging platforms such as Hakyll. The exported interfaces from the library are experimental. See example.

  • Fancydiff is sporting a new command line interface, exposing more functionality, including a builtin method to invoke a pager (currently only less is supported). Old command line interface is not compatible with the new one.