<table>
<thead>
<tr>
<th>OS</th>
<th>Dev</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">Windows x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.2.37/MeshLibDist_v2.1.2.zip">zip</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.2.37/meshlib_v2.1.2_ubuntu20-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS arm64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.2.37/meshlib_v2.1.2_ubuntu20-arm64-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 22 LTS x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.2.37/meshlib_v2.1.2_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 22 LTS arm64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.2.37/meshlib_v2.1.2_ubuntu22-arm64-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 37 x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.2.37/meshlib_v2.1.2-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.2.37/meshlib_v2.1.2_x64.pkg">x64 pkg</a>
</td>
</tr>
<tr>
<td align="center">MacOS arm</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v2.1.2.37/meshlib_v2.1.2_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>
What's Changed
* Windows: add MR CUDA project by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1088
* Add preciseFitBox function by Grantim in https://github.com/MeshInspector/MeshLib/pull/1091
* refactoring: moved buttons methods in separated file by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1093
* add thread_local to loadgl by Grantim in https://github.com/MeshInspector/MeshLib/pull/1095
* Add num components cache for ObjectLines by Grantim in https://github.com/MeshInspector/MeshLib/pull/1096
* ObjectMeshHolder::copyTextureAndColors by Fedr in https://github.com/MeshInspector/MeshLib/pull/1100
* refactoring ui: move checkbox in separated file by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1099
* Add FaceSelectionChangeSignal by Grantim in https://github.com/MeshInspector/MeshLib/pull/1101
* Respect XF in findPointsInBall by Grantim in https://github.com/MeshInspector/MeshLib/pull/1103
* refactoring ui: move radiobutton in separated file by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1104
* Add points change signal by Grantim in https://github.com/MeshInspector/MeshLib/pull/1105
* deprecate cutMeshWithPlane by Fedr in https://github.com/MeshInspector/MeshLib/pull/1102
* Introduce local mode in plane widget by Grantim in https://github.com/MeshInspector/MeshLib/pull/1106
* MeshTopology::buildGridMesh by Fedr in https://github.com/MeshInspector/MeshLib/pull/1082
* Custom resize scene window by Grantim in https://github.com/MeshInspector/MeshLib/pull/1108
* make gradient button according to design by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1107
* Edit OpenVDB build options to build smaller binaries by oitel in https://github.com/MeshInspector/MeshLib/pull/1110
* optimize detectBasisTunnels by computing loops in parallel by Fedr in https://github.com/MeshInspector/MeshLib/pull/1109
* refactoring ui: move colorEdit4 in separated file by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1112
* write distance map generation in CUDA by astrowander in https://github.com/MeshInspector/MeshLib/pull/1111
* I1901 refactoring UI combo by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1113
* Bump microsoft/setup-msbuild from 1.1 to 1.3 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1097
* Bump tj-actions/branch-names from 6.4 to 6.5 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1098
* write projection onto mesh in CUDA by astrowander in https://github.com/MeshInspector/MeshLib/pull/1114
* Fix transparency for AMD video cards by oitel in https://github.com/MeshInspector/MeshLib/pull/1116
* Refactor cuda project, not to use cpp headers by Grantim in https://github.com/MeshInspector/MeshLib/pull/1118
* loDistLimitSq parameter in findProjectionOnPolyline by Fedr in https://github.com/MeshInspector/MeshLib/pull/1117
* Add polyline offset function by oitel in https://github.com/MeshInspector/MeshLib/pull/1119
* Wasm: Allow conditionally preventing mouse scroll events. by adalisk-emikhaylov in https://github.com/MeshInspector/MeshLib/pull/1115
* polylineOffset: compute precise distances only in the cells crossed by offset-isoline by Fedr in https://github.com/MeshInspector/MeshLib/pull/1120
**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.1.1.41...v2.1.2.37