Changelog for BlogLiterately-0.6
0.6: 10 March 2013
-
Add support for "profiles" with sets of common options
-
Add support for reading options from inline blocks tagged
[BLOpts] -
Add support for reading post titles using pandoc-supported title block format,
% Title -
Transforms are now of type StateT (BlogLiterately, Pandoc) IO (), to allow transforms to alter the options record as well as the document
-
Add
centerImagesXFto standard transforms -
Move a bunch of ad-hoc functionality into standard transforms
-
Add
--html-onlyoption -
bump
pandocupper bound to < 1.12
0.5.4.1: 18 February 2013
- bump
blaze-htmlupper bound to < 0.7
0.5.4: 24 January 2013
- Require
pandoc1.10.
0.5.3: 19 November 2012
-
New
--mathoption for selecting pandoc math writing mode -
Run the pandoc parser in "smart" mode, which generates proper en- and em-dashes, quotation marks, etc.
-
More updates for GHC 7.6.1 compatibility
-
Using
highlighting-kateto highlight non-Haskell code was already the default; make this more clear.The
--other-kateoption is no more; now there are two options--kate--no-katewith
--katethe default.
0.5.2.1: 19 September 2012
- bump
baseupper bound to <4.7
0.5.2: 20 August 2012
-
improvement to behavior of
--upload-imagesflag: cache uploaded image server URLs, even across multiple runs, to avoid uploading the same image multiple times -
bump dep upper bounds:
splitto < 0.3cmdargsto < 0.11
0.5.1: 30 July 2012
-
Escape
<and>characters inghcioutput -
Supress vertical whitespace following
ghcicommands that produce no output -
add
centerImagesXFtransform (disabled by default) -
create bug tracker and add
Bug-reports:field to.cabalfile -
re-export
Text.BlogLiterately.RunfromText.BlogLiterately -
improved documentation
-
fix output of
--version
0.5: 7 July 2012
-
expose internals as a library, and create framework for adding custom transformations to the pipeline
-
image uploads
-
ability to specify expected outputs in ghci blocks
-
prompt for password if not provided
-
bump
HaXmlupper bound to allow 1.23.*
0.4: 2 July 2012
-
Add special support for wordpress.com's LaTeX format
-
Support for
[ghci]blocks with contents automatically passed throughghciand results typeset -
Support for tags
-
Support for creating "pages" as well as posts (WordPress only)
-
New standalone documentation
-
Code cleanup
-
Update to build with GHC 7.4.1