* added view on site option at admin list_display. * added MANIFEST template to include static and templates in the package. * pre loading localStorage value in the editor if exists. * bug fixes while publishing content.
0.1.6
------------------
* not escaping html elements while parsing through markdown * added tests for this change
0.1.5
------------------
* changed requirement from `django-jsonfield` to `jsonfield`
0.1.4
------------------
* restricted static page category deletion from admin page instead of `AssertionError`
0.1.3
------------------
* middleware is now called `cfblog.Middleware` [Backward Incompatible]