Skip to content

Releases: AY2122S2-CS2103T-W13-1/tp

v1.4.1

11 Apr 15:07
ba3db8f
Compare
Choose a tag to compare

Most bugs that were spotted in v1.3 have all been debugged.

The User Guide and the Developer Guide have likewise been updated.

All images and pictures are up-to-date to the current iteration of the program.

v1.3.1

01 Apr 01:59
8e2b06b
Compare
Choose a tag to compare
Merge pull request #149 from teominghuang/branch-DeleteProcedure

Improve coding standard of deleteProc command

v1.3

31 Mar 19:09
a5ef4a7
Compare
Choose a tag to compare

New classes added

dateWithoutTime, for use in calculate and listProcOn date features

Basic features implemented including

calculate
listProcOn date

UI changes

make changing window size more robust
Increased size of command input window

Changes made to layout of networkers, now comprises of 2 screens, a list of clients and a list of procedures

v1.2.1

24 Mar 09:07
9a90b79
Compare
Choose a tag to compare

New classes added

  1. Procedure
    1a. Information
    1b. Date
    1c. Cost
  2. isCompleted

Basic features implemented including

  1. addProc
  2. deleteProc
  3. listProc
  4. calculate

UI changes

  1. Changes made to layout of networkers, now comprises of 2 screens, a list of clients and a list of procedures