Releases: AY1920S2-CS2103T-W12-1/main
Releases · AY1920S2-CS2103T-W12-1/main
Delino
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:
- Update Ui - @Amoscheong97
- Solve bugs for Sorting - @Exeexe93 & @JeremyLoh
- Solve bugs for Nearby Command - @JeremyLoh
- Solve bugs for Return, Delivered command and Help command - @Cherweijie
- Solve bugs for Delete command - @JeremyLoh
- Delino now shows helpful message for corrupted JSON file - @Exeexe93
- Constraint names to be only alphabet instead of alphanumeric - @khsc96
- Added a live clock in Delino Ui - @khsc96
- Solve bugs for InsertCommand and Show command - @Amoscheong97
- Enhanced all our command error messages to be more descriptive.
- Standardise our UG and DG.
v1.3
In this release, we have added the following features:
show
command which allows you to view daily statistics.- Mark orders or returns as delivered if you have delivered them by using the
delivered
command. - You can now search the five regions of Singapore with the
nearby
command. - The
nearby
command can now be used on the list of return orders. - Added support for deleting return orders using the
delete
command. - Added a new command
import
. This allows you to insert a large number of orders/return orders by providing a csv file. - Added a new command
return
. This allows you to create a new return order or convert an existing order into a return order edit
command now supports the editing of return orders.list
command now supports the viewing of both delivered and not delivered orders/return orders.