This commit is contained in:
2022-02-22 20:47:16 +00:00
parent 358f21b8de
commit 904dc5259f
5 changed files with 6 additions and 16 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -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",

View File

@@ -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."
};

View File

@@ -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;
//************************************************************
//**************************************************************
//**************************************************************