From 8f10af99422ea5eff9b1181d50ea1513540c46e7 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 31 Mar 2019 01:33:46 -0700 Subject: [PATCH] PyLink 2.0.2 --- RELNOTES.md | 18 ++++++++++++++++++ VERSION | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/RELNOTES.md b/RELNOTES.md index 7981713..3651cca 100644 --- a/RELNOTES.md +++ b/RELNOTES.md @@ -1,3 +1,21 @@ +# PyLink 2.0.2 (2019-03-31) + +Changes since 2.0.1: + +#### Feature changes +- Antispam now supports filtering away Unicode lookalike characters when processing text +- Allow disabling dynamic channels via a new "join_empty_channels" option +- relay: add an explicit `forcetag` command, since IRC kills are now relayed between networks + +#### Bug fixes +- launcher: fix crash when --no-pid is set +- relay: fix DB corruption when editing modedelta modes +- automode: fix sending joins to the wrong network when editing remote channels + +#### Internal improvements +- relay: minor optimizations and cleanup +- Disable throttling on S2S links by default, since it usually isn't necessary there + # PyLink 2.0.1 (2018-10-06) Changes since 2.0.0: diff --git a/VERSION b/VERSION index 94245d2..e9307ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.2-dev +2.0.2