Skip to content

Releases: AY2324S2-CS2103T-T11-4/tp

v1.4

15 Apr 16:05
2fdc33a
Compare
Choose a tag to compare

The final release.

v1.3.1

05 Apr 01:18
bc58c57
Compare
Choose a tag to compare

Release for PE dry run.

v1.3

04 Apr 15:55
51676d4
Compare
Choose a tag to compare
Merge pull request #108 from kaitinghh/branch/batch-delete

Branch/batch delete

v1.3.trial

30 Mar 12:01
ed99260
Compare
Choose a tag to compare
Merge pull request #69 from kaitinghh/branch/find-command

Branch/find command

v1.2

21 Mar 15:55
406dffb
Compare
Choose a tag to compare

What's New

  • Command flags are now prefixed by "/".
  • A contact now belongs to two categories: student or TA
  • Every contact can be uniquely identified by a new mandatory attribute ID
  • image
  • add command now supports specifying the type of contact (stu/ta) to be added. When the field is left blank, it is by default a student.
  • Contact type (stu/ta) is reflected in the GUI as a colored tag
  • A tag now has four status: COMPLETE_GOOD, COMPLETE_BAD, INCOMPLETE_GOOD and INCOMPLETE_BAD. They are differentiated by their GUI colour
    image
  • mark command is added to support edit of tags to update its status. Command format: mark {index} /t {tagName} /ts {tagStatus}

v1.1

07 Mar 13:56
ea17de3
Compare
Choose a tag to compare
Merge pull request #17 from wang-xinrong/master

Update DG use cases