mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Updated Readme from master
This commit is contained in:
parent
912f219b44
commit
0e4c7e7206
2 changed files with 11 additions and 13 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,25 +1,22 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.1.1
|
||||
-----
|
||||
### 0.1.1
|
||||
|
||||
* Removed unnecessary print commands
|
||||
* Created the documentation
|
||||
* Registered jrnl in the python package repository
|
||||
|
||||
0.1.0
|
||||
-----
|
||||
### 0.1.0
|
||||
|
||||
* Supports encrypted journals using AES encryption
|
||||
* Support external editors for composing entries
|
||||
|
||||
0.0.2
|
||||
-----
|
||||
### 0.0.2
|
||||
|
||||
* Filtering by tags and dates
|
||||
* Now using dedicated classes for Journals and entries
|
||||
|
||||
0.0.1
|
||||
-----
|
||||
### 0.0.1
|
||||
|
||||
* Composing entries works. That's pretty much it.
|
|
@ -218,28 +218,29 @@ python setup.py install
|
|||
</code></pre>
|
||||
<h1>Changelog</h1>
|
||||
|
||||
<h2>0.1.1</h2>
|
||||
<h3>0.1.1</h3>
|
||||
|
||||
<ul>
|
||||
<li>Removed unnecessary print commands</li>
|
||||
<li>Created the documentation</li>
|
||||
<li>Registered jrnl in the python package repository</li>
|
||||
</ul>
|
||||
|
||||
<h2>0.1.0</h2>
|
||||
<h3>0.1.0</h3>
|
||||
|
||||
<ul>
|
||||
<li>Supports encrypted journals using AES encryption</li>
|
||||
<li>Support external editors for composing entries</li>
|
||||
</ul>
|
||||
|
||||
<h2>0.0.2</h2>
|
||||
<h3>0.0.2</h3>
|
||||
|
||||
<ul>
|
||||
<li>Filtering by tags and dates</li>
|
||||
<li>Now using dedicated classes for Journals and entries</li>
|
||||
</ul>
|
||||
|
||||
<h2>0.0.1</h2>
|
||||
<h3>0.0.1</h3>
|
||||
|
||||
<ul>
|
||||
<li>Composing entries works. That's pretty much it.</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue