Skip to content

Commit

Permalink
Bump Version 1.6.12 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
SonarSonic committed Jan 15, 2024
1 parent e25ac93 commit 1cb0db9
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.12-beta](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.12-beta-free)
- Fixed: OpenCL Integration on MacOS and other configurations where OpenCL 2.0 is unavailable.

### [v1.6.11-beta](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.11-beta-free)
- Added: "Advanced Settings" to preferences, allowing you to specify which OpenCL device to use for acceleration, use with default settings unless you have issues.
- Improved: Colour Accuracy and Line Quality of Colour Match when using Sketch PFMs
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.11
app_version=1.6.12
app_state=beta

javaFX_version=17.0.7
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 @@ -15,7 +15,7 @@ public class SoftwareDBV3Free extends AbstractSoftware {

public static final String displayName = "DrawingBotV3 Free";
public static final String shortName = "DBV3";
public static final String rawVersion = "1.6.11";
public static final String rawVersion = "1.6.12";
public static final String releaseType = "Beta";
public static final String displayVersion = rawVersion + " " + releaseType;

Expand Down

0 comments on commit 1cb0db9

Please sign in to comment.