Releases: AY2526S2-CS2103-T11-2/tp
Releases · AY2526S2-CS2103-T11-2/tp
v1.6
v1.5
v1.4
What's New?
UI
Summary
- Color scheme has been changed to fit the application's theme.
help command
Summary
- Content of help page has been updated to reflect the new changes.
add command
Summary
- Displays a warning to the user if a similar name exists in the address book already, but does not block the user's action.
find command
Summary
- Allow the user to search for contacts using multiple parameters at once (i.e., the union of contacts found by matching each parameter).
delete command
Summary
- Allow the user to delete multiple contacts at once, for example
delete 1 2 5-7deletes the indices 1, 2, 5, 6 and 7.
list command
Summary
- Allow the user to list contacts by specifying up to 1 optional parameter
n/ora/orpn/orpc/orpe/to sort by the respective fields.
v1.3 MVP
What's New?
add Command
Summary
- Removed phone (
p/) and email (e/) parameters - Added parent name, email and contact number parameters (
pn/,pe/andpc/respectively) and age (a/) parameter
help Command
Summary
- User guide displayed via help command is now shown in-app
remark Command
Summary
- Added a new command
remarkwhich takes in up to 4 parameters (r/,d/,c/and/orb/)r/: Records a generic remark, that does not fall under any of the categories below, regarding a studentd/: Records a student's dietary preferences such as allergiesc/: Records a student's class (if applicable) in the student careb/: Records a student's behavior or personality traits
find Command
Summary
- Supports up to 2 new parameters,
n/andpn/, which allows the user to search by the student's name or parent's name respectively