Release notes for 0.3.0
New
- Web app is now independent from api service
- Web app is now hosted on Netlify
- Csrf is not obtained via endpoint
- New login screen
- New you are already logged in screen
- Users can now change passwords
- Add navigation guards for anonymous users
Updated
- Dates are now in unix format in the background
- Api middleware now uses async functions
- Improved usability of detailed views for candidates and sent files
- Messages are now displayed with timeline component
- Improved handling of network errors
- Migrated to vue cli 3
- Cards are now well rounded
- Workspace selection screen usability is improved
Bug-fixes