Skip to content

Commit 0e7c900

Browse files
committed
Release: v1.6.25-stable
1 parent b63db39 commit 0e7c900

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#app version
22
app_name=DrawingBotV3-Free
3-
app_version=1.6.24
3+
app_version=1.6.25
44
app_state=stable
55

66
javaFX_version=17.0.15

src/main/java/drawingbot/SoftwareDBV3Free.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)