v1.3
What's New -- v1.3
Main changes from AB3:
- Changed Person model to Loan model: each entry now contains loaner's name, loan amount, loan date, and optional tags.
- Modified add command: the new format is
add n/NAME l/AMOUNT_LOANED d/DATE [t/TAG]. - Added repay command: the format is
repay INDEX l/AMOUNT_REPAID. - Disabled advanced commands: unnecessary commands for our MVP (
edit,find) are temporarily set disabled. - Updated documentation: some of the documentation on the website is updated.
