mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
Unifies encryption between python versions
This commit is contained in:
parent
9c3841dded
commit
e78786e19a
4 changed files with 23 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue