Skip to content

Commit

Permalink
Release: v1.6.20-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
SonarSonic committed Oct 22, 2024
1 parent 1f64e8a commit 671a40e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### [v1.6.20-stable](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.20-stable-free)
- Added: 'Directional Dashes' preset to Streamlines Edge Field
- Added: 'Sketchy Freehand', 'ECS Curves', 'Digital Layers', 'Messy Curves' presets to Layers PFM
- Fixed: Export per/pen in Batch Processing not producing an output
- Fixed: Mosaic PFMs & Layers PFM not responding to stop requests
- Fixed: Gigantic project files with versions data prior to v1.6.17 will now have unnecessary data removed when re-opened + re-saved
- Fixed: Selecting different PFMs in Mosaic PFMs will now respond to changes and keep the correct PFMs name
- Fixed: Reloading SVG projects would overwrite previously saved settings
- Fixed: Rescaling SVG masks would result in inconsistent scaling once the mask was moved
- Fixed: Zoom behaviour while hovering the mouse over a mask.
- Fixed: Pen selection check boxes not updating after the drawing set is changed
- Improved: Initial directory location when re-locating missing source images, use either the images original location, the projects location or last import directory
- Improved: Added 'Reloading Drawing: Complete' message when reloading projects, to indicate the process is complete

### [v1.6.19-stable](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.19-stable-free)
- Fixed: Canvas positioning after pressing reset on macOS

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.19
app_version=1.6.20
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.19";
public static final String rawVersion = "1.6.20";
public static final String releaseType = "Stable";
public static final String displayVersion = rawVersion + " " + releaseType;

Expand Down

0 comments on commit 671a40e

Please sign in to comment.