diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index a1ece997..ebec8a14 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,5 @@
+v1.0.389
+- Add pseudo filename entry for surfacing wizard jobs (cosmetic) #383
v1.0.387/388
- Improved Feature request #375 handling of localstorage
v1.0.386
diff --git a/app/wizards/surfacing/surfacing.js b/app/wizards/surfacing/surfacing.js
index f628ed88..60ead24d 100644
--- a/app/wizards/surfacing/surfacing.js
+++ b/app/wizards/surfacing/surfacing.js
@@ -327,5 +327,6 @@ G1 F` +
editor.session.setValue(gcode);
parseGcodeInWebWorker(gcode);
+ loadedFileName = "Surfacing/Flattening Wizard Job"
printLog("[ Surfacing / Flattening Wizard ] GCODE Loaded");
-}
\ No newline at end of file
+}
diff --git a/package.json b/package.json
index 86a6e425..a652034e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "OpenBuildsCONTROL",
- "version": "1.0.388",
+ "version": "1.0.389",
"license": "AGPL-3.0",
"description": "OpenBuildsCONTROL CNC Machine Host Software",
"author": "github.com/openbuilds ",