2 2 -----------------------------------
3 3
4 4 This release has only a few new features. A lot of work over the last few weeks has gone into localizations, which should be appearing in future builds.
5 5
6 6 ### General
7 7
8 8 * Added Unicode 12 emoji for both Slack and Discord.
9 -* Added an optimization for PhantomStyle which slightly reduces the per-element CPU overhead for most GUI painting operations.
9 +* Added an optimization for PhantomStyle (the GUI styling engine for Ripcord) which slightly reduces the per-element CPU overhead for most GUI painting operations.
10 10 * Fixed wrong unread counter badge showing up in tabs during a drag operation when there are multiple tabs open, the first tab has an unread badge and is not the tabbed being dragged and the tab being dragged does not have an unread badge.
11 11
12 12 ### Slack
13 13
14 14 * Added filtering logic to hide incompatible Unicode 12 emoji when adding an emoji reaction.
15 15 * Slack's servers apparently do not support emoji from the Unicode 12 standard being used as reaction emoji, and would reject attempts to use them.
16 16 * Ripcord will now hide emoji from the Unicode 12 standard from the emoji picker when adding a reaction.