Beta .1 release

This commit is contained in:
2022-03-16 00:15:34 +00:00
parent b59ca7a1fb
commit 5700a07efb
5 changed files with 8 additions and 21 deletions

View File

@@ -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 # 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 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 https://www.ayanova.com/download/ayanova-windows-x64-lan-setup.exe
Current v8 docs home: https://www.ayanova.com/docs/ 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 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 4142 fixed
- case 4146 by design but updated docs to properly explain it clearly - 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) - 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

View File

@@ -1,12 +1,12 @@
{ {
"name": "ayanova", "name": "ayanova",
"version": "8.0.0-beta.1-rc5", "version": "8.0.0-beta.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ayanova", "name": "ayanova",
"version": "8.0.0-beta.1-rc5", "version": "8.0.0-beta.1",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0", "@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-regular-svg-icons": "^5.15.4", "@fortawesome/free-regular-svg-icons": "^5.15.4",

View File

@@ -1,6 +1,6 @@
{ {
"name": "ayanova", "name": "ayanova",
"version": "8.0.0-beta.1-rc5", "version": "8.0.0-beta.1",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

View File

@@ -1,4 +1,4 @@
export default { export default {
version: "8.0.0-beta.1-rc5", version: "8.0.0-beta.1",
copyright: "© 1999-2022, Ground Zero Tech-Works Inc." copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
}; };

View File

@@ -65,7 +65,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//DEVELOPMENT MODE //DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE //THIS SHOULD BE FALSE IN RELEASE
//************************************************************ //************************************************************
const DEV_MODE = true; const DEV_MODE = false;
//************************************************************ //************************************************************
//************************************************************** //**************************************************************
//************************************************************** //**************************************************************