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.31.33/MeshLibDist_v0.0.31.33.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.31.33/meshlib_v0.0.31.33_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.31.33/meshlib_v0.0.31.33_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.31.33/meshlib_v0.0.31.33-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
* fix doule-click blocking in Palette by astrowander in https://github.com/MeshInspector/MeshLib/pull/664
* Center scene checkboxes by Grantim in https://github.com/MeshInspector/MeshLib/pull/666
* reducePath: early removal of returns in the path by Fedr in https://github.com/MeshInspector/MeshLib/pull/670
* fix disappearing section line by astrowander in https://github.com/MeshInspector/MeshLib/pull/673
* Treat mesh components during mesh nesting check correctly by oitel in https://github.com/MeshInspector/MeshLib/pull/672
* Get rotation pivot by Grantim in https://github.com/MeshInspector/MeshLib/pull/675
* detach line from parent on mouse down event by astrowander in https://github.com/MeshInspector/MeshLib/pull/676
* Exclude/replace nested meshes during batch mesh uniting by oitel in https://github.com/MeshInspector/MeshLib/pull/674
* MeshDecimate: skip normal check only for degenerate triangles by Fedr in https://github.com/MeshInspector/MeshLib/pull/679
* use centered text box in scene info window by astrowander in https://github.com/MeshInspector/MeshLib/pull/678
* add title and tooltip to read-only text box by astrowander in https://github.com/MeshInspector/MeshLib/pull/680
* refactor InputTextCenteredReadOnly by astrowander in https://github.com/MeshInspector/MeshLib/pull/681
* shortestPathInQuadrangle function and isUnfoldQuadrangleConvex implemented using it by Fedr in https://github.com/MeshInspector/MeshLib/pull/682
* update mouse events not to lose outside mouseup by Grantim in https://github.com/MeshInspector/MeshLib/pull/683
* Get rid of reusable workflows tags by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/685
* Change grid action by astrowander in https://github.com/MeshInspector/MeshLib/pull/684
* align Scene Info fields by astrowander in https://github.com/MeshInspector/MeshLib/pull/687
**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.30.34...v0.0.31.33