This commit is contained in:
2021-08-27 22:08:24 +00:00
parent 56e9285212
commit a75af9ebca
2 changed files with 2 additions and 24 deletions

View File

@@ -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

View File

@@ -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."
};