This repository was archived by the owner on Jun 7, 2020. It is now read-only.
Version: 3.1.1
π Release notes
- Handle system/bots/private messages (messages that are temporary and only for you);
- Remove the defaults to open.rocket.chat on connect screen;
- Fixed a bug on uploading images with some specific size limitation on the settings;
- Fixed a problem with long channel names on the title view of the chat;
- Fixed a crash that rarely happened when tapping a invalid cell;
- Fixed a bug on clearing user's roles after going to the Members screen;
- Fixed a couple of random crashes during server changes;
- Fixed a couple of bugs on signup process;
π©βπ»π¨βπ» Contributors
Thank you all for making this release happen! β€οΈ
β Pull requests merged
- [NEW] Add support to the event ":userId:/message" subscription (#1509)
- [NEW] Handle system/private messages stream (#2180)
- [IMPROVEMENT] Remove defaults to open.rocket.chat & add a new placeholder to the connection field (#2182)
- [IMPROVEMENT] Theme background for code blocks and markdown quotes (#2190)
- [IMPROVEMENT] Use a darker background for code blocks on dark themes (#2146)
- [CHORE] Migrate to Xcode 10 & Swift 4.2 (#2027)
- [CHORE] Update subtitle on Welcome screen to "Team Communication" (#2188)
- [CHORE] Use latest swift for all pods (#2155)
- [CRASH] AuthTableViewController.swift line 312 -- specialized AuthTableViewController.tableView(UITableView, cellForRowAt : IndexPath) -> UITableViewCell (#2175)
- [CRASH] Fixed crash on reusing cells for Auth controller (#2176)
- [FIX + UPDATES] Update Realm & Firebase, fixed bug introduced on Community button and fixed a bug with long chats name (#2189)
- [FIX] Changed avatar in app/web won't show to other users (#2183)
- [FIX] Crash on invalid subscription managed object (#2187)
- [FIX] Fix some problems with registration (#2173)
- [FIX] Roles would be cleaned on viewing the list of Members (#2186)
- [HOTFIX] Incorrect index path on tapping a cell in subscriptions VC (#2185)