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
f96c10d58a
commit
50d60b380b
2 changed files with 53 additions and 0 deletions
25
CHANGELOG.md
Normal file
25
CHANGELOG.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.1.1
|
||||
-----
|
||||
|
||||
* Removed unnecessary print commands
|
||||
* Created the documentation
|
||||
|
||||
0.1.0
|
||||
-----
|
||||
|
||||
* Supports encrypted journals using AES encryption
|
||||
* Support external editors for composing entries
|
||||
|
||||
0.0.2
|
||||
-----
|
||||
|
||||
* Filtering by tags and dates
|
||||
* Now using dedicated classes for Journals and entries
|
||||
|
||||
0.0.1
|
||||
-----
|
||||
|
||||
* Composing entries works. That's pretty much it.
|
28
index.html
28
index.html
|
@ -216,6 +216,34 @@ python setup.py install
|
|||
|
||||
<pre><code>jrnl -json
|
||||
</code></pre>
|
||||
<h1>Changelog</h1>
|
||||
|
||||
<h2>0.1.1</h2>
|
||||
|
||||
<ul>
|
||||
<li>Removed unnecessary print commands</li>
|
||||
<li>Created the documentation</li>
|
||||
</ul>
|
||||
|
||||
<h2>0.1.0</h2>
|
||||
|
||||
<ul>
|
||||
<li>Supports encrypted journals using AES encryption</li>
|
||||
<li>Support external editors for composing entries</li>
|
||||
</ul>
|
||||
|
||||
<h2>0.0.2</h2>
|
||||
|
||||
<ul>
|
||||
<li>Filtering by tags and dates</li>
|
||||
<li>Now using dedicated classes for Journals and entries</li>
|
||||
</ul>
|
||||
|
||||
<h2>0.0.1</h2>
|
||||
|
||||
<ul>
|
||||
<li>Composing entries works. That's pretty much it.</li>
|
||||
</ul>
|
||||
|
||||
</div> <!-- /span10 -->
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue