Skip to content

Commit e667c0c

Browse files
committed
Update ChangeLog.md
1 parent 632f871 commit e667c0c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

ChangeLog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
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

533
Bug fixes:

0 commit comments

Comments
 (0)