mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Updated Readme from master
This commit is contained in:
parent
a79f0c347a
commit
0ba2e496f2
2 changed files with 12 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
### 0.2.4
|
||||
|
||||
* Fixes parsing of new lines in journal files and entries
|
||||
* Adds support for encrypting and decrypting into new files
|
||||
|
||||
### 0.2.3
|
||||
|
||||
* Adds a `-short` option that will only display the titles of entries (or, when filtering by tags, the context of the tag)
|
||||
|
|
|
@ -263,6 +263,13 @@ with open("my_journal.txt") as f:
|
|||
</code></pre>
|
||||
<h1>Changelog</h1>
|
||||
|
||||
<h3>0.2.4</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixes parsing of new lines in journal files and entries</li>
|
||||
<li>Adds support for encrypting and decrypting into new files</li>
|
||||
</ul>
|
||||
|
||||
<h3>0.2.3</h3>
|
||||
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue