Release Notes
- Play Notification Tone when a new Chat Message is received.
- Auto Scroll to Last Message when a new Chat Message is received.
- Registration Page for Unauthorized User (Currently only Admins can register new users)
- Realtime Notifications - Dashboard Updates Realtime
- Logout Users / Regenerate Token from Multiple Client Browsers when Permission Changes
- FIX: Token Issue Fixed from v1.0.1
- User Images in Chat Component
- Chat - Integrated with Identity to support Private Chats (Will require re-migrating the DB scehmas)
- Notifications System using SignalR
- Document Management
- Export to Excel
- Audit Trails
- FIX: Image Upload - Shift to File System from Encoded String. (REASON: Can be heavy on the db and bandwidth consumption, API responses may look huge and ugly.)
- FIX: Code Cleanup.
- FIX: Validations on User Registration - Show Snackbar on Exceptions / Validation Errors.
- FIX: Remove AutoMigrations - Causes SQL Exceptions at times.