Skip to content

Latest commit

 

History

History
129 lines (75 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

129 lines (75 loc) · 2.47 KB

CHANGELOG

3.0.3+27

  • Remind people to stay away from those who have been reported

3.0.2+26

  • Make active users easier to find by moving them up in the list

3.0.1+25

  • Tap the avatar to view user info on the Users and Chats pages

3.0.0+24

  • Add a setup wizard
  • Add a bottom navigation bar
  • Make data fetching more efficient
  • Upgrade dependencies

2.0.5+23

  • Add a report button to comply with the Child Safety Standards policy

2.0.4+22

  • Greet everyone on the list with one tap

2.0.3+21

  • Request push notification permission with a custom dialog
  • Navigate to specific chats when notifications are tapped

2.0.2+20

  • Fix a bug where new message count could be negative
  • Update layout of the home page
  • Updating user profiles is no longer mandatory
  • Don't request for push notification permissions
  • Update dependencies

2.0.1+19

  • Fetch users in reversed timestamp order

2.0.0+18

  • Chat in private rooms
  • Send push notifications

1.4.0+17

  • Now people can share pictures

1.3.0+16

  • Let the chatbot join a conversation where no one is responding

1.2.2+15

  • Let people know they can chat in their own languages
  • Display language names in the Rooms page title

1.2.1+14

  • Hide rooms after visiting them on the Rooms page
  • Hide rooms that the user has not replied to on the Recents page
  • Remove recent rooms based on their updated timestamp
  • Flag rooms with new messages on the History page

1.2.0+13

  • Display a list of rooms for user selection

1.1.2+12

  • Guide users to set a topic for new chat rooms

1.1.1+11

  • Change the wording of the help messages
  • Update dependencies

1.1.0+10

  • Swipe to dismiss recent rooms

1.0.2+9

  • Increase test coverage
  • Upgrade dependencies

1.0.1+8

  • Merge only messages sent consecutively within a short period of time

1.0.0+7

  • Add support for the predictive back gesture
  • Get instant feedback on message delivery even when offline
  • Set up centralized error handling to improve robustness

0.6.0+6

  • Make sure we get a different user profile on clicking the refresh button

0.5.0+5

  • Adjust the data model to support customizing chat room titles

0.4.0+4

  • Enable keyboard shortcut Cmd+Enter or Ctrl+Enter for sending messages

0.3.0+3

  • Make message text selectable
  • Show snack bar messages only when necessary

0.2.0+2

  • Merge adjacent messages by same sender
  • Enable offline capabilities of the database
  • Update dependencies

0.1.0

Initial release