- All changes to this project will be recorded in this document
- Testing - testing is done with
spectron
usingmocha
as a test runner andchai
&chai-as-promised
assertion libraries - Notes component, user can add custom notes to each question
electron-updater
to perform automatic updates onWindows
, (MacOS
requires code signature)app.requestSingleInstanceLock
to prevent running more than one instance of application- LoadingMain component with title and spinner
- Exam folder optimized with
shouldComponentUpdate
andReact.memo
- Confirm styles
- Removed AddRemoteExam component
- AddRemoteExam component set endpoints to production api
- Question component lifecycle pauses question timer when main timer is paused
- Initial Release