Skip to content

v1.2

Compare
Choose a tag to compare
@adamozh adamozh released this 12 Oct 10:51
· 881 commits to master since this release
d3b6bb4

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 command
    • add 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 index
    • show 2 displays the second person in the current list in the Person Details pane
  • show by name
    • show alex displays the first person called with the name alex in the Person Details pane
  • export to JSON
    • export filename exports the contact lists to a JSON file in the same folder
  • import from JSON
    • import 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!