diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6963517b..30cce4b6 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -10,20 +10,6 @@ -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -@@@@@@@@@@@@@@@ ROADMAP STAGE 6 - BETA "MAKE IT HAPPEN" All in on porting over all the real objects from v7 -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ - -# OUTSTANDING #B4BETA - -more cases -"There is no beta release, only mirage on horizon" - v. putin - -Add ability to set *all* sample data to same email address -Add ability to set a appended unique password to all sample logins -document that shit - - # OUTSTANDING BEFORE RELEASE todo: test with licensed key to ensure evaluate is gone and everything works logging in as each user to regular home page @@ -800,9 +786,10 @@ https://www.ayanova.com/download/ayanova-linux-x64-server.zip https://www.ayanova.com/download/ayanova-windows-x64-lan-setup.exe Current v8 docs home: https://www.ayanova.com/docs/ -BUILD 8.0.0-beta.1-rc5 CHANGES OF NOTE +BUILD 8.0.0-beta.1 CHANGES OF NOTE - case 4143 changed the login process to always pre-fill in the login and password of the superuser any time the super user is found to be set to the stock default credentials (superuser, l3tm3in) - case 4142 fixed - case 4146 by design but updated docs to properly explain it clearly -- case 4147 changed so any erase db will re-import any missing stock report templates (by name) \ No newline at end of file +- case 4147 changed so any erase db will re-import any missing stock report templates (by name) +- added option on evaluation dialog to set all generated object's email addresses to the value set here and documented \ No newline at end of file diff --git a/ayanova/package-lock.json b/ayanova/package-lock.json index 0f7a4e69..3f431817 100644 --- a/ayanova/package-lock.json +++ b/ayanova/package-lock.json @@ -1,12 +1,12 @@ { "name": "ayanova", - "version": "8.0.0-beta.1-rc5", + "version": "8.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ayanova", - "version": "8.0.0-beta.1-rc5", + "version": "8.0.0-beta.1", "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 048c0a64..df0680dc 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -1,6 +1,6 @@ { "name": "ayanova", - "version": "8.0.0-beta.1-rc5", + "version": "8.0.0-beta.1", "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 9de70938..2fbb0bbc 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-rc5", + version: "8.0.0-beta.1", copyright: "© 1999-2022, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 6474fc49..258ec7d1 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -65,7 +65,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = true; +const DEV_MODE = false; //************************************************************ //************************************************************** //**************************************************************