Skip to content

Latest commit

Β 

History

History
41 lines (25 loc) Β· 1.18 KB

CHANGELOG.md

File metadata and controls

41 lines (25 loc) Β· 1.18 KB

Changelog

  • All changes to this project will be recorded in this document

Added

  • Testing - testing is done with spectron using mocha as a test runner and chai & chai-as-promised assertion libraries
  • Notes component, user can add custom notes to each question

Changed

Fixed

1.0.0-alpha.1

Added

  • electron-updater to perform automatic updates on Windows, (MacOS requires code signature)
  • app.requestSingleInstanceLock to prevent running more than one instance of application
  • LoadingMain component with title and spinner

Changed

  • Exam folder optimized with shouldComponentUpdate and React.memo
  • Confirm styles
  • Removed AddRemoteExam component

Fixed

  • AddRemoteExam component set endpoints to production api
  • Question component lifecycle pauses question timer when main timer is paused

1.0.0-alpha 03-12-19

  • Initial Release