diff --git a/build.gradle b/build.gradle index 32bf6f23d2..9fbc991f3c 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ allprojects { apply plugin: 'com.peterabeles.gversion' group = 'org.boofcv' - version = '1.1.5-SNAPSHOT' + version = '1.1.5' createVersionFile.enabled = false // run only once. enabled in types } diff --git a/change.txt b/change.txt index a2857a690c..43c4ec20ab 100644 --- a/change.txt +++ b/change.txt @@ -12,6 +12,10 @@ Version : 1.1.5 - PerspectiveOps * Added pointAt() +- Quality of life features added to various array types +- Support for textured mesh reading and rendering +- Fixed camera for 3D mesh viewer so that it actually points at the object +- Updated Android and other dependencies --------------------- Date : 2024/May/14