diff --git a/CHANGELOG.md b/CHANGELOG.md index 686c46ec..970520bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# UPDATE 2.0.57 +- Use hardware acceleration whenever it is possible +- Use DirectX xor OpenGL for video output (better performance for users) +- Added SRT support +- Fixed VLC binaries for MacOS + # UPDATE 2.0.56 - Fixed image is not rendering diff --git a/gradle.properties b/gradle.properties index 7c617121..17709c92 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ org.gradle.workers.max=6 modid=watermedia modname=WaterMedia modnamebig=WATERMeDIA -modversion=2.0.56 +modversion=2.0.57 modauthor=SrRapero720, Goedix modcredits=VideoLAN Team (VLC), Caprica (VLCJ), VLCJ patches inspired by CreativeMD modlicense=All-Rights-Reserved