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

Changes to "Changelog" between 2019-07-04 11:11:27 and 2019-07-10 23:21:04

            1  +Ripcord version 0.4.8 (2019-7-10)
            2  +---------------------------------
            3  +
            4  +### General
            5  +
            6  +* Improved the copy-text-to-cliipboard functionality of the Event Log view. Copying text from the Event Log view will now include every line of the event log that's selected, and with better formatting.
            7  +* Fixed a graphical artifact that could appear when using the quick-edit mode on a message, and the message is multiple lines, and the scrollbar appears in the chat text input, and the edited message content is scrolled up or down using either the keyboard or the scrollbar.
            8  +
            9  +### Slack
           10  +
           11  +* Fixed regression: certain Unicode-standard colon-wrapped emoji (example `:shrug_tone2:`) were not being translated into Unicode emoji codepoint sequences.
           12  +    * This was caused by a mistake which bypassed this code path after the improved @ mentioning system had been added in the previous release.
           13  +    * It would cause the emoji to appear as plaintext to other Slack users instead of graphical emoji.
           14  +    * It did not affect custom Slack emoji, and only affected certain Unicode emoji (usually those with skintone or family modifiers.)
           15  +* Added ability to tab-complete channel names (like `#general`)
           16  +    * Tab-completing a channel name will cause it to show up as a formatted item in the chat message, instead of as a plaintext `#general`.
           17  +* Overhauled handling of DM and group DM channels.
           18  +    * Group DMs should now correctly appear in the sidebar in all cases.
           19  +    * Normal DMs and Group DMs should automatically re-appear in the sidebar if they had previously been closed but then someone sends a new message in them, the same as the Slack web client.
           20  +    * Added handling of "convert group DM to private channel" stuff in Slack. The newly converted channel should now show up correctly without requiring a disconnect/reconnect cycle.
           21  +* Added ability to list group DMs in the "Workspace -> Channels" window. This allows you to re-open group DMs you have previously closed.
           22  +* Added handling of various "`group_join`", "`mpim_joined`", "`group_left`", etc. messages. They should no longer generate warnings for unrecognized message types in the event log.
           23  +* Added correct display of "`@channel`" and "`@here`" pseudo-mentions.
           24  +* Improved several logging messages in session threaded worker code. Also added a log message which will indicate which session ID is tied to which local db cache file.
           25  +* Improved the consistency of the naming of window titles for various views (search, channels list, etc.)
           26  +* Reduced code bloat from logging subsystem in Slack session thread worker code.
           27  +* Fixed the unread badge indicator not showing up in the top-level "Direct Messages" sections for Slack workspaces when the first message that arrives is for a newly created or opened DM channel.
           28  +* Fixed some event log messages having an unnecessary trailing space.
           29  +* Fixed share message and edit message dialogs not correctly handling outgoing @ mentions in some cases.
           30  +* Fixed the @username completion popup reappearing when typing more characters but without a space character after explicitly dismissing it with the escape key.
           31  +
     1     32   Ripcord version 0.4.7 (2019-7-4)
     2     33   --------------------------------
     3     34   
     4     35   ### Discord
     5     36   
     6     37   * Increased timeout for resolving irrelevant unread indicators. This is intended to reduce the likelihood of seeing unread indicators on muted and inaccessible channels.
     7     38   * Fixed potential crash when leaving the Mentions tab open and disconnecting as one user and reconnecting as a different user.