Skip to content

Commit

Permalink
Bump Version 1.6.8 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
SonarSonic committed Oct 13, 2023
1 parent f4e0442 commit f49bf9b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### [v1.6.8-beta](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.8-beta-free)
- Improved: Initial start speed of LBG PFMs
- Improved: MacOS - OpenGL Renderer Quality/Speed Improvements
- Improved: HPGL / GCode Export error reporting
- Fixed: PFMs Failing to run in some situations with "could not initialize class" errors
- Fixed: MacOS OpenGL Renderer not initializing on some operating systems.
- Fixed: OpenGL Renderer failing to initialize in Full Screen
- Fixed: Import/Export Dialogs not appearing when the previous location is unavailable.
- Fixed: HPGL / GCode Export failing to start in some situations on MacOS

### [v1.6.7-beta](https://github.com/SonarSonic/DrawingBotV3/releases/tag/v1.6.7-beta-free)
- Added: **Group** option for Masks, right-click a mask in the table with multiple selected to create a new grouped mask.
- Added: **Link Square Paths** & **Link Circle Paths** to Pen Calibration PFM, reducing pen lifts when running tests.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#app version
app_name=DrawingBotV3-Free
app_version=1.6.7
app_version=1.6.8
app_state=beta

javaFX_version=17.0.7

#tests
junit_version=5.10.0
junit_version=4.13

#dependency versions
jetbrains_version=20.1.0
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 @@ -14,7 +14,7 @@ public class SoftwareDBV3Free extends AbstractSoftware {
public static final SoftwareDBV3Free INSTANCE = new SoftwareDBV3Free();

public static final String displayName = "DrawingBotV3 Free";
public static final String rawVersion = "1.6.7";
public static final String rawVersion = "1.6.8";
public static final String releaseType = "Beta";
public static final String displayVersion = rawVersion + " " + releaseType;

Expand Down

0 comments on commit f49bf9b

Please sign in to comment.