From 5c6cb14a2f3d89466002b1de343b18437c39bb5a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 15 Dec 2021 20:19:14 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 15 +++------------ ayanova/src/api/ayanova-version.js | 2 +- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index aaecb46d..4464d1ce 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -248,7 +248,8 @@ TODO: 1 BETA DOCS: - 1 todo: signature image control in main wo form now has border and gray color, stands out, looks weird, sb hidden maybe if no sig or...? - +- 1 todo: Unlicensed doesn't allow any troubleshooting info, make sure that the user can still get to ops when unlicensed and view server configuration or whatever + is required to troubleshoot failed install - 1 bugbug?:open vendor, print report, go back it shows as savable all of a sudden despite no changes made in UI, also does not give dirty save prompt when leave it even though save icon is showing enabled bold - 1 fixed?? changed to attachment files path : for some reason user files path is blank in server settings under ops in ayanova app on linux desktop when using the single data path folder, check in windows - 1 todo: First print if it's downloading or will need to download chromium it should state there will be a delay while it attempts to download and install chromium render engine @@ -761,19 +762,9 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo https://www.ayanova.com/Downloads/v8/ayanova-windows-x64-single-setup.exe https://www.ayanova.com/Downloads/v8/V8Migrate.exe -## NOTE: this one time only due to an internal installer appid renaming you will need to first uninstall the v8migrate plugin from the control panel / apps -installed previously if present after which that won't change and you can just run install from now on overtop of older v8migrate plugin installations -like with all other v7 installers (I was accidentally using the quicknotify installer appid code) +BUILD 8.0.0-beta.0.4 CHANGES OF NOTE -BUILD 8.0.0-beta.0.3 CHANGES OF NOTE - -- switched to alt beta versioning numbers for our internal testing, once public will release first as 8.0.0-beta.1 -- More updates to install docs -- Backup now detects if on windows OS and surrounds paths with " marks -- Windows "single" install now does not allow changing directory for install, also fixed default config.json with invalid path -- Windows 'lan' install removed backup pgdump path from config.json as it will be in the os path already (due to standalone pg install requirement) -- Updated all front end dependencies and had to fix an issue with signatures being out of whack and not working as a result of a change diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index e3acaa7b..e290900c 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.0.3", + version: "8.0.0-beta.0.4", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." };