From a75af9ebca92e07c2c377b2468c561fc30441f63 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 27 Aug 2021 22:08:24 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 24 +----------------------- ayanova/src/api/ayanova-version.js | 2 +- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5587201d..29fd15ec 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -834,28 +834,6 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo -BUILD 127 CHANGES OF NOTE - -- Added more code to avoid conflict during erasedatabase and pm generation job in action - -- Server dependencies updated (last .net core 5.x update before jump to .net core 6.x which is close to release) - Export library for exporting to json/csv - Puppeteer for reporting (will be slow on first report load as it will download the latest chromium browser automatically) - MailKit for notification emails - JSON web token for authentication - AspNetCore - web server and services that run all of raven server - EntityFrameWorkCore - All database access from server - NLog - logging for server - NGPSQL - Postgres sql driver for EF Core - Swashbuckle - API docs generator for api explorer - -- Client (front end browser app) dependencies updated - Vue.js - front end framework (large performance improvements and less memory usage are the major changes listed) - Vuetify - front end UI library (many little bug fixes all over, hopefully not breaking anything, be on the lookout for weird UI stuff) - FontAwesome - all fonts and icons - dompurify - protects user from malicious code in markdown rendering (WIKI) - luxon - date time library used everywhere there is any date / time related code - + 5 more that are more development related than release visible stuff - +BUILD 128 CHANGES OF NOTE diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index dc52c87c..8c415fe1 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-alpha.127", + version: "8.0.0-alpha.128", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." };