1 +Ripcord version 0.4.13 (2019-8-22)
2 +----------------------------------
3 +
4 +### Slack
5 +
6 +* Added support for Slack "blocks."
7 + * This is the third and newest method of creating "rich messages" and bot-generated UIs for Slack.
8 +* Added support for all Slack "block layouts" and "block elements", including:
9 + * Buttons
10 + * Dropdown/combo boxes
11 + * Overflow/burger menus
12 + * Selection popups
13 + * Date pickers
14 + * Inline images and "context" lines
15 + * Side-images and side-widgets in "section" layouts
16 + * Full-size images
17 + * Paragraph-like layouts of widgets
18 + * Two-column "fields" layouts
19 + * Horizontal separators
20 +* Added "Open URL" confirmation dialog for when a bot tries to force you to open a URL from a Slack "blocks" action.
21 +* Fixed @mentions not being sent correctly when entered from the file upload dialog.
22 +* Fixed a potential crash when clicking, holding, and then dragging out of the window starting from a button in a bot "attachment action."
23 +* Fixed topic label being displayed clipped off when the toolbar is too narrow for text elision or fade-out.
24 +* Fixed an unnecessary debug print to console on Mac and Linux when a Slack "dialog" created from a bot returns an unknown error from the server.
25 +
26 +### Discord
27 +
28 +* Added "Copy Guild ID" to the "Advanced" sub-menu in the context menu for servers/guilds.
29 +
1 30 Ripcord version 0.4.12 (2019-8-8)
2 31 ---------------------------------
3 32
4 33 ### Windows
5 34
6 35 * Fixed a bug which could cause the menu bar in Ripcord to switch to a corrupted white-and-black incorrect color scheme after the wallpaper or Windows color schemes are changed in Windows 10.
7 36 * This would have required restarting Ripcord to fix.