File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
ext {
8
8
// current versions of libraries:
9
9
jme3Version = ' 3.6.1-stable'
10
- jmeTtfVersion = ' 3.0.1-SNAPSHOT '
10
+ jmeTtfVersion = ' 3.0.1'
11
11
}
12
12
13
13
subprojects {
Original file line number Diff line number Diff line change 1
1
# Release log for the jME-TTF library
2
2
3
+ ## v3.0.1
4
+
5
+ + Bugfix: material definitions lack support for GLSL versions > 100
6
+ + Delete carriage-return characters from text files.
7
+ + Upgrade JMonkeyEngine to v3.6.1-stable.
8
+
3
9
## v3.0.0
4
10
5
11
+ Redefine the ` TrueTypeKey ` class to avoid raw use
6
12
of JME's parameterized ` AssetKey ` class. (API change)
7
13
+ Rename the ` getIntenisty() ` method in the ` BlurText ` class. (API change)
8
- + Split off 2 sub-projects: JmeTtfExamples and JmeTtfLibrary.
9
- + Upgrade JME to v3.6.0-stable.
14
+ + Split off 2 sub-projects: JmeTtfExamples and JmeTtfLibrary.
15
+ + Upgrade JMonkeyEngine to v3.6.0-stable.
10
16
11
17
## v2.2.4
12
18
You can’t perform that action at this time.
0 commit comments