1 +Ripcord version 0.4.4 (2019-5-23)
2 +---------------------------------
3 +
4 +* Discord
5 + * Added experimental audio option to force Opus codec to encode only in music signal mode instead of in automatic mode.
6 + * This is only useful if you are sending music-like material through the voice chat, but also occasionally talking without any music. The setting will lock Opus to only use music mode instead of automatically switching between VOIP mode and music mode, which may be distracting.
7 + * You should probably not enable this. It's only for very specific circumstances.
8 +* Slack
9 + * Added correct line breaking when displaying code blocks in messages.
10 + * Added drawing dark background behind code blocks and code spans.
11 + * Added ability to search entire workspace for users (menu: Workspace -> Members.)
12 + * Added ability to start DMs with any user in a workspace by searching for them.
13 + * Added "details" view for users/members, accessible when searching for users or by right-clicking on a user.
14 + * Added WIP message searching.
15 + * Still very unfinished.
16 + * Fixed being able to open the (useless) member list for 1-on-1 DMs.
17 + * Improved error log message for unrecognized Slack error responses.
18 +
1 19 Ripcord version 0.4.3 (2019-4-29)
2 20 ---------------------------------
3 21
4 22 This release is focused mainly on code quality improvements. There are not many
5 23 new features, but lots of internal improvements.
6 24
7 25 ### General