<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.3/MeshLibDist_v2.2.3.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.3/meshlib_v2.2.3_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.3/meshlib_v2.2.3_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.3/meshlib_v2.2.3_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.3/meshlib_v2.2.3_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.3/meshlib_v2.2.3-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.3/meshlib_v2.2.3_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.3/meshlib_v2.2.3_arm.pkg">arm pkg</a>
</td>
</tr>
</tbody>
</table>
What's Changed
* fix macos mouse events update by Grantim in https://github.com/MeshInspector/MeshLib/pull/1528
* Compute flows per basin by Fedr in https://github.com/MeshInspector/MeshLib/pull/1529
* FlowAggregator::computeCatchmentDelineation by Fedr in https://github.com/MeshInspector/MeshLib/pull/1530
* Support missed slices in dicoms by Grantim in https://github.com/MeshInspector/MeshLib/pull/1531
* MeshComponents::getAllComponentsMap(...) by Fedr in https://github.com/MeshInspector/MeshLib/pull/1532
* added settings for customize triangulation point positioner (ObjectVoxels) by ABSitf in https://github.com/MeshInspector/MeshLib/pull/1535
* Linear filter volume rendering by Grantim in https://github.com/MeshInspector/MeshLib/pull/1536
* Toolpath smooth isolines ii by astrowander in https://github.com/MeshInspector/MeshLib/pull/1537
* Add shading in volume rendering by Grantim in https://github.com/MeshInspector/MeshLib/pull/1538
* Mesh::splitFace takes position of new point by Fedr in https://github.com/MeshInspector/MeshLib/pull/1540
* Bump paulhatch/semantic-version from 5.0.3 to 5.1.0 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1521
* Volume shader use special functions for gradient by Grantim in https://github.com/MeshInspector/MeshLib/pull/1542
* Read images from stream by Grantim in https://github.com/MeshInspector/MeshLib/pull/1543
* Bump paulhatch/semantic-version from 5.1.0 to 5.2.0 by dependabot in https://github.com/MeshInspector/MeshLib/pull/1541
* Constant Z Toolpath: Some slices lie in safe Z plane by astrowander in https://github.com/MeshInspector/MeshLib/pull/1545
* Add splitEdge and splitFace python bindings by Grantim in https://github.com/MeshInspector/MeshLib/pull/1544
* Watershed Graph by Fedr in https://github.com/MeshInspector/MeshLib/pull/1534
* Use uint16_t for better volume rendering by Grantim in https://github.com/MeshInspector/MeshLib/pull/1549
* T getAt( const Vector<T, I> & a, I id, T def = {} ) by Fedr in https://github.com/MeshInspector/MeshLib/pull/1550
* Add support for touchpad gestures on Windows by oitel in https://github.com/MeshInspector/MeshLib/pull/1548
* enable cpp-23 builds by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/1546
* FlowAggregator: consider that every flow reaching mesh boundary exits there by Fedr in https://github.com/MeshInspector/MeshLib/pull/1552
* Update Embed structure to terrain function by Grantim in https://github.com/MeshInspector/MeshLib/pull/1554
* Enable C++23 in MacOS and Emscripten by Fedr in https://github.com/MeshInspector/MeshLib/pull/1553
* Windows MessageBox if no OpenGL by Fedr in https://github.com/MeshInspector/MeshLib/pull/1555
* MacOS safari mouseleave issue workaround by Grantim in https://github.com/MeshInspector/MeshLib/pull/1558
* Improve Volume rendering precision by Grantim in https://github.com/MeshInspector/MeshLib/pull/1560
* WatershedGraph: special "outside" basin by Fedr in https://github.com/MeshInspector/MeshLib/pull/1559
* Clone button in context menu by Fedr in https://github.com/MeshInspector/MeshLib/pull/1561
* Show follow link only if needed by Grantim in https://github.com/MeshInspector/MeshLib/pull/1564
* Double click on object name in tree to rename it by Fedr in https://github.com/MeshInspector/MeshLib/pull/1565
* No skip low gradient voxels in alpha gradient mode by Grantim in https://github.com/MeshInspector/MeshLib/pull/1567
**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v2.2.2...v2.2.3