Unifies encryption between python versions

This commit is contained in:
Manuel Ebert 2013-07-22 21:24:19 +02:00
parent dbf5caa971
commit 84556c178a
4 changed files with 23 additions and 22 deletions

View file

@ -1,6 +1,10 @@
Changelog
=========
### 1.4.0
* [Improved] Unifies encryption between Python 2 and 3. If you have problems reading encrypted journals afterwards, first decrypt your journal with the __old__ jrnl version (install with `pip install jrnl==1.3.1`, then `jrnl --decrypt`), upgrade jrnl (`pip install jrnl --upgrade`) and encrypt it again (`jrnl --encrypt`).
### 1.3.2
* [Improved] Everything that is not direct output of jrnl will be written stderr to improve integration