Releases: AY2425S2-CS2103T-F11-4/tp
Releases · AY2425S2-CS2103T-F11-4/tp
v1.6
v1.5
v1.4
What's new -- v1.4
Restructured loan model: Removed date from the loan model, update loan amount values
Modified add command: Update condition for where two loans cannot have the same name
Added increase command: Increase the total value an individual has loaned
Added sort command: Sort people by the amount they have loaned, in decreasing order
Updated document: Updated some of the documentation on the website
Updated UI: Updated UI styling

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.

