mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Version bump to 0.3.2
This commit is contained in:
parent
8dc3df392e
commit
201e80142e
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
### 0.3.2 (July 5, 2012)
|
||||||
|
|
||||||
|
* [Improved] Converts `\n` to new lines (if using directly on a command line, make sure to wrap your entry with quotes).
|
||||||
|
|
||||||
|
### 0.3.1 (June 16, 2012)
|
||||||
|
|
||||||
* [Improved] Supports deleting of last entry.
|
* [Improved] Supports deleting of last entry.
|
||||||
* [Fixed] Fixes a bug where --encrypt or --decrypt without a target file would not work.
|
* [Fixed] Fixes a bug where --encrypt or --decrypt without a target file would not work.
|
||||||
* [Improved] Supports a config option for setting word wrap.
|
* [Improved] Supports a config option for setting word wrap.
|
||||||
|
|
|
@ -20,7 +20,7 @@ except ImportError: import json
|
||||||
|
|
||||||
|
|
||||||
__title__ = 'jrnl'
|
__title__ = 'jrnl'
|
||||||
__version__ = '0.3.0'
|
__version__ = '0.3.2'
|
||||||
__author__ = 'Manuel Ebert, Stephan Gabler'
|
__author__ = 'Manuel Ebert, Stephan Gabler'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue