Releases: AY2122S1-CS2103T-T10-1/tp
Releases · AY2122S1-CS2103T-T10-1/tp
v1.4
v1.3
v1.3.trial
CohortConnect's third (trial) release!
v1.2
CohortConnect's second release!
💡 What's New
- Improved, sleeker dark theme design
- New welcome splash screen when application is launched
- Added PersonDetails pane on the right to view individual contact details
- Contacts now have profile pictures
- Contacts now have Telegram handles
add
commandadd
command now only requires Name and Telegram handle, other fields are optional
find
by tag(s)find t/friends
will list friends that have the 'friend' tag
find
by telegram handle(s)find @alex
will list friends whose Telegram handles have the String 'alex'find @alex bernice
will list contacts with Telegram handles that match 'alex' or 'bernice'
show
by indexshow 2
displays the second person in the current list in the Person Details pane
show
by nameshow alex
displays the first person called with the name alex in the Person Details pane
export
to JSONexport filename
exports the contact lists to a JSON file in the same folder
import
from JSONimport filename
imports new contacts from a JSON file in the same folder
Others
- Test out the
import
function with the provided JSON file below,newfriends.json
More changes coming soon in v1.3!
v1.1
CohortConnect's first release!
💡 What's New
- Updated our User Guide
- Updated our Developer Guide
More changes coming soon!