Releases: AY2324S2-CS2103T-T13-2/tp
Releases · AY2324S2-CS2103T-T13-2/tp
InternBook
Merge pull request #178 from jasperng-nus/branch-fix-helpmenu-bug Fix bug on clicking image causing help menu to fail
v1.3
v1.3.trial
Trail for v1.3
v1.2
What's New:
- (NEW) Sort Command
- Sorting according to alphabetical order
- (UPDATE) Add Command
- Tags, which represents job roles, are made compulsory
- Phone number is made optional
- Previously, the fields, name, phone number, email and address were needed to add a contact
- Now, only name, email and tag are compulsory to add a contact
- (UPDATE) Edit Command
- There is no address field to edit now
- (UPDATE) Prefix of Commands
- Changed prefixes from “n/” to “-n “ for better readability
- For example, from “add n/nus p/81234567 e/[email protected] t/software engineer” to
“add -n nus -p 81234567 -e [email protected] -t software engineer”
- (UPDATE) Format for Tags
- Tag inputs can now include single space between each word
- Case-insensitive comparison of tags -> "software engineer" and "softWare enginEEr" will be considered the same and there will not be any duplicates
- (UPDATE) Instances of people has been renamed to Company
- Update the names of some of the classes/methods to fit our context
- (UPDATE) Offline Help Menu
- Provide a button for user to open the user guide as a pop out
- (UPDATE) Updated GUI with "Good for eye" colours