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 11 * Cookies are missing from some 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 + * Ripcord will now scan more of the data in the HAR file when looking for the cookies.
13 14 * Added detailed diagnostics of found and missing data if a HAR import fails.
14 15 * Will appear if you click on the "More info..." button in the error dialog that appears if a HAR account import fails.
15 16 * Added a "Token Type" field to the details column in the accounts view for Slack accounts.
16 17 * Token types will either be "S-Style" or "C-Style". Both should be handled correctly by Ripcord.
17 18 * Updated Ripcord to handle changes to Slack that requires cookies to be included for more types of requests to the Slack servers.
18 19 * Accounts with "C-Style" tokens require this. No intervention is necessary from the user.
19 20 * Added correct display of "@everyone" mentions in chat messages. ("@channel" and "@here" already worked.)