Skip to content

v1.2

Compare
Choose a tag to compare
@SherwynNg SherwynNg released this 21 Mar 17:34
· 325 commits to master since this release
69407b3

What's New:

  1. (NEW) Sort Command
  • Sorting according to alphabetical order

Screenshot 2024-03-22 at 1 19 11 AM

  1. (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

Screenshot 2024-03-22 at 1 19 53 AM
Screenshot 2024-03-22 at 1 20 28 AM

  1. (UPDATE) Edit Command
  • There is no address field to edit now
  1. (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”
  1. (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

Screenshot 2024-03-22 at 1 21 45 AM

  1. (UPDATE) Instances of people has been renamed to Company
  • Update the names of some of the classes/methods to fit our context
  1. (UPDATE) Offline Help Menu
  • Provide a button for user to open the user guide as a pop out

Screenshot 2024-03-22 at 1 22 15 AM
Screenshot 2024-03-22 at 1 22 26 AM

  1. (UPDATE) Updated GUI with "Good for eye" colours

Screenshot 2024-03-22 at 1 22 43 AM