Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koolfy committed Aug 1, 2013
1 parent 1fa3323 commit dcf7b26
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
1.2.0
2013-08-13

Fix UTF8 encoding errors

Add the possibility to revoke a contact's trust permanently

Add logging control and settings during an OTR session. Logs are disabled
by default during the OTR session and restored to their previous value
after the OTR session has ended

Add the possibility to abort a SMP process

Better policy management

Clearer messages and warnings to avoid user mistakes and confusion

Send debug messages to a dedicated buffer for easier debugging

Add a command "/otr status" to see fingerprints and the OTR status
of a specific conversation

Lots of bugfixes and little improvements



1.1.0
2012-08-15

Expand Down
2 changes: 1 addition & 1 deletion weechat_otr.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

SCRIPT_AUTHOR = 'Matthew M. Boedicker'
SCRIPT_LICENCE = 'GPL3'
SCRIPT_VERSION = '1.2.0pre'
SCRIPT_VERSION = '1.2.0'

OTR_DIR_NAME = 'otr'

Expand Down

0 comments on commit dcf7b26

Please sign in to comment.