1 +Ripcord version 0.4.27 (2020-11-14)
2 +-----------------------------------
3 +
4 +### General
5 +
6 +* Added experimental option for condensed mode sidebar layout.
7 + * More space efficient, less fluff.
8 + * This might become the default in the future.
9 + * You can enable it in Preferences -> Experimental -> Sidebar Layout
10 +* Rewrote some parts of the sidebar item layout to work better across a larger range of font sizes.
11 + * Fixed some parts of the spacing and alignment not tracking the font size.
12 + * Fixed status circle not growing to match the font size.
13 + * Fixed excessive indenting for Slack group DMs in sidebar
14 + * Fixed member counter badges on group DM channels not tracking the main sidebar font correctly.
15 +* Improved efficiency of redrawing unread badges in the sidebar.
16 +* Reduced some bloat in the sidebar drawing code.
17 +* Fixed theme editor window not having a window title.
18 +* Fixed dialog push buttons being too tall by 1 point on some high DPI configurations.
19 +
20 +### Slack
21 +
22 +* Fix Slack admins having Delete Message menu action enabled in 1-on-1 DMs, even though server would reject it. (Group DMs are still OK to delete.)
23 +* Fixed Slack emoji reaction tooltips having '@' for not-yet-loaded user names, when they should have been '@.....'
24 +
25 +### Discord
26 +
27 +* Added multiple selection support to the Discord ignored users list editor.
28 +* Added jfif suffix as heuristic for jpeg mime type when uploading to Discord.
29 + * Might be necessary when dragging and dropping images from some versions of Firefox.
30 +* Fixed bad display of "key" (guild/server owner) and "ignored" icons in Discord user list sidebar
31 + * The icons would overlap if both were on the same user.
32 +* Improved efficiency of up Discord user list sidebar drawing/display.
33 +* Fixed possible Discord message log glitch and abort/crash when repeatedly scrolling up while simultaneously adding users to the ignored users list and while history is fetching.
34 +* Fixed some minor code bloat in the Ctrl+K popup handling code specific to Discord.
35 +* Fixed some minor code bloat in the chat message layout code.
36 +
37 +### Windows
38 +
39 +* Updated the OpenSSL binaries (.dll) that are shipped with Ripcord.
40 + * This fixes Ripcord quitting after opening on newer 10nm Intel CPUs in some tablets and laptops.
41 + * This was already available in 0.4.26.1, but now it's in the full release.
42 +* Fixed a bug with the combo boxes in the preference window that could have caused the application to not cleanly quit if when quitting with the preferences window still open and one of the combo boxes expanded.
43 +* Fixed the unread badge number font not having anti-aliasing in some situations when it should have.
44 + * Specifically, when choosing a font and setting AA to disabled, but the font doesn't have a good size to use for the smaller unread badge, so it gets substituted with Calibri.
45 +
1 46 Ripcord version 0.4.26 (2020-6-21)
2 47 ----------------------------------
3 48
4 49 ### General
5 50
6 51 * Added live theme changing without having to restart Ripcord.
7 52 * Added a GUI-based custom theme editor with live preview, undo/redo, and JSON import/export.