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
f173c341e1
commit
5e14f4fdb9
2 changed files with 10 additions and 6 deletions
|
@ -1,11 +1,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
### 1.0.0-rc1
|
### 1.0.0 (March 4, 2013)
|
||||||
|
|
||||||
* [Fixed] A bug where jrnl would not go into compose mode
|
|
||||||
* [Improved] Each journal can have individual settings
|
|
||||||
* [New] Integrates seamlessly with DayOne
|
* [New] Integrates seamlessly with DayOne
|
||||||
|
* [Improved] Each journal can have individual settings
|
||||||
|
* [Fixed] A bug where jrnl would not go into compose mode
|
||||||
|
* [Fixed] A bug where jrnl would not add entries without timestamp
|
||||||
|
* [Fixed] Support for parsedatetime 1.x
|
||||||
|
|
||||||
### 0.3.2 (July 5, 2012)
|
### 0.3.2 (July 5, 2012)
|
||||||
|
|
||||||
|
|
|
@ -302,12 +302,14 @@ with open("my_journal.txt") as f:
|
||||||
</ul>
|
</ul>
|
||||||
<h1>Changelog</h1>
|
<h1>Changelog</h1>
|
||||||
|
|
||||||
<h3>1.0.0-rc1</h3>
|
<h3>1.0.0 (March 4, 2013)</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>[Fixed] A bug where jrnl would not go into compose mode</li>
|
|
||||||
<li>[Improved] Each journal can have individual settings</li>
|
|
||||||
<li>[New] Integrates seamlessly with DayOne</li>
|
<li>[New] Integrates seamlessly with DayOne</li>
|
||||||
|
<li>[Improved] Each journal can have individual settings</li>
|
||||||
|
<li>[Fixed] A bug where jrnl would not go into compose mode</li>
|
||||||
|
<li>[Fixed] A bug where jrnl would not add entries without timestamp</li>
|
||||||
|
<li>[Fixed] Support for parsedatetime 1.x</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>0.3.2 (July 5, 2012)</h3>
|
<h3>0.3.2 (July 5, 2012)</h3>
|
||||||
|
|
Loading…
Add table
Reference in a new issue