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

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

    12     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     13       * It would cause the emoji to appear as plaintext to other Slack users instead of graphical emoji.
    14     14       * It did not affect custom Slack emoji, and only affected certain Unicode emoji (usually those with skintone or family modifiers.)
    15     15   * Added ability to tab-complete channel names (like `#general`)
    16     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     17   * Overhauled handling of DM and group DM channels.
    18     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.
           19  +    * DMs should automatically re-appear in the sidebar if they had previously been closed but then someone else sends a new message in them, the same as the Slack web client.
    20     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     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     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     23   * Added correct display of "`@channel`" and "`@here`" pseudo-mentions.
    24     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     25   * Improved the consistency of the naming of window titles for various views (search, channels list, etc.)
    26     26   * Reduced code bloat from logging subsystem in Slack session thread worker code.