0.8.3
  - Fix unicode error caused by certain locale settings in Python 2.

0.8.2
  - Fix markdown extension bug caused by new version of python-markdown.

0.8.1
  - Add --before filter to command line interface.
  - Pass current date to Jinja templates.

0.8.0
  - Begin using user's locale for strftime
  - Make Windows compatible

0.7.1
  - Exclude entries with specific tags (Anton Parkhomenko)

0.7.0
  - Native Python 3 support

0.6.3
  - Support for newer versions of Day One Export (specifically 1.12 for iOS).

0.6.2
  - Fix bug when printing to stdout
  - Fix bug and improve message when no template found
  - New template for plain text

0.6.1
  - Fix github url

0.6.0
  - Allow strftime syntax in output filename to create multiple output files.
    Note this means you must now escape literal percent signs in output
    filename. (Quentin Stafford-Fraser)
  - Add org mode template (Steve Ulrich)

0.5.0
  - Adjust default html template to allow block quote styling
  - Adjust default markdown template to include images

0.4.1
  - Entry.weather() helper function
  - Latex template support
  - Bug fix in base 64 encode filter

0.4.0
  - Major bug fix: time zone calculation error

0.3.0
  - Markdown extensions for footnotes and tables
  - New option to autobold first line
  - New option to convert newlines to <br>s.
  - Hashtags at the beginnings of lines are no longer treated as headings
  - Autolink urls

0.2.0
  - Supports Day One's native tag format
  - Supports Day One's native Timezone format
  - Fixed compatibility with Python 2.6
  - Simplify Entry.place() arguments

0.1.1
  - Bug fixes
  - Better documentation
  - Improve setuptools experience
  - Remove stray comma from default template

0.1.0
  - Arrange source into package format and upload to PyPI
  - Ability to filter entries by hash tags
  - Ability to filter by time using --after
  - Option base64 encoding for images in html

(unnumbered)
  - First published to Github
