Version bump and doc fixes

This commit is contained in:
Manuel Ebert 2013-08-17 12:09:57 -07:00
parent 66ea7e2b1e
commit c88f7fe690
3 changed files with 15 additions and 7 deletions

View file

@ -1,11 +1,19 @@
Changelog Changelog
========= =========
### 1.5.2 #### 1.5.4
* [New] DayOne journals can now handle tags
#### 1.5.3
* [Fixed] DayOne integration with older DayOne Journals
#### 1.5.2
* [Improved] Soft-deprecated `-to` for filtering by time and introduces `-until` instead. * [Improved] Soft-deprecated `-to` for filtering by time and introduces `-until` instead.
### 1.5.1 #### 1.5.1
* [Fixed] Fixed a bug introduced in 1.5.0 that caused the entire journal to be printed after composing an entry * [Fixed] Fixed a bug introduced in 1.5.0 that caused the entire journal to be printed after composing an entry

View file

@ -204,7 +204,7 @@ The configuration file is a simple JSON file with the following options.
### DayOne Integration ### DayOne Integration
Using your DayOne journal instead of a flat text file is dead simple - instead of pointing to a text file, set the `"journal"` key in your `.jrnl_conf` to point to your DayOne journal. This is a folder ending with `.dayone`, and it's located at Using your DayOne journal instead of a flat text file is dead simple - instead of pointing to a text file, change your `.jrnl_conf` to point to your DayOne journal. This is a folder ending with `.dayone`, and it's located at
* `~/Library/Application Support/Day One/` by default * `~/Library/Application Support/Day One/` by default
* `~/Dropbox/Apps/Day One/` if you're syncing with Dropbox and * `~/Dropbox/Apps/Day One/` if you're syncing with Dropbox and

View file

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