1 +Ripcord version 0.4.10 (2019-7-22)
2 +----------------------------------
3 +
4 +If you only use Discord, you can skip this version.
5 +
6 +### Slack
7 +
8 +* Fixed regression: channel topics not being displayed
9 + * This was caused by a change to the caching system in the previous release. A bit flag was not being cleared properly due a mistake I made when changing a data format to cope with new Slack server behavior.
10 + * I've added some compile-time checks to prevent this particular type of mistake from occurring again in the future.
11 +* Added ability to send @channel, @here, and @everyone mentions.
12 +* Added permissions tracking for sending @channel, @here, and @everyone.
13 +* Added tab-completion for @channel, @here, and @everyone.
14 + * The tab-completion options for these will only be available if your account/user has permission to send them in that particular channel.
15 +* Added permissions tracking for #general (or equivalent) channels. Ripcord will now correctly prevent attempting to send messages in channels where your account/user does not have permission to do so.
16 +* Added logging of the Slack WebSocket host ID upon connecting.
17 +* Added immediate updating of channel topic when changed.
18 +* Improved the ordering of results in the tab-completion popup for usernames.
19 + * A scoring system is now used, which will more highly rank usernames that have a matching prefix. This will be further improved in the future.
20 +* Improved logging for HTTP requests that fail due to permissions/authorization errors.
21 +* Added locale-dependent formatting for some number displays.
22 + * Example: the member counter in the toolbar will now display "1,500" instead of "1500" in American English locale.
23 +* Fixed being able to attempt to send messages in channels that are still open in tabs but which the account/user is no longer joined to.
24 + * The message would not have been accepted by the server, requiring a right-click to discard the failed message.
25 + * Sending and editing messages in these cases will now be prevented by the UI.
26 +
1 27 Ripcord version 0.4.9 (2019-7-16)
2 28 ---------------------------------
3 29
4 30 This version updates Ripcord to handle new changes to the Slack service that
5 31 have started to roll out over the last few days. If you only use Discord, you
6 32 can skip this version.
7 33