Releases: AY2425S1-CS2103T-F14a-4/tp
Releases · AY2425S1-CS2103T-F14a-4/tp
v1.6
v1.5
What's new
- Added
undo
andredo
commands to undo and redo the last command - Added
addtag
,deltag
andcattag
commands to add, delete and categorize tags - Added colour-coding and categorization of tags
- Added Tag List to track all tags added in the GUI
Other fixes
- Modified GUI
- Changed behaviour of
find
command - Standardized documentation, user guide and developer guide
v1.4
What's new
-
GUI Enhancements: GUI now displays a list of tags currently in use. Add spacing between multiple tags in a person card
-
New command
deletetag
: Delete an existing tag from a contact
-
New command
redo
: Enables users to redo the last undone action.
Tweaks
- Enhanced
find
: The improvedfind
command can perform searches on multiple fields simultaneously - Phone Number Constraints: Only Singapore phone numbers can be saved, enforcing stricter validation rules.
- Enhanced Tag Regex: Tag names can now include hyphens as separators for better flexibility.
v1.3
What's New
- Renamed AB3 classes to suit CampusConnect with new GUI colours, window name and icon.
- Removed Address for Person, it is no longer a valid field and cannot be added/removed from a Person's contact.
- Disallow Persons with duplicate phone number and email to be added (on top of name in the original AB3).
- Disallow edited Persons to have the same phone number and email (on top of name in the original AB3).
- Find person by name with the n/ prefix (unlike AB3 which required no prefixes)
- Find person by tag with the t/ prefix.
- Find person by email with the e/ prefix.
- Find person by phone number with the p/ prefix.