Skip to content

v1.2

Compare
Choose a tag to compare
@aureliony aureliony released this 21 Mar 15:09
· 416 commits to master since this release
96fcfc7

What's New

  • Application title: The title has been changed to “AssetBook-3”.
  • Assets: Persons can now have unique assets associated with them.
  • Edit person: The edit command can now edit a person’s assets.
  • Edit assets: The edita command can be used to edit the name of an asset, which changes it globally for all people with that same asset.
  • Undo: The undo command undoes the previous modifying action, restoring the state of the database.
  • Find: The find command can now filter contacts by assets and/or tags, in addition to contact names.
  • Storage: The json database file format has been updated to include assets.
  • Help: The help command has been updated with the new user guide URL.
  • Documentation: The user guide, developer guide & about us pages have been updated.

Screenshots

Note

The left screenshot is before the command is executed, while the right screenshot is after it is executed.

Add Command

add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS [t/TAG]... [A/ASSET]...

Edit Asset Command

edita old/OLD_ASSET_NAME new/NEW_ASSET_NAME

Undo Command

undo

Find Command

find KEYWORD [KEYWORD]...

What's Changed

New Contributors

Full Changelog: b896eb0...96fcfc7