Updated Readme from master

This commit is contained in:
Manuel Ebert 2012-04-16 14:54:42 +02:00
parent 912f219b44
commit 0e4c7e7206
2 changed files with 11 additions and 13 deletions

View file

@ -1,25 +1,22 @@
Changelog Changelog
========= =========
0.1.1 ### 0.1.1
-----
* Removed unnecessary print commands * Removed unnecessary print commands
* Created the documentation * Created the documentation
* Registered jrnl in the python package repository
0.1.0 ### 0.1.0
-----
* Supports encrypted journals using AES encryption * Supports encrypted journals using AES encryption
* Support external editors for composing entries * Support external editors for composing entries
0.0.2 ### 0.0.2
-----
* Filtering by tags and dates * Filtering by tags and dates
* Now using dedicated classes for Journals and entries * Now using dedicated classes for Journals and entries
0.0.1 ### 0.0.1
-----
* Composing entries works. That's pretty much it. * Composing entries works. That's pretty much it.

View file

@ -218,28 +218,29 @@ python setup.py install
</code></pre> </code></pre>
<h1>Changelog</h1> <h1>Changelog</h1>
<h2>0.1.1</h2> <h3>0.1.1</h3>
<ul> <ul>
<li>Removed unnecessary print commands</li> <li>Removed unnecessary print commands</li>
<li>Created the documentation</li> <li>Created the documentation</li>
<li>Registered jrnl in the python package repository</li>
</ul> </ul>
<h2>0.1.0</h2> <h3>0.1.0</h3>
<ul> <ul>
<li>Supports encrypted journals using AES encryption</li> <li>Supports encrypted journals using AES encryption</li>
<li>Support external editors for composing entries</li> <li>Support external editors for composing entries</li>
</ul> </ul>
<h2>0.0.2</h2> <h3>0.0.2</h3>
<ul> <ul>
<li>Filtering by tags and dates</li> <li>Filtering by tags and dates</li>
<li>Now using dedicated classes for Journals and entries</li> <li>Now using dedicated classes for Journals and entries</li>
</ul> </ul>
<h2>0.0.1</h2> <h3>0.0.1</h3>
<ul> <ul>
<li>Composing entries works. That's pretty much it.</li> <li>Composing entries works. That's pretty much it.</li>