Skip to content

Commit

Permalink
Release: v1.6.19-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
SonarSonic committed Jul 14, 2024
1 parent c04ffa5 commit 0cf13c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/drawingbot/SoftwareDBV3Free.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0cf13c6

Please sign in to comment.