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

Changes to "Changelog" between 2019-08-08 06:04:37 and 2019-08-08 09:42:02

    20     20   * Added a preference for join/leave messages with three choices:
    21     21       * Treat like normal messages (default)
    22     22       * No effect on unread counters
    23     23       * Completely hidden
    24     24   * Added "leave channel" menu item to the right-click menu for regular channels in the sidebar.
    25     25       * DM and group DM channels already had the "close conversation" menu item.
    26     26   * Added a second automatic fallback method for fetching user/member data from Slack servers.
    27         -    * Requests for user information which fail with the primary method will be automatically retried with the fallback method.
    28     27       * The Slack servers may sometimes stall or return incorrect results when the client software requests information about other users in a workspace.
           28  +    * Requests for user information which fail with the primary method will be automatically retried with the fallback method.
    29     29       * This happens automatically and doesn't require any intervention from the user.
    30     30       * This will reduce the occurrences of other users being stuck as "....." in the UI, especially in Slack workspaces with shared or linked channels and teams.
    31     31   * Fixed text not wrapping correctly in displayed chat messages when a message contains a single unbroken word which is longer/wider than the width of the chat viewport.
    32     32   * Fixed channels which were added to bookmark lists but then were subsequently left (as in no longer joined to the channel) but remaining in the sidebar showing up as "....." for some amount of time after restarting Ripcord and signing back onto the workspaces.
    33     33   * Fixed chat history not always re-fetching properly after joining a channel, leaving, then joining again.
    34     34   * Fixed mouse 4 and mouse 5 buttons (forward/backward in history) being ignored while hovering the mouse pointer over an emoji reaction.
    35     35   * Overhauled several internal event and data handling systems to reduce code bloat.