Awoocord/plugins/Zinnia/build.gradle.kts

30 lines
988 B
Text
Raw Normal View History

2026-02-18 17:32:40 +11:00
version = "1.2.1"
2025-10-08 01:11:59 +11:00
description = "Coloured usernames to be a bit more pleasing on the eyes"
aliucord {
// Changelog of your plugin
changelog.set("""
2026-02-18 17:32:40 +11:00
# 1.2.1
* Use correct default block colour in replies
* Use correct default block colour in "unchanged" mode
2026-02-17 17:24:11 +11:00
# 1.2.0
* Finally fixes the annoying padding issue in replies
* Adds nice preview blocks in settings with configurable hsv bars for all your previewing needs
* Tweaked constrast ratio a bit which may improve some colours' legibility
* Added transparency option, alongside "unchanged" colour option which pairs nicely together for a translucent glass effect
2025-10-10 17:00:09 +11:00
# 1.1.1
* Revert incorrect spacing fix, since it just breaks replies. Proper fix soon
2025-10-08 17:32:05 +11:00
# 1.1.0
* Fix incorrect spacing in replies
* Allow setting static text colours
2025-10-08 01:11:59 +11:00
# 1.0.0
* Initial release >w<
""".trimIndent())
2025-12-06 17:55:32 +11:00
deploy.set(true)
2025-10-08 01:11:59 +11:00
}