1 +Ripcord version 0.4.17 (2019-9-17)
2 +----------------------------------
3 +
4 +### General
5 +
6 +* Changed tab text, when there's not enough room for the text to fit in the tab, to put the "..." on the right side instead of the left side.
7 +* The number of unread messages in the current tab is no longer appended to the window title of minimized windows. Instead, if any tabs in the window have any unread messages, a `*` will be prefixed to the window title.
8 + * Therefore, `#general (1)` will now be `* #general`, and the `*` shows up even if it's not the currently selected tab.
9 + * This is probably a lot more useful than the old system.
10 +* On Mac and Linux (and on Windows high DPI), the unread badge visuals have been tweaked to produce more consistent spacing around the numbers.
11 + * This is especially visible for unread badges which are drawn in tabs title areas and the "Go to" list.
12 +* CPU usage when redrawing the sidebar with many unread badges visible has been reduced.
13 +
14 +### Slack
15 +
16 +* Added tooltip when hovering over emoji reactions which shows the name of the emoji and the list of users who added a reaction.
17 +* Added preferences option to control the size of emoji reactions.
18 +* Added unread indicator badges on "Threads" overview tabs.
19 +* Added a "Return to Channel" menu and toolbar action for navigating to the parent channel of a thread.
20 +* Added "Threads Overview" item in the "Workspace" menu. This is the same as clicking on the "Threads" item in the sidebar underneath a workspace.
21 +* Fixed the "+" part of unread badges like "1+" not appearing in the "Go to" (Ctrl+K) menu.
22 +
23 +### Discord
24 +
25 +* Added the ability to view "announcements"/"news" special channels.
26 + * These are only available to "partnered" Discord guilds.
27 + * Ripcord will not display them with a bullhorn icon or with any extra special feature -- they'll look just like regular text channels.
28 + * But at least you'll be able to see and read them now.
29 +
1 30 Ripcord version 0.4.16 (2019-9-13)
2 31 ----------------------------------
3 32
4 33 ### General
5 34
6 35 * Tweaked sizes of icons in the sidebar (the small icons, like the lock symbol, microphone, etc.) to be slightly larger.
7 36 * The new icon set has slightly smaller icon main shapes by default, so this change brings the indicator icons in the sidebar back to roughly the same size as they were before the new icon set was adopted.