From 0cf13c65f77d256c2ba9452c1a6dc4166fd2c2c7 Mon Sep 17 00:00:00 2001 From: SonarSonic Date: Sun, 14 Jul 2024 19:11:24 +0100 Subject: [PATCH] Release: v1.6.19-stable --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- src/main/java/drawingbot/SoftwareDBV3Free.java | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f07399b..85487011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### [v1.6.19-stable](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.19-stable-free) +- Fixed: Canvas positioning after pressing reset on macOS + ### [v1.6.18-stable](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.18-stable-free) - Added: macOS .pkg files are now available natively for Apple Silicon, download the correct .pkg for your system for the best performance! - Fixed: Mask creation when using the 'draw' tool diff --git a/gradle.properties b/gradle.properties index 873268bf..ba11e6f3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ #app version app_name=DrawingBotV3-Free -app_version=1.6.18 +app_version=1.6.19 app_state=stable javaFX_version=17.0.11 diff --git a/src/main/java/drawingbot/SoftwareDBV3Free.java b/src/main/java/drawingbot/SoftwareDBV3Free.java index 2f501aeb..49fe2009 100644 --- a/src/main/java/drawingbot/SoftwareDBV3Free.java +++ b/src/main/java/drawingbot/SoftwareDBV3Free.java @@ -23,7 +23,7 @@ public class SoftwareDBV3Free implements ISoftware { public static final String displayName = "DrawingBotV3 Free"; public static final String shortName = "DBV3"; - public static final String rawVersion = "1.6.18"; + public static final String rawVersion = "1.6.19"; public static final String releaseType = "Stable"; public static final String displayVersion = rawVersion + " " + releaseType;