zt64-aliucord-plugins/plugin/CharCounter/build.gradle.kts
2024-03-15 02:27:11 -04:00

27 lines
No EOL
585 B
Kotlin

version = "1.4.2"
description = "Adds a character counter to the message box"
aliucord.changelog.set(
"""
# 1.4.1
* Improved the background to fit in with chat
# 1.4.0
* Added threshold option
* Added reverse option
* Added color to show when too many characters are entered
# 1.2.2
* Fixed issue with background
* Added an option to always show the counter even when theres no input text
# 1.2.1
* Improved appearance
# 1.2.0
* Counter is now properly placed in the bar
# 1.1.0
* Support V96
""".trimIndent()
)