diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 3dca3e32..701be499 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -831,15 +831,5 @@ https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe https://www.ayanova.com/download/v8-migrate.exe Current v8 docs home: https://www.ayanova.com/docs/ -BUILD 8.0.0-beta.1-rc2 CHANGES OF NOTE - -- did a walk-through and improved the desktop linux installation guide -- Improved the "next steps" section of the install guides for each platform in the docs -- license docs page improvements and clarifications (case 4119) -- Improved seeder work order generation to be more natural with older wo having smaller numbers and most recent having largest numbers -- About page changed "Copy support information" menu item text to "Copy to clipboard" -- ops server information page added "Copy support information" menu option which now copies **all** support information including - all client info as seen in help-about page and it's log - alld server info as seen in ops server info page as well as all server logs, not just the current one - +BUILD 8.0.0-beta.1-rc3 CHANGES OF NOTE diff --git a/ayanova/package-lock.json b/ayanova/package-lock.json index b9700bf1..e1d58b76 100644 --- a/ayanova/package-lock.json +++ b/ayanova/package-lock.json @@ -1,12 +1,12 @@ { "name": "ayanova", - "version": "8.0.0-beta.1-rc2", + "version": "8.0.0-beta.1-rc3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ayanova", - "version": "8.0.0-beta.1-rc2", + "version": "8.0.0-beta.1-rc3", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.3.0", "@fortawesome/free-regular-svg-icons": "^5.15.4", diff --git a/ayanova/package.json b/ayanova/package.json index da07d0c8..9922fd9c 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -1,6 +1,6 @@ { "name": "ayanova", - "version": "8.0.0-beta.1-rc2", + "version": "8.0.0-beta.1-rc3", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index f9912183..c92d05d4 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-beta.1-rc2", + version: "8.0.0-beta.1-rc3", copyright: "© 1999-2022, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 9c912a90..395d6347 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -66,7 +66,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = false; +const DEV_MODE = true; //************************************************************ //************************************************************** //**************************************************************