File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ Bug fixes:
6+
7+ - Haskell syntax highlighting received a face lift. Now looking
8+ much fancier.
9+
10+ Features:
11+
12+ - Added a 'setup' command for easy manipulation of Git configuration
13+ for installing Fancydiff. Supports both local and global Git configs,
14+ via pager overrides, or command aliases.
15+
16+ For a quick start, just run 'fancydiff setup --global' after
17+ upgrading.
18+
19+ - Support for bright terminals (e.g. white backgrounds). Now there are
20+ two builtin themes: dark and bright.
21+ - HTML generation, both for inline and CSS. Can be used as
22+ a Haskell library for generating syntax highlighting in blogging
23+ platforms such as Hakyll. The exported interfaces from the Library
24+ are experimental.
25+ See [ example] ( http://blog.aloni.org/posts/st-monad-perf-with-exceptions/ ) .
26+ - Fancydiff is sporting a new command line interface, exposing
27+ more functionality, including a builtin method to invoke a pager
28+ (currently only ` less ` is supported). Old command line interface
29+ is not compatible with the new one.
30+
331## 0.1.3
432
533Bug fixes:
You can’t perform that action at this time.
0 commit comments