Skip to content

v1.5

Choose a tag to compare

@charlesliyifeng charlesliyifeng released this 07 Nov 15:44
· 316 commits to master since this release
00067c6

v1.5 Release notes

Update User Guide

  • Update User Guide Introduction and Quick Start
  • Add table of contents
  • Update features clean, undo, find within the user guide

Update Developer Guide

  • Update implementation details for undo and clean command
  • Update UML diagrams to match current implementation

Implement Export and Import functions fully

  • export saves a copy of the current contact list in the data folder of DorManagerPro
  • The title of the json file is the time of export
export.mp4
  • import restores the contact list from a json file on the computer
  • It has a parameter FILE_PATH specified with the prefix fp/
  • Example: import fp/./data/11-07-2024-103233PM.json
import.mp4

Implement DeleteCommand popout

  • delete command will pop out a confirmation window, the user can click 'ok' to continue, or 'cancel' to abort the deletion
image

Bug fixes

  • Fix usage message of add and find command
  • Fix the bug where clean command resets the results of the previous find command