Skip to content

Releases: caaatto/rede

v2.18.30-beta

08 Apr 17:44

Choose a tag to compare

v2.18.30-beta Pre-release
Pre-release

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

08 Apr 17:20

Choose a tag to compare

v2.18.29-beta Pre-release
Pre-release

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

08 Apr 13:18

Choose a tag to compare

v2.18.28-beta Pre-release
Pre-release

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

08 Apr 12:01

Choose a tag to compare

v2.18.27-beta Pre-release
Pre-release

Fix emoji reactions: plain text MenuItems

v2.18.26-beta

08 Apr 10:29

Choose a tag to compare

v2.18.26-beta Pre-release
Pre-release

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

08 Apr 09:54

Choose a tag to compare

v2.18.25-beta Pre-release
Pre-release

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

08 Apr 09:07

Choose a tag to compare

v2.18.24-beta Pre-release
Pre-release

Login fields grey out on submit (Enter + button click). Emoji reactions visible in context menu. RNNoise install button fix.

v2.18.20-beta

07 Apr 15:12

Choose a tag to compare

v2.18.20-beta Pre-release
Pre-release

Fix reaction context menu, group reactions, control message history filter

v2.18.19-beta

07 Apr 15:03

Choose a tag to compare

v2.18.19-beta Pre-release
Pre-release

Profile broadcast on login, newest messages button, reaction context menu

v2.18.17-beta

07 Apr 12:10

Choose a tag to compare

v2.18.17-beta Pre-release
Pre-release

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