Skip to content

Commit

Permalink
v1.0.310
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Dec 27, 2021
1 parent 79c0a05 commit a85a17d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.0.310: Updated startup message, Updated SSL certificates
v1.0.309: Fixed WCS report injection bug
v1.0.308: WCS Display
v1.0.307: Updated included firmware.bin for Interface update wizard
Expand Down
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2764,7 +2764,8 @@ if (isElectron()) {
appIcon.displayBalloon({
icon: nativeImage.createFromPath(iconPath),
title: "OpenBuilds CONTROL Started",
content: "OpenBuilds CONTROL has started successfully: Active on " + ip.address() + ":" + config.webPort
// content: "OpenBuilds CONTROL has started successfully: Active on " + ip.address() + ":" + config.webPort
content: "OpenBuilds CONTROL has started successfully"
})
}
} else {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OpenBuildsCONTROL",
"version": "1.0.309",
"version": "1.0.310",
"license": "AGPL-3.0",
"description": "OpenBuildsCONTROL CNC Machine Interface Software",
"author": "github.com/openbuilds <support@openbuilds.com>",
Expand Down

0 comments on commit a85a17d

Please sign in to comment.