mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Readme + changelog update
This commit is contained in:
parent
680ebac8e7
commit
857583953e
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
||||||
Changelog
|
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
|
### 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`
|
* [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`
|
||||||
|
|
|
@ -58,7 +58,7 @@ _jrnl_ has two modes: __composing__ and __viewing__.
|
||||||
|
|
||||||
will list you the ten latest entries,
|
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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue