<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.11.51/MeshLibDist_v2.2.11.51.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.11.51/meshlib_v2.2.11.51_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.11.51/meshlib_v2.2.11.51_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.11.51/meshlib_v2.2.11.51_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.11.51/meshlib_v2.2.11.51_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.11.51/meshlib_v2.2.11.51-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.11.51/meshlib_v2.2.11.51_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.11.51/meshlib_v2.2.11.51_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>
What's Changed
* Pick several pixels in the area by Grantim in https://github.com/MeshInspector/MeshLib/pull/1761
* Dynamic load libraries during splash screen by Grantim in https://github.com/MeshInspector/MeshLib/pull/1763
* More debugging asserts in getVertIds and getFaceIds by Fedr in https://github.com/MeshInspector/MeshLib/pull/1764
* relaxKeepVolume: fix out-of-array access by Fedr in https://github.com/MeshInspector/MeshLib/pull/1765
* Clone Selected button in object tree context menu by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1757
* I2444 surface distance from vector meshTriPoints by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1759
* Introduce separate UI name for ribbonitems by Grantim in https://github.com/MeshInspector/MeshLib/pull/1766
* Introduce mappings in planar triangulation by Grantim in https://github.com/MeshInspector/MeshLib/pull/1767
* Polyline<V>::pack by Fedr in https://github.com/MeshInspector/MeshLib/pull/1771
* Add_optional_mapping_to_Polyline-contours by Grantim in https://github.com/MeshInspector/MeshLib/pull/1770
* TriangulationHelpers::buildLocalTriangulation by Fedr in https://github.com/MeshInspector/MeshLib/pull/1773
* Bump paulhatch/semantic-version from 5.2.1 to 5.3.0 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1655
* PointCloudTriangulationHelpers: useNeiNormals by Fedr in https://github.com/MeshInspector/MeshLib/pull/1774
* Optimize Orient Normals in case of many connected components in the cloud by Fedr in https://github.com/MeshInspector/MeshLib/pull/1775
* PointCloud::flipOrientation by Fedr in https://github.com/MeshInspector/MeshLib/pull/1778
* Triangulation/filtering and border fixes by Grantim in https://github.com/MeshInspector/MeshLib/pull/1777
* Custom viewport labels by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1779
* Encrypted zip support by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1769
* Fix UI button checkKey with modifiers by Grantim in https://github.com/MeshInspector/MeshLib/pull/1780
* MeshDecimate: less restrictions due to change of normals by Fedr in https://github.com/MeshInspector/MeshLib/pull/1782
* I2444 surface manipulation widget by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1776
* Add setLabel helper method to Viewport class by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1783
* Update width filtering in find overhangs by Grantim in https://github.com/MeshInspector/MeshLib/pull/1784
* use standard quaternion from matrix method by Fedr in https://github.com/MeshInspector/MeshLib/pull/1785
* separate scene rendering into texture by Grantim in https://github.com/MeshInspector/MeshLib/pull/1787
* Creases filters by astrowander in https://github.com/MeshInspector/MeshLib/pull/1786
* Allow uninitialized construction of MeshTriPoint by Fedr in https://github.com/MeshInspector/MeshLib/pull/1788
* MeshTriPoint::getWeightedVerts by Fedr in https://github.com/MeshInspector/MeshLib/pull/1789
* Replicate: move vertices of one mesh to make it similar to another mesh by Fedr in https://github.com/MeshInspector/MeshLib/pull/1790
* use HashMap typedefs by Fedr in https://github.com/MeshInspector/MeshLib/pull/1792
* Pip: add python 3.12 for win by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1793
* ObjectPoints::normalsChangedSignal by Fedr in https://github.com/MeshInspector/MeshLib/pull/1795
* update Surface Manipulate Widget by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1791
* pointUniformSampling: never compute normals, but can take alternative normals on input by Fedr in https://github.com/MeshInspector/MeshLib/pull/1796
* SurfaceManipulateWidget fix key handle by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1797
* Allow to run resumable tasks for progress bar by oitel in https://github.com/MeshInspector/MeshLib/pull/1799
* PointCloudTriangulator: prevent any appearance of multiple edges during hole filling by Fedr in https://github.com/MeshInspector/MeshLib/pull/1800
* struct DetectTunnelSettings with default limit on 1 maximum iterations by Fedr in https://github.com/MeshInspector/MeshLib/pull/1801
* Optimize BasisTunnelsDetector::detect by Fedr in https://github.com/MeshInspector/MeshLib/pull/1802
* put rendering in texture under flag by Grantim in https://github.com/MeshInspector/MeshLib/pull/1804
**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.2.10...v2.2.11.51