<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.8/MeshLibDist_v2.2.8.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.8/meshlib_v2.2.8_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.8/meshlib_v2.2.8_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.8/meshlib_v2.2.8_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.8/meshlib_v2.2.8_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.8/meshlib_v2.2.8-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.8/meshlib_v2.2.8_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.8/meshlib_v2.2.8_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>
What's Changed
* FlowAggregator::OutputFlows.amountGreaterThan by Fedr in https://github.com/MeshInspector/MeshLib/pull/1690
* Update structure embedding by Grantim in https://github.com/MeshInspector/MeshLib/pull/1691
* ChangeColoringType by Fedr in https://github.com/MeshInspector/MeshLib/pull/1692
* Introduсe 2d contours offset by Grantim in https://github.com/MeshInspector/MeshLib/pull/1695
* makeNormals: progress, smaller functions, fix by Fedr in https://github.com/MeshInspector/MeshLib/pull/1694
* makeNormals: use Heap for better performance by Fedr in https://github.com/MeshInspector/MeshLib/pull/1696
* Added ascii STL format writing functions by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1693
* Take screenshots with user defined resolution by Grantim in https://github.com/MeshInspector/MeshLib/pull/1698
* findFewClosestPoints by Fedr in https://github.com/MeshInspector/MeshLib/pull/1697
* More optional output from terrain embedding by Grantim in https://github.com/MeshInspector/MeshLib/pull/1699
* Optimize making oriented normals by Fedr in https://github.com/MeshInspector/MeshLib/pull/1701
* added settings to calculate contour from vector of tri points by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1702
* 3MF file format support (loading) by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1700
* remove force flip for close plane vertices by Grantim in https://github.com/MeshInspector/MeshLib/pull/1705
* Tool path project selection ii by astrowander in https://github.com/MeshInspector/MeshLib/pull/1704
* report on progess in interpolateLines and interpolateArcs by astrowander in https://github.com/MeshInspector/MeshLib/pull/1706
* computeSolarRadiation function by Fedr in https://github.com/MeshInspector/MeshLib/pull/1707
* orientNormals: revert latest changes working badly on non-uniform clouds by Fedr in https://github.com/MeshInspector/MeshLib/pull/1709
* 3MF loading - refactoring, loading files with several .model files by rodion-orlov in https://github.com/MeshInspector/MeshLib/pull/1710
* computeSkyViewFactor and SkyPatch by Fedr in https://github.com/MeshInspector/MeshLib/pull/1711
* findSkyRays by Fedr in https://github.com/MeshInspector/MeshLib/pull/1713
* makeUniformSampledCloud by Fedr in https://github.com/MeshInspector/MeshLib/pull/1714
* PLY: load point clouds with normals by Fedr in https://github.com/MeshInspector/MeshLib/pull/1716
* Add more regular uniform pointcloud sampling by Grantim in https://github.com/MeshInspector/MeshLib/pull/1717
* ObjectPoints: serialize valid points in MRU by Fedr in https://github.com/MeshInspector/MeshLib/pull/1719
* Save only valid points by Fedr in https://github.com/MeshInspector/MeshLib/pull/1720
* Uniform transform with sort of input points by Grantim in https://github.com/MeshInspector/MeshLib/pull/1722
* Update Documentation by Grantim in https://github.com/MeshInspector/MeshLib/pull/1724
**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.2.7...v2.2.8