Ripcord Dev Logo Ripcord Development — Changes To Changelog Login or Create Account

Changes to "Changelog" between 2019-06-27 10:38:44 and 2019-07-04 11:11:27

            1  +Ripcord version 0.4.7 (2019-7-4)
            2  +--------------------------------
            3  +
            4  +### Discord
            5  +
            6  +* Increased timeout for resolving irrelevant unread indicators. This is intended to reduce the likelihood of seeing unread indicators on muted and inaccessible channels.
            7  +* Fixed potential crash when leaving the Mentions tab open and disconnecting as one user and reconnecting as a different user.
            8  +
            9  +### Slack
           10  +
           11  +* Added support for resolving cross-workspace user data for workspaces which are part of an Enterprise Grid.
           12  +    * This should fix usernames (and avatars, etc.) not resolving for users which are not part of the same team/workspace as your user but are in shared channels.
           13  +* Overhauled @ mention system for outgoing mentions.
           14  +    * @ mentioned users will now appear with an underline in the chat text entry box.
           15  +    * Outgoing @ mentions will no longer have a chance of resolving to the wrong user ID on larger workspaces where multiple users have the same first name followed by one or more space characters.
           16  +    * Tab completing a user name is now more intelligent about the inserted text. If you write "@John Smith" and then don't tab complete the name, but then move the cursor back to @John| Smith" and press tab to tab complete the user name to turn it into a real @ mention, you will no longer end up with the text "@John Smith Smith" -- you will get "@John Smith" with an underline.
           17  +* Added support for the workspace "Display real names" preference set by workspace administrators.
           18  +    * You will now see "John Smith" instead of "john.smith", for example.
           19  +    * This also applies to user @ mentions.
           20  +        * The Slack web client doesn't appear to do this correctly in all cases, but Ripcord will do this correctly. If you prefer the "mixed" way that the Slack web client does this, where the "real name" will be shown above messages, but a different name will be shown inside of messages, please let me know and I may add a preference for it. However, I believe that behavior is confusing.
           21  +* Added an additional mitigation against Slack servers delivering erroneous or out-of-date 'new message' events immediately upon connecting.
           22  +* Reduced some machine code bloat caused by the code that handles pruning redundant data exchanged with the Slack server during interactive user and channel name completion.
           23  +
     1     24   Ripcord version 0.4.6 (2019-6-27)
     2     25   ---------------------------------
     3     26   
     4     27   ### Slack
     5     28   
     6     29   * Added channel member count to the channel toolbar.
     7     30   * Added pinned message count to the channel toolbar.