diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 697dd40e..2e3721bd 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -180,7 +180,7 @@ Coded by importance TODO: 1 DOCS MUST BE VERSIONED - put the release version into the index page of docs prominently e.g. "Version 8.0.0-beta.0.8" + put the release version into the index page of docs prominently e.g. "Version 8.0.0-beta.0.9" This is because when code changes docs often will change and they must be matched so this is a way to check that TODO: Hardware requirements should be 2gb minimum due to printing, 1gb would work if not printing a large load @@ -856,7 +856,7 @@ MUSIC TO ADD TO COLLECTION "EVERYTHINGS FINE!!!!!!!!" song bleeding etc BOC - cities on flame MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bossa-novaville-mw0000024024 - +redbone come and get your love @@ -866,37 +866,9 @@ 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.0.8 CHANGES OF NOTE - - -- Removed maximum limit for AYANOVA_REPORT_RENDERING_TIMEOUT setting (was 15 minutes), kept minimum 1 minute and kept 5 minute default but maybe will up that not sure, updated docs -- Report rendering speed up optimization, found a way to that prevent a re-render in the browser that was happening due to style change - previously it appeared that the only option was adding style *after* generated html content but found a way that works to insert it *with* the html content so it prevents a render cycle -- Added new caching and cancellation code to *all* reportable objects was just wo,quote,pm before - There is a (very low) chance that some viz fields might show the wrong data, I don't think there is any but wanted you to be aware in case you see something odd, let me know -- removed un-implemented "report" menu item from admin->attachments data table form -- case 4038 -- case 4039 see notes -- case 4040 see notes -- case 4041 both fixed and no fault found (two cases in one) see notes -- case 4042 see notes / by design -- case 4044 fixed -- case 4045 fixed -- case 4046 fixed -- case 4047 fixed -- case 4048 see notes -- case 4049 fixed -- case 4050 see notes -- case 4051 implemented -- case 4052 fixed -- case 4054 fixed -- case 4055 not reproduceable see notes -- case 4056 implemented -- case 4058 implemented see notes for other ones too -- case 4059 fixed -- case 4060 see notes -- case 4061 fixed +BUILD 8.0.0-beta.0.9 CHANGES OF NOTE +- diff --git a/ayanova/package-lock.json b/ayanova/package-lock.json index b4a43a4a..779cd9f9 100644 --- a/ayanova/package-lock.json +++ b/ayanova/package-lock.json @@ -1,6 +1,6 @@ { "name": "ayanova", - "version": "8.0.0-beta.0.8", + "version": "8.0.0-beta.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/ayanova/package.json b/ayanova/package.json index 74d1692d..7a788e4d 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -1,6 +1,6 @@ { "name": "ayanova", - "version": "8.0.0-beta.0.8", + "version": "8.0.0-beta.0.9", "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 7e4edaa1..032de14c 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.8", + version: "8.0.0-beta.0.9", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." };