Skip to content

Commit 010d500

Browse files
committed
bump the library version to 3.2.0 and update the release log
1 parent b7cdf64 commit 010d500

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## configure Gradle properties for building the Jolt-JNI Project
22

33
# Jolt-JNI version string
4-
jjVersion = 3.1.1-SNAPSHOT
4+
jjVersion = 3.2.0
55

66
## default artifact ID (used when -Partifact= isn't specified on the command line)
77
artifact = jolt-jni

release-log.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Release log for the Jolt-JNI project
22

3+
## Version 3.2.0 released on TBD
4+
5+
+ Added 3 classes for efficient/flexible contact listening:
6+
+ `ContactListenerList`
7+
+ `EFilterMode`
8+
+ `FilteredContactListener`
9+
+ Generalized 2 body-lock multi constructors to solve issue #25.
10+
+ Added 4 methods to the `BodyInterface` class, for avoiding garbage:
11+
+ `getAngularVelocity(int, Vec3)`
12+
+ `getLinearVelocity(int, Vec3)`
13+
+ `getPosition(int, RVec3)`
14+
+ `getRotation(int, Quat)`
15+
+ Added `getRefCount()` to the `ConstShape` interface.
16+
+ Generalized 2 `PhysicsSystem` setters to accept `null` arguments.
17+
+ Updated the Jolt-Physics sourcecode and assets to e594aad (=sg250918).
18+
+ Updated the OSHI library to v6.9.0 .
19+
20+
321
## Version 3.1.0 released on 8 September 2025
422

523
+ Allow use of both `close()` and a cleaner thread in a single app.
@@ -81,7 +99,7 @@ Bugfix: many `CharacterRefC` and `CharacterVirtualRefC` methods crash the JVM
8199

82100
+ Added many public methods and constructors to the libraries.
83101
+ Added run-time checks.
84-
+ Updated the Jolt-Physics sourcecode and assets to 4366713 (sg250829)
102+
+ Updated the Jolt-Physics sourcecode and assets to 4366713 (=sg250829).
85103

86104

87105
## Version 2.2.0 released on 10 August 2025
@@ -203,7 +221,7 @@ Bugfix: many `CharacterRefC` and `CharacterVirtualRefC` methods crash the JVM
203221
+ `ConstVolume`
204222

205223
+ Added many public methods and constructors to the libraries.
206-
+ Updated the Jolt source code and assets to 2405ff1 (sg250628).
224+
+ Updated the Jolt source code and assets to 2405ff1 (=sg250628).
207225
+ Updated the OSHI library to v6.8.2 .
208226

209227

0 commit comments

Comments
 (0)