Skip to content

Releases: AY1920S2-CS2103T-W12-1/main

Delino

12 Apr 06:27
a3d7c50
Compare
Choose a tag to compare

This release is our v1.4 release.
In this release, we closed 58 Pull requests and many of which are bug fixing from PE-D.

List of things that we have done in this release:

  1. Update Ui - @Amoscheong97
  2. Solve bugs for Sorting - @Exeexe93 & @JeremyLoh
  3. Solve bugs for Nearby Command - @JeremyLoh
  4. Solve bugs for Return, Delivered command and Help command - @Cherweijie
  5. Solve bugs for Delete command - @JeremyLoh
  6. Delino now shows helpful message for corrupted JSON file - @Exeexe93
  7. Constraint names to be only alphabet instead of alphanumeric - @khsc96
  8. Added a live clock in Delino Ui - @khsc96
  9. Solve bugs for InsertCommand and Show command - @Amoscheong97
  10. Enhanced all our command error messages to be more descriptive.
  11. Standardise our UG and DG.

v1.3

31 Mar 15:45
d37bc85
Compare
Choose a tag to compare
v1.3 Pre-release
Pre-release

In this release, we have added the following features:

  1. show command which allows you to view daily statistics.
  2. Mark orders or returns as delivered if you have delivered them by using the delivered command.
  3. You can now search the five regions of Singapore with the nearby command.
  4. The nearby command can now be used on the list of return orders.
  5. Added support for deleting return orders using the delete command.
  6. Added a new command import. This allows you to insert a large number of orders/return orders by providing a csv file.
  7. Added a new command return. This allows you to create a new return order or convert an existing order into a return order
  8. edit command now supports the editing of return orders.
  9. list command now supports the viewing of both delivered and not delivered orders/return orders.

v1.2

20 Mar 09:09
c43e91c
Compare
Choose a tag to compare
v1.2 Pre-release
Pre-release

Added, nearby, search, insert, help, clear function to our delino app.