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
87c22899c6
commit
f617335cf4
1 changed files with 19 additions and 19 deletions
38
index.html
38
index.html
|
@ -264,66 +264,66 @@ with open("my_journal.txt") as f:
|
|||
<h3>0.3.0 (May 24, 2012)</h3>
|
||||
|
||||
<ul>
|
||||
<li>[Fixed] Dates such as "May 3" will now be interpreted as being in the past if the current day is at least 28 days in the future</li>
|
||||
<li>[Fixed] Bug where composed entry is lost when the journal file fails to load</li>
|
||||
<li class="badge"><span class="change-fixed">Fixed</span> Dates such as "May 3" will now be interpreted as being in the past if the current day is at least 28 days in the future</li>
|
||||
<li class="badge"><span class="change-fixed">Fixed</span> Bug where composed entry is lost when the journal file fails to load</li>
|
||||
<li>Changed directory structure and install scripts (removing the necessity to make an alias from <code>jrnl</code> to <code>jrnl.py</code>)</li>
|
||||
</ul>
|
||||
|
||||
<h4>0.2.4 (May 21, 2012)</h4>
|
||||
|
||||
<ul>
|
||||
<li>[Fixed] Parsing of new lines in journal files and entries</li>
|
||||
<li>[Improved] Adds support for encrypting and decrypting into new files</li>
|
||||
<li class="badge"><span class="change-fixed">Fixed</span> Parsing of new lines in journal files and entries</li>
|
||||
<li class="badge"><span class="change-improved">Improved</span> Adds support for encrypting and decrypting into new files</li>
|
||||
</ul>
|
||||
|
||||
<h4>0.2.3 (May 3, 2012)</h4>
|
||||
|
||||
<ul>
|
||||
<li>[Improved] Adds a <code>-short</code> option that will only display the titles of entries (or, when filtering by tags, the context of the tag)</li>
|
||||
<li>[Improved] Adds tag export</li>
|
||||
<li>[Improved] Adds coloured highlight of tags (by default, highlights all tags - when filtering by tags, only highlights search tags)</li>
|
||||
<li>[Improved] <code>.jrnl_config</code> will get automatically updated when updating jrnl to a new version</li>
|
||||
<li class="badge"><span class="change-improved">Improved</span> Adds a <code>-short</code> option that will only display the titles of entries (or, when filtering by tags, the context of the tag)</li>
|
||||
<li class="badge"><span class="change-improved">Improved</span> Adds tag export</li>
|
||||
<li class="badge"><span class="change-improved">Improved</span> Adds coloured highlight of tags (by default, highlights all tags - when filtering by tags, only highlights search tags)</li>
|
||||
<li class="badge"><span class="change-improved">Improved</span> <code>.jrnl_config</code> will get automatically updated when updating jrnl to a new version</li>
|
||||
</ul>
|
||||
|
||||
<h4>0.2.2 (April 17, 2012)</h4>
|
||||
|
||||
<ul>
|
||||
<li>[Improved] Adds --encrypt and --decrypt to encrypt / decrypt existing journal files</li>
|
||||
<li>[Improved] Adds markdown export (kudos to dedan)</li>
|
||||
<li class="badge"><span class="change-improved">Improved</span> Adds --encrypt and --decrypt to encrypt / decrypt existing journal files</li>
|
||||
<li class="badge"><span class="change-improved">Improved</span> Adds markdown export (kudos to dedan)</li>
|
||||
</ul>
|
||||
|
||||
<h4>0.2.1 (April 17, 2012)</h4>
|
||||
|
||||
<ul>
|
||||
<li>[Improved] Submitted to <a href="http://pypi.python.org/pypi/jrnl/0.2.1">PyPi</a>.</li>
|
||||
<li class="badge"><span class="change-improved">Improved</span> Submitted to <a href="http://pypi.python.org/pypi/jrnl/0.2.1">PyPi</a>.</li>
|
||||
</ul>
|
||||
|
||||
<h3>0.2.0 (April 16, 2012)</h3>
|
||||
|
||||
<ul>
|
||||
<li>[Improved] Encrypts using CBC</li>
|
||||
<li>[Fixed] <code>key</code> has been renamed to <code>password</code> in config to avoid confusion. (The key use to encrypt and decrypt a journal is the SHA256-hash of the password.)</li>
|
||||
<li class="badge"><span class="change-improved">Improved</span> Encrypts using CBC</li>
|
||||
<li class="badge"><span class="change-fixed">Fixed</span> <code>key</code> has been renamed to <code>password</code> in config to avoid confusion. (The key use to encrypt and decrypt a journal is the SHA256-hash of the password.)</li>
|
||||
</ul>
|
||||
|
||||
<h4>0.1.1 (April 15, 2012)</h4>
|
||||
|
||||
<ul>
|
||||
<li>[Fixed] Removed unnecessary print commands</li>
|
||||
<li>[Improved] Created the documentation</li>
|
||||
<li class="badge"><span class="change-fixed">Fixed</span> Removed unnecessary print commands</li>
|
||||
<li class="badge"><span class="change-improved">Improved</span> Created the documentation</li>
|
||||
</ul>
|
||||
|
||||
<h3>0.1.0 (April 13, 2012)</h3>
|
||||
|
||||
<ul>
|
||||
<li>[Improved] Supports encrypted journals using AES encryption</li>
|
||||
<li>[Improved] Support external editors for composing entries</li>
|
||||
<li class="badge"><span class="change-improved">Improved</span> Supports encrypted journals using AES encryption</li>
|
||||
<li class="badge"><span class="change-improved">Improved</span> Support external editors for composing entries</li>
|
||||
</ul>
|
||||
|
||||
<h4>0.0.2 (April 5, 2012)</h4>
|
||||
|
||||
<ul>
|
||||
<li>[Improved] Filtering by tags and dates</li>
|
||||
<li>[Fixed] Now using dedicated classes for Journals and entries</li>
|
||||
<li class="badge"><span class="change-improved">Improved</span> Filtering by tags and dates</li>
|
||||
<li class="badge"><span class="change-fixed">Fixed</span> Now using dedicated classes for Journals and entries</li>
|
||||
</ul>
|
||||
|
||||
<h4>0.0.1 (March 29, 2012)</h4>
|
||||
|
|
Loading…
Add table
Reference in a new issue