Readme + changelog update

This commit is contained in:
Manuel Ebert 2013-08-14 14:08:05 -07:00
parent 680ebac8e7
commit 857583953e
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,14 @@
Changelog
=========
### 1.5.2
* [Improved] Soft-deprecated `-to` for filtering by time and introduces `-until` instead.
### 1.5.1
* [Fixed] Fixed a bug introduced in 1.5.0 that caused the entire journal to be printed after composing an entry
### 1.5.0
* [Improved] Exporting, encrypting and displaying tags now takes your filter options into account. So you could export everything before May 2012: `jrnl -to 'may 2012' --export json`. Or encrypt all entries tagged with `@work` into a new journal: `jrnl @work --encrypt work_journal.txt`. Or display all tags of posts where Bob is also tagged: `jrnl @bob --tags`

View file

@ -58,7 +58,7 @@ _jrnl_ has two modes: __composing__ and __viewing__.
will list you the ten latest entries,
jrnl -from "last year" -to march
jrnl -from "last year" -until march
everything that happened from the start of last year to the start of last march. If you only want to see the titles of your entries, use