20 20 * This may have been spurred by sudden increased load from more people working from home and using Slack.
21 21 * Internally, Ripcord encodes Slack IDs using an optimized format to avoid wasting memory and making lookups and comparisons faster.
22 22 * Ripcord's format left room for 2 extra characters, just in case. But it only allowed 1 to actually be used without triggering a safeguard.
23 23 * Slack's new format added 2 extra characters.
24 24 * Ripcord's code has been updated to allow both extra characters to be used.
25 25 * Fixed emoji reaction tooltips being stuck open when leaving the mouse cursor over a reaction, and then changing tabs using keyboard shortcuts, alt-tabbing, or hiding the window.
26 26 * Fixed potential spurious debug warnings in event log when performing message searches.
27 -* Fixed message search results usually not display the full text of the message in the details pane when selected.
27 +* Fixed message search results usually not displaying the full text of the message in the details pane when selected.
28 28 * Should always display, now.
29 29 * Fixed the preview in the upload image dialog being extra wide if the image was short and wide.
30 30
31 31 ### Discord
32 32
33 33 * Fixed: when muting or unmuting a channel in a server, the sidebar in Ripcord would show the channels in all other servers becoming unmuted.
34 34 * This was just cosmetic -- restarting Ripcord would bring it back in sync with the truth on the server.