mirror of
https://github.com/VibedByKaKi/zt64-aliucord-plugins.git
synced 2026-08-23 14:51:14 +02:00
23 lines
No EOL
441 B
Kotlin
23 lines
No EOL
441 B
Kotlin
version = "1.5.4"
|
|
description = "Adds a variety of new features to the media viewer"
|
|
|
|
aliucord.deploy.set(false)
|
|
aliucord.changelog.set(
|
|
"""
|
|
# 1.5.3
|
|
* Support Discord V112.4
|
|
|
|
# 1.5.2
|
|
* Fixed null file names
|
|
* Fixed bottom toolbar on GIFs
|
|
|
|
# 1.5.1
|
|
* Fixed bottom bar not moving properly
|
|
|
|
# 1.5.0
|
|
* Fixed controls not reappearing
|
|
|
|
# 1.2.0
|
|
* Support V96
|
|
""".trimIndent()
|
|
) |