diff --git a/CHANGELOG.md b/CHANGELOG.md index ca77eb20..cebd5e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/README.md b/README.md index 71fe1716..e92ba029 100644 --- a/README.md +++ b/README.md @@ -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