Releases: caaatto/rede
v2.18.30-beta
Horizontal emoji bar + 1:1 sealed sender fix
- Quick reactions: horizontal emoji bar (👍❤️😂🔥👀) at top of context menu
- Own reactions shown dimmed (click to remove)
- "More…" submenu with 6 categories (~120 emojis)
- Fixed: SEALED_MESSAGE_ACK msgId extraction — 1:1 reactions now work
- 1:1 reactions via Double Ratchet E2EE (no new protocol needed)
v2.18.29-beta
Emoji reactions for all chat types
- 1:1 chats: reactions now work (msgId from MESSAGE_ACK, reaction control messages via Double Ratchet)
- Places/Groups: server msgId ACK echo enables reactions on own messages
- Emoji picker: top 5 quick reactions + "More…" with 6 categories (~120 emojis)
- Toggle: click same emoji to remove reaction
- Login scrypt fix + RNNoise install URL fix
v2.18.28-beta
Fix reactions/edit/delete/reply on own messages
Own messages had no server-assigned msgId — reactions, edit, delete,
and reply were silently disabled. Now captures the msgId from the
server echo and updates both storage and UI.
v2.18.27-beta
Fix emoji reactions: plain text MenuItems
v2.18.26-beta
Fix login scrypt blocking UI thread
- scrypt key derivation offloaded to thread pool (was blocking UI for 2-5s)
- Passphrase fields now grey out immediately on Enter/click
- Includes all v2.18.25-beta fixes (emoji reactions, RNNoise install, login greying)
v2.18.25-beta
Fix emoji reactions, RNNoise install, login UX
- Emoji reactions in context menu now work (MenuItem submenu)
- RNNoise one-click install fixed (GitHub API lookup)
- Login passphrase fields grey out immediately on submit
(scrypt offloaded to thread pool — was blocking UI for 2-5s) - RNNoise native libs included as release assets
v2.18.24-beta
Login fields grey out on submit (Enter + button click). Emoji reactions visible in context menu. RNNoise install button fix.
v2.18.20-beta
Fix reaction context menu, group reactions, control message history filter
v2.18.19-beta
Profile broadcast on login, newest messages button, reaction context menu
v2.18.17-beta
Dynamic message layout, SecureTextBox fix, pkexec update elevation, install.sh fix
- Messages resize dynamically with window (removed fixed MaxWidth)
- Minimum window size 800x550
- SecureTextBox: IME registration fix for Linux (IBus, Fcitx, Wayland)
- Auto-update: pkexec privilege elevation for root-owned binary paths
- install.sh: fixed incorrect rede-client/ path nesting
- Removed -strikethrough- syntax (use
strikethrough) - README: Linux installation guide