Skip to content

Commit

Permalink
Release: v1.6.18-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
SonarSonic committed Jul 11, 2024
1 parent 28d047f commit cf4bb4c
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.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
- Fixed: Duplicate vertices appearing when editing mask
- Fixed: Colour Match OpenCL acceleration on Windows machines with integrated graphics
- Changed: Build names will now include the target architecture e.g. "aarch64", "x86-64" etc.
- Changed: Removed old Aparapi dependency from the free version.

### [v1.6.17-stable](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.17-stable-free)
- Added: File / Open Recent Menu, which shows the 15 most recently opened/saved projects
- Added: Save project alert when closing the application or an individual project
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.17
app_version=1.6.18
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.17";
public static final String rawVersion = "1.6.18";
public static final String releaseType = "Stable";
public static final String displayVersion = rawVersion + " " + releaseType;

Expand Down

0 comments on commit cf4bb4c

Please sign in to comment.