We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fb09b commit e710475Copy full SHA for e710475
2 files changed
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = "cat.wavy"
8
-version = "1.4.4"
+version = "1.5.0"
9
10
repositories {
11
mavenCentral()
src/main/resources/META-INF/plugin.xml
@@ -22,7 +22,8 @@
22
]]></description>
23
24
<change-notes>
25
- Fixed display of C, D, R and V languages.
+ Added an option in the menu (Tools) to reconnect to Discord.
26
+ Also, notifications are now displayed when connection with Discord is lost.
27
</change-notes>
28
29
<!-- Product and plugin compatibility requirements.
0 commit comments