Version 0.7.0
--------------
+ Allow getting raw output

Version 0.6.2
--------------
= Fix import errors occurring during install, with pip
  The last fix was a poop!

Version 0.6.1
--------------
= Fix import errors occurring during install, with pip

Version 0.6.0
--------------
+ Add support for list indexing
+ Allow changing the 'end line' for built-in editor
+ Allow retrying decryption on failure
= Fix missing newlines in output from content added using built-in editor
= Fix error when prompt is left empty in --remove-all
= Remove unnecessary module import ins setup file

Version 0.5.2
---------------
- Disable automatic migrations before installation

Version 0.5.1
---------------
= Fix error while updating plain-text remindmes

Version 0.5.0
---------------
+ Add encryption
- Drop official support for python 3.2, as the cryptography library
used does not support it

Version 0.4.0
---------------
+ Allow using an external editor e.g. vim
+ Allow editing existing remindmes, using an external editor
- Drop official support for python 2.6

Version 0.3.2
---------------
= Fix error when installing

Version 0.3.1
---------------
- Remove automatic data migration during installation

Version 0.3.0
---------------
+ Use of OOP Design
- Untested on Python 2.6

Version 0.2.1
-------------
+ Rejecting empty remindmes
= Fixing error when removing empty remindmes

Version 0.2.0
-------------
+ -i/--in to get input when piped
+ confirmation before removing all remindmes
+ preview remindmes with keywords starting with some text
+ added line numbers in both listing and reminding view
+ added LICENSE link in epilog

Version 0.1.0
-------------
+ editing new remindmes over several lines with help of `:end`
and keyboard interrupt.
+ allow removing all the remindmes at once with new CLI option `-Ra`
= too much space is no longer used in output.

Version 0.0.3
--------------
= fixed missing parameter while adding a remindme from commandline.

Version 0.0.2
--------------
= -r/--remove failing to remove remindme, fixed.
= typo in README, fixed.
+ keywords and content stored in sqlite3 database.
