Skip to content

Commit

Permalink
Release version 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmb committed Aug 3, 2015
1 parent 14c01f0 commit 0b92fe7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
1.7.0
2015-08-02

Allow setting policies on a per server and per account basis. Peer policies
override account policies which override server policies.

Convert data loaded from trust files to unicode.

Do not OTR whitespace tag nicks starting with *.

Nicks to skip OTR tagging for are now a user-configurable regex. Set the
general.no_send_tag_regex option.

Add otr.general.default.key option to share a key across accounts. Set
this to nick@server of the account with the key you want to use as the
default key for new accounts.

Do not OTR whitespace tag CTCP messages.

1.6.0
2015-02-06

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

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

OTR_DIR_NAME = 'otr'

Expand Down

0 comments on commit 0b92fe7

Please sign in to comment.