This commit is contained in:
@@ -831,15 +831,5 @@ https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe
|
|||||||
https://www.ayanova.com/download/v8-migrate.exe
|
https://www.ayanova.com/download/v8-migrate.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-rc2 CHANGES OF NOTE
|
BUILD 8.0.0-beta.1-rc3 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
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
4
ayanova/package-lock.json
generated
4
ayanova/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "ayanova",
|
"name": "ayanova",
|
||||||
"version": "8.0.0-beta.1-rc2",
|
"version": "8.0.0-beta.1-rc3",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ayanova",
|
"name": "ayanova",
|
||||||
"version": "8.0.0-beta.1-rc2",
|
"version": "8.0.0-beta.1-rc3",
|
||||||
"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",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ayanova",
|
"name": "ayanova",
|
||||||
"version": "8.0.0-beta.1-rc2",
|
"version": "8.0.0-beta.1-rc3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.0-beta.1-rc2",
|
version: "8.0.0-beta.1-rc3",
|
||||||
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
|
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -66,7 +66,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 = false;
|
const DEV_MODE = true;
|
||||||
//************************************************************
|
//************************************************************
|
||||||
//**************************************************************
|
//**************************************************************
|
||||||
//**************************************************************
|
//**************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user