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

Changes to "Changelog" between 2018-10-16 13:44:02 and 2018-11-01 20:56:07

            1  +Ripcord version 0.3.6 (2018-11-1)
            2  +---------------------------------
            3  +* The preferences window can now be closed by pressing escape
            4  +* Reduced memory overhead when viewing large lists of graphical Unicode emoji
            5  +* Slack: slightly reduced the amount of time spent waiting for the history of the first channel to load when initially connecting to a workspace
            6  +* Note: The Slack servers are slow, so Ripcord now tries to load certain things only when they're first needed, such as the list of all threads for your user, in order to start fetching channel history as soon as possible.
            7  +* Slack: added 'total unread channels' count badges for regular and DM channel sections
            8  +* Slack: added error reporting to the selection list popups from message action buttons and dialogs when the bot/app that generates the selection list returns malformed/broken/empty data
            9  +* Slack: added ability for workspace admins to delete the messages of other users
           10  +* Slack: fixed regression: URL link text in message logs disappearing when resizing the window
           11  +* Slack: fixed regression: incorrect text wrapping in messages with URL links
           12  +* Slack: fixed not being able to quick-edit messages that were broadcast from a thread when viewing the main channel
           13  +* Slack: fixed the text of a thread in the 'in thread...' line in the message log not being updated when the first message in the thread is edited to have different text
           14  +* Slack: fixed some cases of unread counts being wrong when viewing a thread in a channel with different sets of read/unread messages
           15  +* This release also contains some significant internal changes and optimizations in preparation for 32-bit and 64-bit ARM builds which will be coming in the future
           16  +
     1     17   Ripcord version 0.3.5 (2018-10-16)
     2     18   ---------------------------------
     3     19   * Added a new custom color theme parameter `chat_timestamp` for the time and date text in chat logs
     4     20   * Changed the Ripcord event log format to use plaintext instead of a custom binary log format. Any leftover binary logs from old versions will be automatically deleted.
     5     21   * Improved performance of the Ripcord event log viewer
     6     22   * Added to event log viewer the ability to live-follow event logs from other running Ripcord processes (via open file dialog in the event log viewer window) instead of only offline viewing
     7     23   * Optimized on-the-fly icon rasterization, slightly reducing application startup time and peak memory usage