4 4 This version updates Ripcord to handle new changes to the Slack service that
5 5 have started to roll out over the last few days. If you only use Discord, you
6 6 can skip this version.
7 7
8 8 ### Slack
9 9
10 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.
11 + * Cookies are absent from some HTTPS requests in the HAR data exported by newer versions of Chrome/Chromium in certain workspaces.
12 12 * This would cause Ripcord to fail to import the account data from the HAR file.
13 13 * Ripcord will now scan more of the data in the HAR file when looking for the cookies.
14 14 * Added detailed diagnostics of found and missing data if a HAR import fails.
15 15 * Will appear if you click on the "More info..." button in the error dialog that appears if a HAR account import fails.
16 16 * Added a "Token Type" field to the details column in the accounts view for Slack accounts.
17 17 * Token types will either be "S-Style" or "C-Style". Both should be handled correctly by Ripcord.
18 18 * Updated Ripcord to handle changes to Slack that requires cookies to be included for more types of requests to the Slack servers.