Skip to content

Commit 0b33a83

Browse files
committed
Release: v1.6.21-stable
1 parent 1e0361f commit 0b33a83

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### [v1.6.21-stable](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.21-stable-free)
2+
- Added: Windows Code Signing, removes Unknown Publisher warnings
3+
- Fixed: Batch Processing not starting, 'sourceImage' is null
4+
- Fixed: SVG Converter not filling some shapes, where negative scaling is applied
5+
16
### [v1.6.20-stable](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.20-stable-free)
27
- Added: 'Directional Dashes' preset to Streamlines Edge Field
38
- Added: 'Sketchy Freehand', 'ECS Curves', 'Digital Layers', 'Messy Curves' presets to Layers PFM

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.20
3+
app_version=1.6.21
44
app_state=stable
55

66
javaFX_version=17.0.13

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.20";
26+
public static final String rawVersion = "1.6.21";
2727
public static final String releaseType = "Stable";
2828
public static final String displayVersion = rawVersion + " " + releaseType;
2929

0 commit comments

Comments
 (0)