This commit is contained in:
@@ -183,7 +183,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.6"
|
||||
put the release version into the index page of docs prominently e.g. "Version 8.0.0-beta.0.7"
|
||||
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
|
||||
@@ -848,7 +848,7 @@ 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.6 CHANGES OF NOTE
|
||||
BUILD 8.0.0-beta.0.7 CHANGES OF NOTE
|
||||
|
||||
- fixed bug in history that would bomb if a taskgroup name needed to be displayed
|
||||
- many minor changes to support e2e testing
|
||||
|
||||
2
ayanova/package-lock.json
generated
2
ayanova/package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ayanova",
|
||||
"version": "8.0.0-beta.0.6",
|
||||
"version": "8.0.0-beta.0.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ayanova",
|
||||
"version": "8.0.0-beta.0.6",
|
||||
"version": "8.0.0-beta.0.7",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
version: "8.0.0-beta.0.6",
|
||||
version: "8.0.0-beta.0.7",
|
||||
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user