1 +Ripcord version 0.4.9 (2019-7-16)
2 +---------------------------------
3 +
4 +This version updates Ripcord to handle new changes to the Slack service that
5 +have started to roll out over the last few days. If you only use Discord, you
6 +can skip this version.
7 +
8 +### Slack
9 +
10 +* Updated HAR account importing logic (import from browser) to handle changes to Chrome/Chromium's HAR export when "CORS" security policy is in effect.
11 + * Cookies are missing from some requests in the HAR data exported by newer versions of Chrome/Chromium in certain workspaces.
12 + * This would cause Ripcord to fail to import the account data from the HAR file.
13 +* Added detailed diagnostics of found and missing data if a HAR import fails.
14 + * Will appear if you click on the "More info..." button in the error dialog that appears if a HAR account import fails.
15 +* Added a "Token Type" field to the details column in the accounts view for Slack accounts.
16 + * Token types will either be "S-Style" or "C-Style". Both should be handled correctly by Ripcord.
17 +* Updated Ripcord to handle changes to Slack that requires cookies to be included for more types of requests to the Slack servers.
18 + * Accounts with "C-Style" tokens require this. No intervention is necessary from the user.
19 +* Added correct display of "@everyone" mentions in chat messages. ("@channel" and "@here" already worked.)
20 +* Added better logging messages for more types of ways that "send message" operations can fail.
21 +* Fixed a potential temporary glitchy behavior in the sidebar when connecting with a Slack account, disconnecting from it, deleting the account, then re-adding it as a new account with the same credentials without restarting Ripcord and while leaving other Slack accounts online.
22 +
1 23 Ripcord version 0.4.8 (2019-7-10)
2 24 ---------------------------------
3 25
4 26 ### General
5 27
6 28 * 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 29 * 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.