=========
Changelog
=========

Here you can find the recent changes to cihai.

- :release:`0.4.1 <2017-05-16>`
- :support:`-` Update MANIFEST.in

- :release:`0.4.0 <2017-05-16>`
- :support:`-` Automatically reflect database schemas and make available
  in main cihai object
- :support:`-` Use click library for CLI
- :support:`-` Initial support for character lookups via ``$ cihai info
  <char>``.
- :support:`3` Bootstrap UNIHAN into cihai by default via unihan-tabular
  project
- :support:`4` Drop python 3.3 and 3.4 support
- :support:`4` Initial `XDG`_ base directory support
- :support:`-` Move tests to pytest functions and fixtures
- :support:`-` Remove unused test_unihan file
- :support:`-` PEP8, sort imports
- :support:`-` Move default config from *cihai/config.yml* to
  *conf/default.yml*.
- :support:`-` Split configuration functionality into ``cihai.conf``.
- :support:`-` Functionality for replaces, tildes, environmental variables
  and xdg variables in settings.
- :support:`-` Document CLI usage via sphinx-argparse

- :release:`0.3.0 <2017-04-16>`
- :support:`-` Rebooted
- :support:`-` Modernize *Makefile* in docs
- :support:`-` Add Makefile to main project
- :support:`-` Modernize package metadata to use *__about__.py*
- :support:`-` Update requirements to use *requirements/* folder for
  base, testing and doc dependencies.
- :support:`-` Update sphinx theme to alabaster with new logo.
- :support:`-` Update travis to use coverall
- :support:`-` Update links on README to use https
- :support:`-` Update travis to test up to python 3.6
- :support:`-` Add support for pypy (why not)
- :support:`-` Lock base dependencies
- :support:`-` Add dev dependencies for isort, vulture and flake8
- :support:`-` Rename ``cihai.cihai`` to ``cihai.core``

.. _XDG: https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.6.html

.. vim: set filetype=rst:
