From a24fd099c0c4c5ae1416136ac4173f5d3050dec5 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Thu, 5 Nov 2020 09:25:46 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edb1eca3..618ca5c5 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ There is a separate [Documentation repository](https://github.com/oqtane/oqtane. # Roadmap This project is a work in progress and the schedule for implementing enhancements is dependent upon the availability of community members who are willing/able to assist. -V.2.0.0 ( estimated release date Nov 10, 2020 ) +V.2.0.0 ( estimated release date Nov 11, 2020 ) - [x] Migration to .NET 5 - [x] Static Localization ( ie. labels, help text, etc.. ) From 824df0e84958a89103d335178abde644f054e8b2 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Thu, 5 Nov 2020 10:27:20 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 618ca5c5..162ee994 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ V.1.x - Initial version released in conjunction with .NET Core 3.2 ( May 2020 ) - [x] Dynamic Routing - [x] Extensibility via Custom Modules - [x] Extensibility via Custom Themes -- [x] Event Logging +- [x] Event Logging / Audit Trail - [x] Folder / File Management - [x] Recycle Bin - [x] Scheduled Jobs ( Background Processing ) @@ -71,7 +71,7 @@ V.1.x - Initial version released in conjunction with .NET Core 3.2 ( May 2020 ) - [x] Seamless Upgrade Experience - [x] Progressive Web Application Support - [x] JavaScript Lazy Loading -- [x] CSS Dynamic/Lazy Loading +- [x] Dynamic CSS/Lazy Loading Future Consideration - [ ] Admin UI markup optimization ( ie. replace tables with divs in forms )