Skip to content

Releases: AY2425S2-CS2103T-F11-4/tp

v1.6

08 Apr 05:59
94df2af

Choose a tag to compare

Merge pull request #262 from yuto1115/master

update ug

v1.5

03 Apr 15:58
26ac8e6

Choose a tag to compare

Almost all the intended features have been implemented 🎉

Screenshot 2025-04-03 at 11 55 50 PM

v1.4

27 Mar 15:56
80f855a

Choose a tag to compare

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

Screenshot 2025-03-27 at 11 55 20 PM

v1.3

20 Mar 13:21
e2f430b

Choose a tag to compare

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.
Screenshot 2025-03-20 at 9 19 14 PM