We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378acfc commit 95504a6Copy full SHA for 95504a6
JAVA/build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group 'com.glasscode'
7
-version '1.2.1-SNAPSHOT'
+version '1.2.2-SNAPSHOT'
8
def isDebugMode = false // If false it will use the debug version of the renderer
9
10
repositories {
JAVA/src/main/resources/META-INF/plugin.xml
@@ -112,6 +112,11 @@
112
</description>
113
<change-notes>
114
<![CDATA[
115
+ <p>1.2.2</p>
116
+ <ul>
117
+ <li>Fixed: Issue that the plugin is not compatible with 2021.1 releases</li>
118
+ <li>Changed: The plugin will not use NVIDIA CUDA GPU acceleration by default to ensure that it will work for any computer</li>
119
+ </ul>
120
<p>1.2.1</p>
121
<ul>
122
<li>Remove the "Paid" tag from plugin</li>
0 commit comments