Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 696 Bytes

File metadata and controls

23 lines (18 loc) · 696 Bytes

Change Log

Version 1.5.0

  • Added WYSIWYG editor, with latex support.
  • Added support for username.
  • Add mongo command to deploy.sh
  • Improve codebase by removing myRender function.

Version 1.4.0 (2017-10-18)

  • Updated deploy.sh script to automate dev server
  • Added google analytics

Version 1.3.1

  • Added preview of notes during add/edit (Issue 24).
  • Disable Submit button on click in gateway/add

Version 1.2.2

  • Added "createdBy" and "lastUpdateBy" properties to model. #35
  • Fixed folder relocation bug #37

Version 1.1.0

  • Added "admin" type. They can do almost everything, except for deleting.
  • Added logic to turn off sign-up using environmental variable NO_SIGN_UP.