0.3.6 (2018-05-19)
    - "open" and "edit" now take an index into the cache

0.3.5 (2018-05-08)
    - Added manual page, removing calling of `ronn` from `setup.py`

0.3.3 (2018-05-07)
    - Added LICENSE and proper MANIFEST file (now includes man page)

0.3.0 (2018-05-07)
    - Added `man` subcommand
    - Macros
    - Lots of documentation
    - Smoothed over presence/absence of FTS5 support in SQLite
    - Merged where/search
    - Support for editing entires (`edit` subcommand)
    - Support for xdg-open under Linux
    - Added PMLR

0.2.0 (2018-04-06)
    - Added arxiv searching and adding
    - Added NIPS database
    - Added 'where' command for finer grained search (with SQL syntax)
    - FTS is not required. DB can be queried through the 'where' command

0.1.3 (2018-04-04)
    - Added 'open' command for opening PDFs
    - Caching of last search for working with 'open' and other commands
    - Now downloads acl.yml file

0.1.2 (2018-04-03)
    - Removed biblib dependency and go back to pybtex
    - Bugfixes in handling LaTeX files (multiple citations, generating the right keys)

0.1.0 (2018-04-03)
    - Added ACL anthology repository of bib files, accesible via bib:// URLs
    - Human readable output of references
    - Bibliography generation from tex .aux files
    - Autogenerated keys based on author name, year and first content word in title
    - Custom keys
    - backend changed to biblib (probably to be changed back to pybtex)

0.0.2 (2018-03-15)
    - Added downloading of URLS if http:// prefix found

0.0.1 (2018-03-14)
    - Initial release
    - Supports adding a database and minimal searching
    - Backend based on pybtex
