From 5c06ee486e3185037db930e72c91250f7dd25844 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 29 May 2025 23:40:21 +1000 Subject: [PATCH] chore(Scout): 1.1.0 --- plugins/Scout/build.gradle.kts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/Scout/build.gradle.kts b/plugins/Scout/build.gradle.kts index c9b9a11..a07db8e 100644 --- a/plugins/Scout/build.gradle.kts +++ b/plugins/Scout/build.gradle.kts @@ -1,9 +1,13 @@ -version = "1.0.1" +version = "1.1.0" description = "Backported and improved search functionality" aliucord { // Changelog of your plugin changelog.set(""" + # 1.1.0 - Look out, Scout has:updates + * Add "has:forward" and "has:poll" filters + * Add "exclude:" filter. It is the opposite of "has:" and filters out matching elements + # 1.0.1 * Fix not being able to search more than one page with sort:old