Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
v2.0.5
  • Loading branch information
Apehum committed Jun 8, 2023
2 parents 92d53e4 + 61d13e0 commit 9c8185a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 25 deletions.
10 changes: 3 additions & 7 deletions client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,8 @@ dependencies {

rootProject.libs.versions.ustats.map { "su.plo.ustats:$platform:$it" }.also {
modApi(it)
if (platform.isForge) {
shadowCommon(it)
} else {
"include"(it)
shadowCommon(it) {
isTransitive = false
}
}

Expand Down Expand Up @@ -155,9 +153,7 @@ tasks {

relocate("su.plo.crowdin", "su.plo.voice.libs.crowdin")

if (platform.isForge) {
relocate("su.plo.ustats", "su.plo.voice.ustats")
}
relocate("su.plo.ustats", "su.plo.voice.ustats")

dependencies {
exclude(dependency("net.java.dev.jna:jna"))
Expand Down
7 changes: 2 additions & 5 deletions client/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
- fixed crash on forge server (Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/Options) https://github.com/plasmoapp/plasmo-voice/issues/296
- fixed "Unknown custom packet identifier: plasmo:voice/v2" spam in forge
- added support for device connections and disconnections (https://github.com/plasmoapp/plasmo-voice/issues/294)
- option to disable crowdin translations in config
- option to disable check for updates in config
- minor bug fixes
- relocate ustats to fix crash on fabric
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Version
targetJavaVersion=8
mavenGroup=su.plo.voice
buildVersion=2.0.4
buildVersion=2.0.5

# Gradle args
org.gradle.jvmargs=-Xmx2048M
Expand Down
7 changes: 1 addition & 6 deletions proxy/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
- now slf4j is used for logging to fix crash on BungeeCord
- resolve backend servers hostnames if unresolved
- option to disable crowdin translations in config
- option to disable check for updates in config
- kotlin was relocated to avoid conflicts with another plugins. Because some addons use kotlin from Plasmo Voice, they will be broken and you should update them:
- [pv-addons-groups](https://modrinth.com/plugin/pv-addon-discs/version/1.0.3)
- minor bug fixes
8 changes: 2 additions & 6 deletions server/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
- option to disable crowdin translations in config
- option to disable check for updates in config
- kotlin was relocated to avoid conflicts with another plugins. Because some addons use kotlin from Plasmo Voice, they will be broken and you should update them:
- [pv-addons-lavaplayer-lib](https://modrinth.com/plugin/pv-addon-lavaplayer-lib/version/1.0.3)
- [pv-addons-discs](https://modrinth.com/plugin/pv-addon-discs/version/1.0.1)
- [pv-addons-groups](https://modrinth.com/plugin/pv-addon-discs/version/1.0.3)
- minor bug fixes
- relocate ustats to fix crash on fabric

0 comments on commit 9c8185a

Please sign in to comment.