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.
