Updated Readme from master

This commit is contained in:
Manuel Ebert 2012-04-16 14:51:29 +02:00
parent f96c10d58a
commit 50d60b380b
2 changed files with 53 additions and 0 deletions

25
CHANGELOG.md Normal file
View 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.

View file

@ -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 -->