Tagging fixes

This commit is contained in:
Manuel Ebert 2013-07-23 21:01:57 -07:00
parent 601e574d91
commit 13a0e7ce86
4 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,10 @@
Changelog
=========
### 1.4.1
* [Fixed] Tagging works again
### 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`).