Skip to content

Commit

Permalink
Release version 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmb committed Feb 7, 2015
1 parent 1312d33 commit 626f059
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
1.6.0
2015-02-06

Fix bug with messaging yourself

Print dependency versions with exception tracebacks to diagnose
reported bugs more easily

Fix a number of bugs that caused tracebacks when incorrect
arguments were passed to commands

Addition of screenshot and other improvements to the README

Make the meanings of allow_v2 and require_encryption policies
clearer to users

Fix bug with allow_v2/require_encryption policies where a
message was sent but the user was told the message was not sent

Faster Travis builds due to using a container on Travis

Use IRC isupport (005) messages to get channel and statusmsg
prefixes instead of hardcoding them

Run tests on Python 3.2 and 3.4

Fix bug with treating statusmsgs as private messages instead
of channel messages

Check WeeChat version during startup

/otr refresh is an alias for /otr start

/otr end is an alias for /otr finish

1.5.0
2014-09-30

Expand Down
2 changes: 1 addition & 1 deletion weechat_otr.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def to_str(self, strng):

SCRIPT_AUTHOR = 'Matthew M. Boedicker'
SCRIPT_LICENCE = 'GPL3'
SCRIPT_VERSION = '1.5.0'
SCRIPT_VERSION = '1.6.0'

OTR_DIR_NAME = 'otr'

Expand Down

0 comments on commit 626f059

Please sign in to comment.