Skip to content

Releases: freshworks/freshchat-flutter-sdk

Freshchat Flutter SDK 0.10.15

21 May 17:08
f17805b
Compare
Choose a tag to compare
Pre-release

Enhancement

  • Added support for the Middle East data center in iOS.

Bug fixes

  • Fix to block users from messaging in disabled private topics when opened using tags in iOS.

Freshchat Flutter SDK 0.10.14

06 May 04:23
69d7f35
Compare
Choose a tag to compare

Features

  • Added support for Parallel conversations.

Enhancement

  • Updated the minimum supported iOS version to 12.
  • We have integrated Apple’s Required Reason API, ensuring compliance with App Store guidelines.
  • Added code signing for the SDK to enhance security and mitigate potential risks associated with unverified code.

Bug fixes

  • Fix crash in JWT user restore caused by the use of numbers for user referenceID values in iOS.
  • Fix incorrect token status when expired tokens were added during the user restoration process for JWT users in iOS.
  • Eliminated deprecated code warnings and deprecated code for serialization/deserialization of data in iOS.
  • Fix intermittent issue related to user creation occurring without user properties in iOS.
  • Fix for the unable to load topic list page due Canvas: trying to draw too large bitmap issue in Android.
  • Fix for the issue in navigating to sections in FAQs page in Android.
  • Fix for the click on search from virtual keyboard and virtual keyboard is not closing in the FAQs page in Android.

Freshchat Flutter SDK 0.10.13

14 Feb 10:35
29ecc47
Compare
Choose a tag to compare

Bug fixes

  • Fix for potential ANR during app update in Android.
  • Fix for bot not re-triggering after resolving bot conversations in Android.
  • Fix for a crash happening while loading conversations in Android.
  • Fix for agent name is not updated when any bot conversations are assigned to any agent in Android.
  • Fix for Agent first name display issue when bot conversations are assigned to an agent.
  • Addressed crashes affecting users running iOS versions prior to 13.
  • Fixed compromised visibility of the date picker view in dark mode in iOS.
  • Fix display of team member information in chat messages.
  • Fix infinite loading issue for users with expired JWT authentication.

Freshchat Flutter SDK 0.10.12

06 Feb 14:07
0553659
Compare
Choose a tag to compare

Bug fixes

  • Fix to enable text input editor when using Freshchat Public APIs to send messages on behalf of an agent/bot in Android.

Freshchat Flutter SDK 0.10.11

11 Dec 10:09
Compare
Choose a tag to compare

Features

  • Support for multi-select Carousel as a new input type for your customers. Customers will now be able to pick and choose multiple choices that appears as a series of options with a horizontal scroll (carousel) on the screen. The options list can also contain images in Android.

Bug fixes

  • Fix for hyper links not scrolling to the desired index in FAQ webview in omni account in Android.
  • Fix for HTML code is being displayed in carousels primary & secondary buttons in Android.
  • Fix for conversation is not loading for Android Gradle Plugin 8.0 consumers in Android.
  • UI fixes for API generated proactive reply suggestions in iOS.
  • Fix intermittent delays in updating team member information when a conversation is assigned from the bot flow in iOS

Freshchat Flutter SDK 0.10.10

17 Oct 17:34
Compare
Choose a tag to compare

Enhancement

  • Improvements in user experience when loading messages in a conversation in Android.

Bug fixes

  • Fix for bot variables not being set for resolved conversations in Android.

Freshchat Flutter SDK 0.10.9

20 Sep 10:48
Compare
Choose a tag to compare

Bug fixes

  • Fix for a crash that occurs during "postback" flow in a bot conversation in Android.

Freshchat Flutter SDK 0.10.8

04 Sep 12:24
Compare
Choose a tag to compare

Enhancement

  • Handle disabling of reply editor when bot response is pending in Android.

Bug fixes

  • Fix file attachment not opening in Android.

Freshchat Flutter SDK 0.10.7

09 Aug 05:36
Compare
Choose a tag to compare

Features

  • Say hi to bot actions! Certain actions may need to be performed before or after the execution of a response in a bot conversation to complete the process. These changes can be anything in the chat screen, API triggers, pop-up feedbacks or articles, handover to agents, stop/Minimize conversations etc. You will be able to configure this via the bot builder using actions in iOS.
  • We are adding support for multi-select as a new input type for your customers. Customers will now be able to pick and choose multiple choices that appears as buttons in Android.

Enhancement

  • Handle disabling of reply editor when bot response is pending in iOS.
  • Improved displaying of last message in topic list with multiline text in iOS.
  • Update UI for single select button in Android.

Bug fixes

  • Fix sporadic crash while setting user properties in iOS
  • Fix triggering bot flow messages even when bot is unpublished in iOS.

Freshchat Flutter SDK 0.10.6

05 Jul 10:44
Compare
Choose a tag to compare

Features

  • Support for multi-select Carousel as a new input type for your customers. Customers will now be able to pick and choose multiple choices that appears as a series of options with a horizontal scroll (carousel) on the screen. The options list can also contain images in iOS.
  • Support for Phone number and OTP as a new input type for your customers. Customers will now be able to enter their phone numbers with country code to generate an OTP which is then entered by user and is accepted by the SDK to process user information.
  • You will now be able to pass custom user properties related to a user conversation from the mobile app to the bots via the SDK in Android.
  • We are adding support for multi-select as a new input type for your customers. Customers will now be able to pick and choose multiple choices that appears as list and dropdown.
  • We are adding support for Date and time as a new input type for your customers. Customers will now be able to pick a date and pick a time within the bot flow.
  • Update UI for single select button and dropdown options.
  • This version will now let you receive feedback from your customers in the form of a text. Customers will be able to type their feedback if configured in the bot flow in Android.
  • This version will now let you receive feedback from your customers in the form of a preset choices. Customers will be able to choose their feedback from a maximum 3 choices in Android.
  • This version will now let you receive feedback from your customers in the form of a star. Customers will be able to select the rating feedback if configured in the bot flow in Android.

Bug Fixes :

  • Fix for notifications not coming when an old user is restored over existing user in iOS.