mirror of
https://github.com/VibedByKaKi/zt64-aliucord-plugins.git
synced 2026-08-18 12:21:16 +02:00
21 lines
No EOL
594 B
Kotlin
21 lines
No EOL
594 B
Kotlin
version = "1.1.2"
|
|
description = "Add your favorite channels to the top of the channel list for easy access."
|
|
|
|
aliucord.changelog.set(
|
|
"""
|
|
# 1.1.2
|
|
- Fixed favorited channels being hidden if their parent category is collapsed
|
|
|
|
# 1.1.1
|
|
- Fixed improper handling of channels causing the button to not get displayed
|
|
|
|
# 1.1.0
|
|
- Switched to using Discord's API for syncing favorite channels
|
|
|
|
# 1.0.1
|
|
- Fixed threads not moving along with their parent channels
|
|
|
|
# 1.0.0
|
|
- Initial release
|
|
""".trimIndent()
|
|
) |