Skip to content

Commit

Permalink
heart library: bump version to 2.6.0 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 17, 2018
1 parent 8accbae commit fc87015
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext {
// current versions of the libraries
jcommanderVersion = '1.74'
jme3utilitiesdebugVersion = '0.8.9'
jme3utilitiesheartVersion = '2.5.0'
jme3utilitiesheartVersion = '2.6.0'
jme3utilitiesniftyVersion = '0.7.12'
jme3utilitiesuiVersion = '0.6.3'
jme3utilitiesxVersion = '0.2.4'
Expand Down
14 changes: 13 additions & 1 deletion heart/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# release notes for the jme3-utilities-heart library and related tests

## Version 2.6.0 released on TBD

+ Added a deepClone() method to the Misc class
+ Added a parseColor() method to the MyColor class
+ Added a listMeshes() method to the MyMesh class
+ Added countUses() and listMaterials() methods to the MySpatial class
+ Added cardinalizeLocal() and parse() methods to the MyVector3f class
+ Verify projection mode in MyCamera.setYTangent()
+ Allow null subtrees in listAnimatedMeshes() and isIgnoringTransforms()
+ Omit duplicates in MySpatial.listAnimatedMeshes()
+ Corrected names in 2 material-definition files

## Version 2.5.0 released on 17 March 2018

+ Set the Wireframe render-state flag in 3 material definitions
+ Added a findTrackIndex() to the MyAnimation class
+ Added a findTrackIndex() method to the MyAnimation class
+ Added a listSpatials() method to the MySpatial class
+ Extended MyCamera.yTangent() to handle parallel projection

Expand Down
2 changes: 1 addition & 1 deletion heart/src/main/java/jme3utilities/Misc.java
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public static FilterPostProcessor getFpp(ViewPort viewPort,
* @return project name, library name, branch, and revision
*/
public static String getVersion() {
return "jme3-utilities jme3-utilities-heart master $Rev: 2.5.0+1 $";
return "jme3-utilities jme3-utilities-heart master $Rev: 2.6.0 $";
}

/**
Expand Down

0 comments on commit fc87015

Please sign in to comment.