Added
- Render a message when there are no channels/messages (#338)
- Keyboard bindings for emoji reactions (#327, #330)
Fixes
- Random state reusage (#326):
This fixes the long-stating issue #234 about losing the Signal session and
losing messages between linked clients. - Replace reaction in UI instead of always removing it when replacing it (#332)
- Ignore empty names from contact store (#336)
Internal
- Respect
RUST_LOG
when specifying --verbose (#322)