1 +Ripcord version 0.4.14 (2019-8-26)
2 +----------------------------------
3 +
4 +This update changes the UI icons in Ripcord. Please report any issues or
5 +incorrect icons that you find.
6 +
7 +### General
8 +
9 +* Changed to use a new general-purpose UI icon set.
10 + * "GLYPHICONS Halflings" by Jan Kovařík.
11 +* Removed old font-based icon rendering/caching system.
12 +* Added new custom icon rendering/caching system.
13 + * Application startup time has been reduced.
14 + * Memory usage has been reduced.
15 + * Application binary size has been reduced.
16 + * Icons should render more cleanly across different DPIs and interface scales.
17 +* Updated Slack logo from the old mark to the new mark.
18 +
19 +### Windows
20 +
21 +* Fixed application aborting with a font-related error during start up on some versions of Windows which use certain combinations of Russian/Cyrillic locales.
22 + * This was caused by a bug in Qt's font handling system when trying to load the icon font that Ripcord bundles in its executable resources.
23 + * Ripcord no longer uses an icon font and doesn't need to instruct Qt to load any additional fonts, so this bug is no longer a problem in Ripcord.
24 +
25 +### Linux
26 +
27 +* Fixed blurry icons under certain configurations of FreeType.
28 + * Ripcord no longer uses FreeType to render icons.
29 +
1 30 Ripcord version 0.4.13 (2019-8-22)
2 31 ----------------------------------
3 32
4 33 ### Slack
5 34
6 35 * Added support for Slack "blocks."
7 36 * This is the third and newest method of creating "rich messages" and bot-generated UIs for Slack.