2025-05-29 17:18:13 +10:00
|
|
|
version = "1.0.1"
|
2025-05-29 03:12:05 +10:00
|
|
|
description = "Backported and improved search functionality"
|
|
|
|
|
|
|
|
|
|
aliucord {
|
|
|
|
|
// Changelog of your plugin
|
|
|
|
|
changelog.set("""
|
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-05-29 03:44:07 +10:00
|
|
|
excludeFromUpdaterJson.set(false)
|
2025-05-29 03:12:05 +10:00
|
|
|
}
|