Docs & Version bump

This commit is contained in:
Manuel Ebert 2013-11-24 11:29:55 -08:00
parent e801c62cef
commit 568c493db1
3 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,7 @@ Changelog
### 1.6 (November 5, 2013) ### 1.6 (November 5, 2013)
* __1.6.5__ Allows composing multi-line entries on the command line or importing files
* __1.6.4__ Fixed a bug that caused creating encrypted journals to fail * __1.6.4__ Fixed a bug that caused creating encrypted journals to fail
* __1.6.3__ New, pretty, _useful_ documentation! * __1.6.3__ New, pretty, _useful_ documentation!
* __1.6.2__ Starring entries now works for plain-text journals too! * __1.6.2__ Starring entries now works for plain-text journals too!

View file

@ -15,6 +15,9 @@ Composing mode is entered by either starting ``jrnl`` without any arguments -- w
jrnl today at 3am: I just met Steve Buscemi in a bar! He looked funny. jrnl today at 3am: I just met Steve Buscemi in a bar! He looked funny.
You can also import an entry directly from a file::
jrnl < my_entry.txt
Smart timestamps Smart timestamps
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~

View file

@ -7,7 +7,7 @@ jrnl is a simple journal application for your command line.
""" """
__title__ = 'jrnl' __title__ = 'jrnl'
__version__ = '1.6.4' __version__ = '1.6.5'
__author__ = 'Manuel Ebert' __author__ = 'Manuel Ebert'
__license__ = 'MIT License' __license__ = 'MIT License'
__copyright__ = 'Copyright 2013 Manuel Ebert' __copyright__ = 'Copyright 2013 Manuel Ebert'