Skip to content

v3.14.4

Compare
Choose a tag to compare
@sn4k3 sn4k3 released this 21 Jun 22:26
· 61 commits to master since this release
  • (Add) File - Rename: Allow to rename the current file with a new name (Ctrl + F2)
  • (Improvement) Settings - Issues: Removed the "Compute issues on load" in favor of a new setting which allow to have three types (No not compute issues, Compute time inexpensive issues, Compute the enabled issues). The default option remain unchanged (The second option), if you had the old setting enabled you need to select the last option.
  • (Improvement) Tool - Edit print parameters: It now apply settings without close the window, allowing user to do continuous work. After all editing is done the user must manually close the window (#731)
  • (Improvement) Resin traps and suction cups: Optimization of contour grouping will now make the detection faster if it contains a large number of contours
  • (Change) Lower the default setting for binary threshold for resin traps, from 127 to 100
  • (Fix) macOS: Unable to have settings on Monterey or above due the settings folder no longer exists on recent systems. (#728)
    Your current settings will not be automatically transferred to the new location, to do such please copy them over or use the following command before upgrade: mv "$HOME/.local/share/UVtools" "$HOME/Library/Application Support"
    If you already ran UVtools and would like to transfer old settings, use: cp -Rf "$HOME/.local/share/UVtools/" "$HOME/Library/Application Support/UVtools/"
  • (Upgrade) .NET from 6.0.16 to 6.0.18