<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.2.7/MeshLibDist_v2.2.7.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.2.7/meshlib_v2.2.7_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.2.7/meshlib_v2.2.7_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.2.7/meshlib_v2.2.7_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.2.7/meshlib_v2.2.7_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.2.7/meshlib_v2.2.7-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS x64 (Intel)</td>
<td align="center">
<a href="https://github.com/MeshInspector/Meshlib/releases/download/v2.2.7/meshlib_v2.2.7_x64.pkg">x64 pkg</a>
</td>
</tr>
<tr>
<td align="center">MacOS arm (Apple Silicon)</td>
<td align="center">
<a href="https://github.com/MeshInspector/Meshlib/releases/download/v2.2.7/meshlib_v2.2.7_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>
What's Changed
* I2375 added active voxels in volume render by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1630
* fix python box test by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1626
* added help button in plugin window title by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1507
* MeshOrPoints class for floating object in ICP by Fedr in https://github.com/MeshInspector/MeshLib/pull/1633
* Improve PointClouds triangulation by Grantim in https://github.com/MeshInspector/MeshLib/pull/1634
* CUDA: use c++20 on all platforms by Fedr in https://github.com/MeshInspector/MeshLib/pull/1635
* add findAllFlatComponents() function by astrowander in https://github.com/MeshInspector/MeshLib/pull/1595
* Detailed system info by Grantim in https://github.com/MeshInspector/MeshLib/pull/1640
* Add state to command loop by Grantim in https://github.com/MeshInspector/MeshLib/pull/1644
* ICP: allow point cloud as a reference object by Fedr in https://github.com/MeshInspector/MeshLib/pull/1642
* Add initial STEP import support by oitel in https://github.com/MeshInspector/MeshLib/pull/1641
* Highlight active blocking window by Grantim in https://github.com/MeshInspector/MeshLib/pull/1645
* Fix GCC compatibility by oitel in https://github.com/MeshInspector/MeshLib/pull/1621
* added saving config in web by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1647
* Add missing VS project items by oitel in https://github.com/MeshInspector/MeshLib/pull/1649
* Mesh Mesh::fromPointTriples( const std::vector<Triangle3f> & posTriples, bool duplicateNonManifoldVertices ); by Fedr in https://github.com/MeshInspector/MeshLib/pull/1651
* project selection on the offset with maximal distance limit by astrowander in https://github.com/MeshInspector/MeshLib/pull/1652
* Add Active button in toolbar by Grantim in https://github.com/MeshInspector/MeshLib/pull/1654
* bump vcpkg to 2023.08.09 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1650
* MRMESH_NO_GTEST option to avoid building tests 1648 by Fedr in https://github.com/MeshInspector/MeshLib/pull/1653
* Support python 310 for old vcpkg by Grantim in https://github.com/MeshInspector/MeshLib/pull/1657
* Multi extension support by Grantim in https://github.com/MeshInspector/MeshLib/pull/1658
* Hide test tab and duplicate open buttons by Grantim in https://github.com/MeshInspector/MeshLib/pull/1659
* Save last extension in settings as string by Fedr in https://github.com/MeshInspector/MeshLib/pull/1660
* STEP import improvements by oitel in https://github.com/MeshInspector/MeshLib/pull/1661
* saveObjectToFile: an option to backup original file by Fedr in https://github.com/MeshInspector/MeshLib/pull/1663
* support dxf format by astrowander in https://github.com/MeshInspector/MeshLib/pull/1662
* Set offset type to Shell in offsetPolyline by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1664
* Export one or many objects at once by Fedr in https://github.com/MeshInspector/MeshLib/pull/1665
* Overhangs updates and fixes by Grantim in https://github.com/MeshInspector/MeshLib/pull/1666
* save valid points with normals in textual .asc file by Fedr in https://github.com/MeshInspector/MeshLib/pull/1667
* Add welcome screen mock by Grantim in https://github.com/MeshInspector/MeshLib/pull/1668
* Fix crash of precision issue in terrain triangulation by Grantim in https://github.com/MeshInspector/MeshLib/pull/1672
* Respect latin keyboards in shortcuts by Grantim in https://github.com/MeshInspector/MeshLib/pull/1671
* Move zip-functions in separate files by Fedr in https://github.com/MeshInspector/MeshLib/pull/1673
* added information about duplicated verteces in mesh loading by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1669
* Disable STEP import work-around for modern OpenCASCADE versions by oitel in https://github.com/MeshInspector/MeshLib/pull/1676
* decompressZip from any std::istream by Fedr in https://github.com/MeshInspector/MeshLib/pull/1674
* expandFaces funciton by Fedr in https://github.com/MeshInspector/MeshLib/pull/1677
* Construct AABBTree from MeshPart by Fedr in https://github.com/MeshInspector/MeshLib/pull/1679
* VoxelsVolume: min/max type depends on value type by Fedr in https://github.com/MeshInspector/MeshLib/pull/1680
* meshToDistanceVolume: use standard min/max computation by Fedr in https://github.com/MeshInspector/MeshLib/pull/1681
* Fix update removed faces for cutmesh by Grantim in https://github.com/MeshInspector/MeshLib/pull/1675
* added calculation duplicated vertices and deleted faces in loading obj file by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1684
* Fixed cancelling worker threads in OpenVDB by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1685
* mcShellMeshRegion function by Fedr in https://github.com/MeshInspector/MeshLib/pull/1682
* Use vertical metric in embedding terrain by Grantim in https://github.com/MeshInspector/MeshLib/pull/1686
* Fix Obj loading by Grantim in https://github.com/MeshInspector/MeshLib/pull/1687
New Contributors
* rodion-orlov made their first contribution in https://github.com/MeshInspector/MeshLib/pull/1664
**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.2.5...v2.2.7