changeset 10aa3e602e9c in /home/hg/repos/gajim-plugins author: Bahtiar `kalkin-` Gadimov <[email protected]> branches: details:gajim-plugins?cmd=changeset;node=10aa3e602e9c description: Document changes for 0.3
diffstat: omemo/CHANGELOG | 12 ++++++++++++ omemo/manifest.ini | 2 +- 2 files changed, 13 insertions(+), 1 deletions(-) diffs (31 lines): diff -r d61e7296d759 -r 10aa3e602e9c omemo/CHANGELOG --- a/omemo/CHANGELOG Sun Jan 10 20:17:42 2016 +0100 +++ b/omemo/CHANGELOG Sun Jan 10 20:42:22 2016 +0100 @@ -1,3 +1,15 @@ +0.3 / 2016-01-10 +================== + * Save if OMEMO is enabled between restarts - #17 + * Disable OMEMO if dependencies are missing - #9 + * Make logging less verbose + * Add Arch Linux PKGBUILD file (Thanks Tommaso Sardelli) + * Extend README + * Fix hiding OMEMO controls in muc + * Fix "'ChatControl' object has no attribute 'lock_image'" bug - #16 + * Ui clearly displays which message is encrypted (and how) - #15 + * Plaintext messages are now always marked - #15 + # 2015-12-27 - Fix crash, if jid is not in list (Thanks Mic92) - Fix clear_device_list, if account is not connected (Thanks Mic92) diff -r d61e7296d759 -r 10aa3e602e9c omemo/manifest.ini --- a/omemo/manifest.ini Sun Jan 10 20:17:42 2016 +0100 +++ b/omemo/manifest.ini Sun Jan 10 20:42:22 2016 +0100 @@ -1,7 +1,7 @@ [info] name: OMEMO Multi-End Message and Object Encryption short_name: omemo -version: 0.2 +version: 0.3 description: OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption based on Axolotl and PEP. You need to install python-axolotl via pip to run this plugin. authors: Bahtiar `kalkin-` Gadimov <[email protected]>, Daniel Gultsch <[email protected]> _______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
