Awoocord/plugins/Scout/build.gradle.kts

52 lines
1.5 KiB
Text
Raw Normal View History

2025-10-18 01:13:39 +11:00
version = "1.3.0"
2025-05-29 03:12:05 +10:00
description = "Backported and improved search functionality"
2025-12-06 17:55:32 +11:00
android {
namespace = "moe.lava.awoocord.scout"
}
2025-05-29 03:12:05 +10:00
aliucord {
// Changelog of your plugin
changelog.set("""
2025-10-17 02:37:08 +11:00
!!! Minimum Aliucord version requirement {fixed}
======================
* Scout now requires Aliucord 2.4.0, please update before reporting issues.
Changelog {added marginTop}
======================
2025-10-18 01:13:39 +11:00
# 1.3.0
* Removes empty discriminator when searching with users
2025-10-17 02:37:08 +11:00
# 1.2.2
* Fix possible rare crash related to thread searching
2025-10-17 02:12:18 +11:00
# 1.2.1
* Fixes off-looking thread icon
Only Discord will name an icon "thread_white_24dp", and it's neither white nor 24dp. Seriously, what were they thinking?
# 1.2.0 - Scout is in:to knitting
2025-10-17 01:50:03 +11:00
* Adds support for searching threads; simply use in:
2025-06-14 01:23:18 +10:00
# 1.1.3
* Patch to fix the biggggg top padding in results
2025-06-14 01:23:18 +10:00
2025-06-01 02:37:43 +10:00
# 1.1.2
* Fix month being one month behind after using the date picker
2025-05-31 16:02:40 +10:00
# 1.1.1
* Use proper icons for search filter suggestions
2025-05-29 23:40:21 +10:00
# 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
2025-05-29 17:18:13 +10:00
# 1.0.1
* Fix not being able to search more than one page with sort:old
# 1.0.0
* Initial release >w<
2025-05-29 03:12:05 +10:00
""".trimIndent())
2025-12-06 17:55:32 +11:00
deploy.set(true)
2025-05-29 03:12:05 +10:00
}