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="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.23.0/MeshLibDist_v0.0.23.0.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/v0.0.23.0/meshlib_v0.0.23.0_ubuntu20-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/v0.0.23.0/meshlib_v0.0.23.0_ubuntu22-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="https://github.com/MeshInspector/MeshLib/releases/download/v0.0.23.0/meshlib_v0.0.23.0-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
* autoResizeSet(pos,len,val) in BitSets and Vector by Fedr in https://github.com/MeshInspector/MeshLib/pull/523
* Python: add not started tests by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/524
* decrease size of buttons by astrowander in https://github.com/MeshInspector/MeshLib/pull/525
* Remove outNewFaces argument in fillHole-like functions by Fedr in https://github.com/MeshInspector/MeshLib/pull/528
* fix palette scale by astrowander in https://github.com/MeshInspector/MeshLib/pull/530
* Pip: add win10 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/497
* fix normals of point clound after mirroring by astrowander in https://github.com/MeshInspector/MeshLib/pull/527
* hasAnyIsoline and hasAnyPlaneSection by Fedr in https://github.com/MeshInspector/MeshLib/pull/531
* added polyline (and some linked structs) in pyhton api by ABSitf in https://github.com/MeshInspector/MeshLib/pull/526
* set window constraints in palette by astrowander in https://github.com/MeshInspector/MeshLib/pull/532
* forbid double click in palette by astrowander in https://github.com/MeshInspector/MeshLib/pull/533
* Optimize UnionFind structure by Fedr in https://github.com/MeshInspector/MeshLib/pull/534
* Compare that two bit sets have the same set bits by Fedr in https://github.com/MeshInspector/MeshLib/pull/535
* get rid of left grip by astrowander in https://github.com/MeshInspector/MeshLib/pull/537
* Optimize executeTriangulateContourPlan by Fedr in https://github.com/MeshInspector/MeshLib/pull/536
* Remove default value in VisualObject::setFrontColor by Fedr in https://github.com/MeshInspector/MeshLib/pull/538
* Open RAW voxels improvements by Grantim in https://github.com/MeshInspector/MeshLib/pull/540
* Compute the number of new triangles to cover all holes before actual filling by Fedr in https://github.com/MeshInspector/MeshLib/pull/539
* Bind expected to python and docs update by Grantim in https://github.com/MeshInspector/MeshLib/pull/541
* Add options to disable some MRMesh features by oitel in https://github.com/MeshInspector/MeshLib/pull/529
* Fallback deserialization for ObjectLabel by oitel in https://github.com/MeshInspector/MeshLib/pull/543
* redesign Open Raw Voxels plugin by astrowander in https://github.com/MeshInspector/MeshLib/pull/542
* findCollidingEdgeTrisPrecise: improve parallelism by Fedr in https://github.com/MeshInspector/MeshLib/pull/544
* Decrease combo in raw voxels by astrowander in https://github.com/MeshInspector/MeshLib/pull/545
* Revert "get rid of left grip (537)" by astrowander in https://github.com/MeshInspector/MeshLib/pull/546
* Remove timers from the functions that are called too frequently (from Boolean) by Fedr in https://github.com/MeshInspector/MeshLib/pull/548
* py test: simplify win env creation by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/547
* Add nightly tests, step 1 by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/521
* Use both github and self-hosted win runners by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/502
**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.21.65...v0.0.23.0