Autogenerated release
<table>
<thead>
<tr>
<th>OS</th>
<th>Dev</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">Windows x64</td>
<td align="center">
<a href="../../releases/download/v0.0.14.81/MeshLibDist_v0.0.14.81.zip">zip</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS x64</td>
<td align="center">
<a href="../../releases/download/v0.0.14.81/meshlib_v0.0.14.81_ubuntu20-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 22 LTS x64</td>
<td align="center">
<a href="../../releases/download/v0.0.14.81/meshlib_v0.0.14.81_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="../../releases/download/v0.0.14.81/meshlib_v0.0.14.81-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS</td>
<td colspan=3 align="center"> Coming soon! :green_apple:</td>
</tr>
</tbody>
</table>
What's Changed
* Setup gitpod by Grantim in https://github.com/MeshInspector/MeshLib/pull/190
* Decimate: maxEdgeLen parameter by Fedr in https://github.com/MeshInspector/MeshLib/pull/191
* Vertical stitch metric update by Grantim in https://github.com/MeshInspector/MeshLib/pull/192
* Subdivide lone contours update by Grantim in https://github.com/MeshInspector/MeshLib/pull/193
* FaceBitSet getIncidentFaces( const MeshTopology & topology, const Und… by Fedr in https://github.com/MeshInspector/MeshLib/pull/194
* Do not relosve degenerated contours on boolean by Grantim in https://github.com/MeshInspector/MeshLib/pull/195
* Decimate: optional adjustCollapse parameter by Fedr in https://github.com/MeshInspector/MeshLib/pull/197
* Smileos 3.0 ports by adalisk-emikhaylov in https://github.com/MeshInspector/MeshLib/pull/196
* Fix eigen test. by adalisk-emikhaylov in https://github.com/MeshInspector/MeshLib/pull/199
* Use MR::Vector for color load/save functions by Fedr in https://github.com/MeshInspector/MeshLib/pull/200
* Close monotone segments in plane triangulation by Grantim in https://github.com/MeshInspector/MeshLib/pull/203
* Save colored meshes in MRU by Fedr in https://github.com/MeshInspector/MeshLib/pull/202
* Update gtest module for emscripten by Grantim in https://github.com/MeshInspector/MeshLib/pull/204
* Smileos 3.0 ports by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/201
* Save many named meshes in one OBJ file by Fedr in https://github.com/MeshInspector/MeshLib/pull/206
* add ubuntu-22 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/205
* Add ObjectLabel by Grantim in https://github.com/MeshInspector/MeshLib/pull/207
* Mesh::discreteMeanCurvature by Fedr in https://github.com/MeshInspector/MeshLib/pull/209
* update filters by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/208
* Remove old deprecated functions by Fedr in https://github.com/MeshInspector/MeshLib/pull/210
* Load mesh from STL: duplicate non-manifold vertices to resolve them by Fedr in https://github.com/MeshInspector/MeshLib/pull/211
* skip degenerate triangles by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/212
* use aws instances for image rebuild by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/213
* Little fix load obj format by Grantim in https://github.com/MeshInspector/MeshLib/pull/214
* add split strings function by Grantim in https://github.com/MeshInspector/MeshLib/pull/215
* Writer class and MR_WRITER macro for all objects (not only meshes) by Fedr in https://github.com/MeshInspector/MeshLib/pull/216
* subdividePolyline function added by Fedr in https://github.com/MeshInspector/MeshLib/pull/217
* Add segment by FBS and python bindings by Grantim in https://github.com/MeshInspector/MeshLib/pull/218
* Add get all mesh curvature to python by Grantim in https://github.com/MeshInspector/MeshLib/pull/219
* Max angle change limit in Delone optimization by Fedr in https://github.com/MeshInspector/MeshLib/pull/220
* Compute angle between two vectors via atan2 by Fedr in https://github.com/MeshInspector/MeshLib/pull/221
* Curvature-based mesh subdivision by Fedr in https://github.com/MeshInspector/MeshLib/pull/223
* Add MRViewer to MeshLib by Grantim in https://github.com/MeshInspector/MeshLib/pull/222
* Update color theme and some icons by Grantim in https://github.com/MeshInspector/MeshLib/pull/224
* show error modal on save failure by Grantim in https://github.com/MeshInspector/MeshLib/pull/225
* clearObjectMeshWithHistory by Fedr in https://github.com/MeshInspector/MeshLib/pull/226
* force redraw when progressbar finished by Grantim in https://github.com/MeshInspector/MeshLib/pull/227
* Update documentation by Grantim in https://github.com/MeshInspector/MeshLib/pull/229
* Ubuntu22 distro by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/228
* Add change polyline action by Grantim in https://github.com/MeshInspector/MeshLib/pull/230
* New mechanism of shifting plugin dialog down due to ribbon by Grantim in https://github.com/MeshInspector/MeshLib/pull/231
* Add helper for non animated modals by Grantim in https://github.com/MeshInspector/MeshLib/pull/232
* reworked drawing basis axes labels by ABSitf in https://github.com/MeshInspector/MeshLib/pull/233
* Fix add polyline non packed part by Grantim in https://github.com/MeshInspector/MeshLib/pull/234
* Remove deprecated methods from Mesh, MeshTopology and Polyline by Fedr in https://github.com/MeshInspector/MeshLib/pull/235
* Progress callback in subdivide by Fedr in https://github.com/MeshInspector/MeshLib/pull/236
* ObjectMesh::updateMesh replaced ObjectMesh::swapMesh for more conveni… by Fedr in https://github.com/MeshInspector/MeshLib/pull/237
* Support touch events in wasm by Grantim in https://github.com/MeshInspector/MeshLib/pull/238
* ObjectTransformWidget width and radius as parameter by Grantim in https://github.com/MeshInspector/MeshLib/pull/240
* Support more dicom cases by Grantim in https://github.com/MeshInspector/MeshLib/pull/241
* Update axes labels color on theme change by Grantim in https://github.com/MeshInspector/MeshLib/pull/243
* 668 Make Delone progress bar by astrowander in https://github.com/MeshInspector/MeshLib/pull/242
* Add scale alpha function by astrowander in https://github.com/MeshInspector/MeshLib/pull/239
* useCurvature option in popyline subdivide by Fedr in https://github.com/MeshInspector/MeshLib/pull/244
New Contributors
* adalisk-emikhaylov made their first contribution in https://github.com/MeshInspector/MeshLib/pull/196
* astrowander made their first contribution in https://github.com/MeshInspector/MeshLib/pull/242
**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.13.24...v0.0.14.81