File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ### [ v1.6.25-stable] ( https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.25-stable-free )
2+ - Improved: Quality and Accuracy of Voronoi Triangulation + Voronoi Tree
3+ - Fixed: Default Presets not being saved when restarting the application
4+ - Fixed: Path Optimization not optimizing paths with multiple sub paths when exporting
5+ - Fixed: TopologyException preventing Voronoi Diagrams from completing
6+
17### [ v1.6.24-stable] ( https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.24-stable-free )
28- Fixed: Application crashing when running Color Match with OpenCL Acceleration enabled.
39
Original file line number Diff line number Diff line change 11# app version
22app_name =DrawingBotV3-Free
3- app_version =1.6.24
3+ app_version =1.6.25
44app_state =stable
55
66javaFX_version =17.0.15
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class SoftwareDBV3Free implements ISoftware {
2323
2424 public static final String displayName = "DrawingBotV3 Free" ;
2525 public static final String shortName = "DBV3" ;
26- public static final String rawVersion = "1.6.24 " ;
26+ public static final String rawVersion = "1.6.25 " ;
2727 public static final String releaseType = "Stable" ;
2828 public static final String displayVersion = rawVersion + " " + releaseType ;
2929
You can’t perform that action at this time.
0 commit comments