1 +Ripcord version 0.3.11 (2019-2-25)
2 +----------------------------------
3 +
4 +This release includes significant changes to the internal Slack data management code. Most of the remaining temporary code that was used to bootstrap Slack functionality has been removed and replaced. This may have introduced some bugs -- if you notice anything broken that wasn't broken in earlier versions, please report it.
5 +
6 +- Added an error message box when Qt fails to load the embedded icon resources due to a Qt locale bug
7 +- Discord: added an "Advanced" menu and "Copy Message ID" action to the context/right-click menus for messages
8 +- Discord: added an "Advanced" menu and "Copy Channel ID" action to the context/right-click menus for channels in the sidebar
9 +- Slack: added "Users" view for filtering and searching for users (WIP)
10 +- Slack: added "Files" view for managing files (WIP)
11 +- Slack: added "[Deleted file]" indicator for when a file shared in a message is deleted, instead of displaying "Unnamed file"
12 +- Slack: improved the sorting and results accuracy for user name completion
13 +- Slack: fixed user status custom emoji being shown as text in the user picker that's used in bot message attachment action dialogs and in embedded message shares
14 +- Slack: fixed a situation where resizing a window with a channel log visible with proxied image thumbnails that are scaled down would re-fetch the image from the proxy server with different scaling parameters, causing unnecessary network traffic and disk cache utilization
15 +- Slack: reduced memory usage of per-account channel information cache
16 +- Slack: reduced disk activity when more than 1000 channels from one account are visible simultaneously
17 +- Slack: removed unnecessary redrawing in message log views when reacting to user presence changes and file and attachment thumbnail loads
18 +- Slack: improved overall efficiency of the channel, user, and other data meta-information caching system
19 +- Slack: reduced memory usage for messages which contain many user mentions (1000+)
20 +- Slack: reduced memory fragmentation when quickly scrolling through long lists of users
21 +
22 +
1 23 Ripcord version 0.3.10 (2019-2-4)
2 24 ---------------------------------
3 25
4 26 - Added Event Log events for failed web image/thumbnail downloads and image decoding
5 27 - Added Event Log events that indicate whether a web image/thumbnail was fetched from the server or loaded from the on-disk cache
6 28 - Added a "Window" menu to the Event Log window menu bar
7 29 - Added HTTP redirect following capability to the web image/thumbnail downloading system