From 92bc2a66dfe269d9562d2729ded268392731fd64 Mon Sep 17 00:00:00 2001 From: db0 Date: Tue, 12 Sep 2023 18:24:58 +0200 Subject: [PATCH] Added meta reasons --- CHANGELOG.md | 5 +++++ fediseer/consts.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d0d87..9296961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +# 0.11.1 + +* Fixed censure filtering reasons using "AND" instead of "OR" as join +* Added meta reasons `__all_bigots__` and `__all_pedos__` which will attempt to filter all reasons which fall into them as supergroups + # 0.11.0 * Can now provide evidence for censures diff --git a/fediseer/consts.py b/fediseer/consts.py index 59b1764..fb24ce1 100644 --- a/fediseer/consts.py +++ b/fediseer/consts.py @@ -1,4 +1,4 @@ -FEDISEER_VERSION = "0.11.0" +FEDISEER_VERSION = "0.11.1" SUPPORTED_SOFTWARE = [ "lemmy", "mastodon",