diff --git a/CHANGES.rst b/CHANGES.rst index 63561abdf..4b55d7421 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,32 @@ +Changes in 0.3.10 (2017-03-10) +=============================================== + +Improvements: + * Upgrade MatrixKit version (v0.4.8). + * RoomActivitiesViews: Automatically update its height according to the messageTextView content. + * Room preview: If no data is available for this room, we name it with the known room alias if any. + * Crypto: Show an alert when sending a message while there are unknown devices in the room. + * Crypto: Add the screen that list unknown devices (UsersDevicesViewController). + * Crypto: Add global and per-room settings to blacklist unverified devices. + * Crypto - Warn unknown devices: Add a send anyway button. + * Crypto: Display an alert warning about the beta state of e2e encryption when entering the first time in an encrypted room. + * Settings: Add mobile phone numbers in user's profile. + * Settings: Support the third-party identifier deletion in the user's profile. + * Registration: Support the login flow based on a mobile phone number (msisdn). + * Login: Support the new login API with different types of identifiers (id, thirdparty and phone). We keep supporting the old login API. + * Improve the people invite screens: Discover Riot/Matrix users by using the local phone numbers (#904). + +Bug fixes: + * Avatars (and probably other media) do not display with account on a self-signed server (#816) + * App crashes on new start chat. + * Corrupted room state: some joined rooms appear in Invites section (#1029). + * Remove Riot animation (if any) in case of a forced logout. + * Registration: support the dummy authentication flow (#912). + * Settings: Disable 'Save' button on saving. + * Default room avatar for an empty room should not be your own face (#1044). + * Resend msgs now? needs cancel button if you want to discard them (#306). + * Crypto: After importing keys, the newly decrypted msg have a forbidden icon (#1028). + Changes in 0.3.9 (2017-02-08) =============================================== diff --git a/Podfile b/Podfile index 1ff54f37c..576fce479 100644 --- a/Podfile +++ b/Podfile @@ -8,7 +8,7 @@ target "Riot" do # Different flavours of pods to MatrixKit # The tagged version on which this version of Riot has been built -pod 'MatrixKit', '0.4.7' +pod 'MatrixKit', '0.4.8' # The lastest release available on the CocoaPods repository #pod 'MatrixKit' diff --git a/Riot/Info.plist b/Riot/Info.plist index 03f75d126..44e26dcf1 100644 --- a/Riot/Info.plist +++ b/Riot/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.3.9 + 0.3.10 CFBundleSignature ???? CFBundleVersion - 0.3.9 + 0.3.10 ITSAppUsesNonExemptEncryption ITSEncryptionExportComplianceCode