From 449dda4ec3a0333538ba9e83a8066ae5ed10ca92 Mon Sep 17 00:00:00 2001 From: horchi Date: Mon, 17 Aug 2020 16:54:04 +0200 Subject: 2020-08-17: version 1.1.163 (horchi, patch by kfb77)\n - change: Improved match of series\n\n --- HISTORY.h | 7 +++++-- lib/common.c | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.h b/HISTORY.h index c94d01f..cd2d526 100644 --- a/HISTORY.h +++ b/HISTORY.h @@ -4,8 +4,8 @@ * ----------------------------------- */ -#define _VERSION "1.1.162" -#define VERSION_DATE "28.07.2020" +#define _VERSION "1.1.163" +#define VERSION_DATE "17.08.2020" #define DB_API 7 #ifdef GIT_REV @@ -19,6 +19,9 @@ * * +2020-08-17: version 1.1.163 (horchi, patch by kfb77) + - change: Improved match of series + 2020-07-28: version 1.1.162 (Alexander Grothe, horchi) - change: Improved curl handling diff --git a/lib/common.c b/lib/common.c index 597f0d5..a1b8f8a 100644 --- a/lib/common.c +++ b/lib/common.c @@ -380,6 +380,7 @@ void prepareCompressed(std::string& pattern) toUpper(pattern); removeWord(pattern, " TEIL "); + removeWord(pattern, "(TEIL "); removeWord(pattern, " FOLGE "); removeCharsExcept(pattern, notignore); } -- cgit v1.2.3