Skip to content

Commit

Permalink
Release: v1.6.15-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
SonarSonic committed Apr 12, 2024
1 parent a42104f commit 6ae5c98
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [v1.6.15-stable](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.15-stable-free)
- Fixed: Preset creation/editing dialogs appearing blank on macOS
- Fixed: Prevent the Drawing Pen selection closing when a check-box is ticked.
- Fixed: Issues editing created presets on macOS
- Fixed: Loaded images, being prevented from being deleted in some situations.
- Fixed: Ruler overlays not matching the drawing when no image is loaded with original sizing enabled.
- Fixed: Files not saving in the correct location when exporting to a directory containing a "." on Linux.

### [v1.6.14-stable](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.14-stable-free)
- Added: 'Edge Trace' presets to Sketch PFMs, which utilise new 'Seed Type' setting, to create sketches which exaggerate edges and small details.
- Added: 'Seed Type' to Sketch PFMs, ability to seed lines from Luminance / Edges / Sobel data
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.14
app_version=1.6.15
app_state=stable

javaFX_version=17.0.10
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.14";
public static final String rawVersion = "1.6.15";
public static final String releaseType = "Stable";
public static final String displayVersion = rawVersion + " " + releaseType;

Expand Down

0 comments on commit 6ae5c98

Please sign in to comment.