diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8230821..ebc7906 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -v1.0.371: (Unreleased): Disable CSC signing as a test, Updated Build environment, Switched to new Notarizing workflow for MacOS, Merged fixes for #323 Macro Sorting issue, #345 Update Grbl Settings for if settings are changed from macro/terminal/etc and #332 Center Probing Offset calculation bug, Added Reset prompt to end of Calibration routine (#344) +v1.0.371: (Unreleased): Disable CSC signing as a test, Updated Build environment, Switched to new Notarizing workflow for MacOS, Merged fixes for #323 Macro Sorting issue, #345 Update Grbl Settings for if settings are changed from macro/terminal/etc and #332 Center Probing Offset calculation bug, Added Reset prompt to end of Calibration routine (#344), Fixed #343 SiLabs USB descriptor, Removed BlackBox X32 advertisement v1.0.370: Fixed typo in an error message, Updated SSL Certificates v1.0.369: Fixed bug in firmware flashing tool v1.0.368: Updated grblHAL firmware images to 20230501, updated grblHAL Settings templates, added 3-Axes with Door firmware, Fixed bug in Firmware flashing tool for Interface > Firmware Version when offline, Updated included Interface firmware version diff --git a/app/css/splash.css b/app/css/splash.css deleted file mode 100644 index 11d95f1..0000000 --- a/app/css/splash.css +++ /dev/null @@ -1,23 +0,0 @@ -.waviy { - position: relative; - -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .2)); - font-size: 60px; -} - -.waviy span { - position: relative; - display: inline-block; - text-transform: uppercase; - animation: waviy 1s infinite; - animation-delay: calc(.1s * var(--i)); -} - -@keyframes waviy { - 0%, 40%, 100% { - transform: translateY(0) - } - - 20% { - transform: translateY(-20px) - } -} \ No newline at end of file diff --git a/app/img/splash.png b/app/img/splash.png new file mode 100644 index 0000000..bf33f3f Binary files /dev/null and b/app/img/splash.png differ diff --git a/app/index.html b/app/index.html index c1f2828..c1cfe72 100644 --- a/app/index.html +++ b/app/index.html @@ -11,7 +11,6 @@ - @@ -19,25 +18,12 @@ -
+
diff --git a/index.js b/index.js index 3632e1d..a0a0cb0 100644 --- a/index.js +++ b/index.js @@ -829,13 +829,6 @@ io.on("connection", function(socket) { shell.openExternal('https://openbuilds.com/threads/openbuilds-control-software.13121/') }); - socket.on("adX32", function(data) { - const { - shell - } = require('electron') - shell.openExternal('https://openbuildspartstore.com/BlackBox-Motion-Control-System-X32') - }); - socket.on("gpuinfo", function(data) { // GPU var gpuInfoWindow = new BrowserWindow({ diff --git a/app/img/x32splash.png b/splash.png similarity index 100% rename from app/img/x32splash.png rename to splash.png