* remove ``client_secrets.json``, now its data is included in code. (11) * fix checklink output, use lnkckr's ``print_all()``.
0.4.1
====================================
* add ``do_search`` for very simple search command * add ``--version`` option * fix unclear message, NameError on ``CLIENT_SECRETS``, when ``client_secrets.json`` isn't in the search path. (10)
0.4
==================================
* add tests for ``register_directive`` and ``register_role`` decorators * add setup.py pylint command * add linkcheck command for checking links
0.3.1
====================================
* add ``register_directives`` and ``register_roles`` options of rst handler * remove all existing directives and roles of rst handler
0.3
==================================
* fix ``update_source`` cannot handle unicode and utf8 enocded str by ensuring everything is utf8 encoded internally * add Text handler for plain text * add HTML handler
0.2
==================================
* Fix trailing newlines becoming spaces in title * fix empty label '' in labels array * Add handler options ``markup_prefix`` and ``markup_suffix`` * Add header and handler option ``id_affix`` to avoid HTML element ID conflict across posts * Add handler for AsciiDoc