Skip to content

Releases: processone/fluux-messenger

v0.15.2

21 Apr 13:40
a881e39

Choose a tag to compare

What's New in v0.15.2

Added

  • Right-to-left (RTL) layout support for RTL languages
  • Arabic and Hebrew translations (beta quality, please report any error or issue to help improve them)
  • Decorative quotation marks for blockquotes

Changed

  • SASL2 user-agent identifier and server-side FAST token invalidation on logout
  • Faster reconnection: skip redundant MAM queries on stream-management resume
  • Perf: Per-conversation typing and draft subscriptions for smoother list rendering during background sync
  • Security updates for several dependencies (brace-expansion, rustls-webpki, tar, rand, serialize-javascript; trust-dns-resolver migrated to hickory-resolver)

Fixed

  • Preserve MUC room state across stream-management resume and interrupted fresh sessions
  • Prevent reconnection loops and UI freezes after system sleep/wake
  • Keep FAST token rotation working across page-reload reconnect
  • Retry FAST token authentication when the server field was initially empty
  • Suppress spurious FAST token deletion log message on first login
  • Set websocket stream "from" attribute so SASL2 is accepted on compliant servers
  • Hydrate outbound stream-management state on resume to avoid ackQueue crash
  • Recover Tauri reconnect stalls via native keepalive with proxy fallback
  • fetchBookmarks no longer wipes stored room messages on reconnect
  • Write live room messages directly to IndexedDB to prevent loss on reconnect
  • Restore saved rooms through the connect call so history loads after SM resume
  • Skip unnecessary webview reload when the app was hidden but the machine stayed awake
  • Lightbox displays the full-resolution original without upscaling past its natural size
  • Run discovery calls before the serial session-setup chain
  • Recover when post-wake auto-connect stalls after SASL
  • Handle superseded connection attempts with a dedicated error class
  • Grow reconnect attempt counter past the backoff ceiling
  • Probe runtime before reloading on dynamic import failure; auto-reload otherwise
  • Fall back to direct URL when the web image cache fetch fails
  • Display upload errors in the UI and allow HTTP upload URLs
  • Use inert instead of aria-hidden on the scroll-to-bottom FAB (accessibility)
  • Use ServiceWorker.showNotification() on web for reliable notifications
  • Fix vertical alignment of the message toolbar "more" menu button

Full Changelog

v0.15.1

06 Apr 15:44
54b8969

Choose a tag to compare

What's New in v0.15.1

Changed

  • Skip PEP avatar requests for domains that block PubSub access (reduces unnecessary traffic)

Fixed

  • Blank screen during initial connection sync caused by render loop
  • False reconnections triggered by macOS timer throttling after sleep
  • MUC MAM catch-up gaps after long offline periods
  • Added a temporary button in the rooms sidebar, under the + menu to force catch up all joined rooms.

Full Changelog

v0.15.0

06 Apr 11:00
d2476d0

Choose a tag to compare

What's New in v0.15.0

Added

  • Reaction-based polls for MUC rooms with deadlines, custom emojis, close/reopen, unanswered banner, and result visualization
  • Full-text message search across all conversations and rooms with local IndexedDB inverted index, prefix matching, and highlighted snippets
  • Font size adjustment buttons in Appearance settings
  • Theme system with 3-tier CSS design tokens (Foundation, Semantic, Component), theme picker, CSS snippets, and 12 built-in themes (Fluux, Dracula, Nord, Gruvbox, Catppuccin Mocha, Solarized, One Dark, Tokyo Night, Monokai, Rosé Pine, Kanagawa, GitHub)
  • Theme import and CSS snippets
  • Add reaction and vote summary to the activity log
  • XEP-0388: SASL2 and XEP-0484: FAST token authentication for faster reconnection
  • XEP-0012: Last Activity — display how long ago offline contacts were last seen
  • Full emoji picker (emoji-mart) with dynamic viewport positioning
  • Media cache: downloaded images cached to filesystem to avoid re-downloading, with storage management screen
  • Per-tab XMPP resources and BroadcastChannel tab coordination for multi-tab support
  • Proto-XEP drafts for appearance sync, conversation sync, ignored users, and @all mentions
  • Unread message badge on scroll-to-bottom button with two-step scroll: first click jumps to new message marker, second click to bottom
  • IRC-style mention detection with fallback highlighting in MUC rooms
  • Highlight effect when navigating to a specific message from activity log
  • Activity log events are clickable and navigate to the relevant conversation and message
  • Scoped reaction muting in activity log (per-conversation instead of global)
  • Ability to disable push notifications from settings
  • Syntax highlighting for code blocks with theme integration
  • Expandable code block modal with fullscreen mobile support
  • MAM server archive search to supplement local IndexedDB results
  • Find-on-page search within conversations (Cmd+F)
  • Search rebuild progress UI and empty state improvements
  • XEP-0359: Origin-id support for outgoing stanzas
  • Global accent color picker with theme-specific presets
  • Own nick and avatar use accent color instead of hardcoded green
  • Message send slide-up animation
  • Particle burst animation on reaction add
  • Sidebar view fade-in transition on view switch
  • VCard info popover on occupant and member list nicks
  • Lazy-loaded syntax highlighting grammars per language
  • Web persistent media cache with improved unavailable media UI
  • Inline context preview for reaction and vote events in activity log
  • Interactive demo mode with guided tutorial, room browsing, mock IQ responses, and admin panel
  • Show ignored users section in MUC occupant panel
  • Render markdown headings as rich messages

Changed

  • No more signing of the binary on Windows (See here for reason: #290). You will have to manually trust it on install.
  • Room sorting by latest message with muted room flag
  • Inline reactions limited to 9 with overflow indicator, sorted by count
  • Inline hat badges limited to 3 with overflow tooltip
  • Reaction tooltips limited to 9 names in large rooms
  • Plural-aware "months ago" and "years ago" duration formatting across all locales
  • External links now open in system default browser instead of Tauri webview
  • Upgraded to React 19 with React Compiler for automatic memoization
  • Upgraded to Vite 8 with lazy-loaded infrequent views
  • Color @mentions with per-user consistent colors / XEP-0392
  • Hide reactions UI in chat rooms when disco#info fails

Fixed

  • SM session resumption now properly attempts on reconnect
  • Draft text no longer leaks to active room on conversation switch
  • Message retraction and moderation in MUC rooms
  • Avatar falls back to letter display when image fails to load
  • Hide typing indicator for ignored users in MUC rooms
  • Prevent continuous video flickering on Linux/KDE by stabilizing dimensions
  • XMPP Console blanking prevented with restored memoization and virtualization
  • Resolve display name via occupant-id when message nick mismatches
  • Blank screen on re-login after data clear prevented by resetting URL hash
  • Message correction uses replace target ID when original is missing
  • Reconnect backoff reset on wake from sleep
  • Cached MUC occupant avatars restored across sessions
  • More-options dropdown no longer overlaps bottom of chat on last message
  • New message marker shown for conversations not yet opened in session
  • Header misalignment and sidebar item spacing consistency
  • Tauri control characters filtered from text input fields
  • Delayed messages skipped when computing MAM catch-up cursor
  • Admin user list refreshed after closing completed command
  • New messages marker cleared when user scrolls past it
  • Wire destroy room button to SDK MUC implementation
  • Exclude ignored users from MUC room sidebar preview

Full Changelog

v0.15.0-beta.2

30 Mar 14:13
12987ef

Choose a tag to compare

v0.15.0-beta.2 Pre-release
Pre-release

What's New in v0.15.0

Added

  • Reaction-based polls for MUC rooms with deadlines, custom emojis, close/reopen, unanswered banner, and result visualization
  • Full-text message search across all conversations and rooms with local IndexedDB inverted index, prefix matching, and highlighted snippets
  • Font size adjustment buttons in Appearance settings
  • Theme system with 3-tier CSS design tokens (Foundation, Semantic, Component), theme picker, CSS snippets, and 12 built-in themes (Fluux, Dracula, Nord, Gruvbox, Catppuccin Mocha, Solarized, One Dark, Tokyo Night, Monokai, Rosé Pine, Kanagawa, GitHub)
  • Theme import and CSS snippets
  • Add reaction and vote summary to the activity log
  • XEP-0388: SASL2 and XEP-0484: FAST token authentication for faster reconnection
  • XEP-0012: Last Activity — display how long ago offline contacts were last seen
  • Full emoji picker (emoji-mart) with dynamic viewport positioning
  • Media cache: downloaded images cached to filesystem to avoid re-downloading, with storage management screen
  • Per-tab XMPP resources and BroadcastChannel tab coordination for multi-tab support
  • Proto-XEP drafts for appearance sync, conversation sync, ignored users, and @ALL mentions
  • Unread message badge on scroll-to-bottom button with two-step scroll: first click jumps to new message marker, second click to bottom
  • IRC-style mention detection with fallback highlighting in MUC rooms
  • Highlight effect when navigating to a specific message from activity log
  • Activity log events are clickable and navigate to the relevant conversation and message
  • Scoped reaction muting in activity log (per-conversation instead of global)
  • Ability to disable push notifications from settings
  • Syntax highlighting for code blocks with theme integration
  • Expandable code block modal with fullscreen mobile support
  • MAM server archive search to supplement local IndexedDB results
  • Find-on-page search within conversations (Cmd+F)
  • Search rebuild progress UI and empty state improvements
  • XEP-0359: Origin-id support for outgoing stanzas
  • Global accent color picker with theme-specific presets
  • Own nick and avatar use accent color instead of hardcoded green
  • Message send slide-up animation
  • Particle burst animation on reaction add
  • Sidebar view fade-in transition on view switch
  • VCard info popover on occupant and member list nicks
  • Lazy-loaded syntax highlighting grammars per language
  • Web persistent media cache with improved unavailable media UI
  • Inline context preview for reaction and vote events in activity log
  • Interactive demo mode with guided tutorial, room browsing, mock IQ responses, and admin panel
  • Show ignored users section in MUC occupant panel
  • Render markdown headings as rich messages

Changed

  • Room sorting by latest message with muted room flag
  • Inline reactions limited to 9 with overflow indicator, sorted by count
  • Inline hat badges limited to 3 with overflow tooltip
  • Reaction tooltips limited to 9 names in large rooms
  • Plural-aware "months ago" and "years ago" duration formatting across all locales
  • External links now open in system default browser instead of Tauri webview
  • Upgraded to React 19 with React Compiler for automatic memoization
  • Upgraded to Vite 8 with lazy-loaded infrequent views
  • Color @mentions with per-user consistent colors / XEP-0392
  • Hide reactions UI in chat rooms when disco#info fails

Fixed

  • SM session resumption now properly attempts on reconnect
  • Draft text no longer leaks to active room on conversation switch
  • Message retraction and moderation in MUC rooms
  • Avatar falls back to letter display when image fails to load
  • Hide typing indicator for ignored users in MUC rooms
  • Prevent continuous video flickering on Linux/KDE by stabilizing dimensions
  • XMPP Console blanking prevented with restored memoization and virtualization
  • Resolve display name via occupant-id when message nick mismatches
  • Blank screen on re-login after data clear prevented by resetting URL hash
  • Message correction uses replace target ID when original is missing
  • Reconnect backoff reset on wake from sleep
  • Cached MUC occupant avatars restored across sessions
  • More-options dropdown no longer overlaps bottom of chat on last message
  • New message marker shown for conversations not yet opened in session
  • Header misalignment and sidebar item spacing consistency
  • Tauri control characters filtered from text input fields
  • Delayed messages skipped when computing MAM catch-up cursor
  • Admin user list refreshed after closing completed command
  • New messages marker cleared when user scrolls past it
  • Wire destroy room button to SDK MUC implementation
  • Exclude ignored users from MUC room sidebar preview

Full Changelog

v0.15.0-beta.1

26 Mar 16:00
866a74d

Choose a tag to compare

v0.15.0-beta.1 Pre-release
Pre-release

What's New in v0.15.0

Highlights

  • Message search
  • Theme engine
  • Polls widget

Added

  • Reaction-based polls for MUC rooms with deadlines, custom emojis, close/reopen, unanswered banner, and result visualization
  • Full-text message search across all conversations and rooms with local IndexedDB inverted index, prefix matching, and highlighted snippets
  • Font size adjustment buttons in Appearance settings
  • Theme system with 3-tier CSS design tokens (Foundation, Semantic, Component), theme picker, CSS snippets, and 12 built-in themes (Fluux, Dracula, Nord, Gruvbox, Catppuccin Mocha, Solarized, One Dark, Tokyo Night, Monokai, Rosé Pine, Kanagawa, GitHub)
  • Theme import and CSS snippets
  • Add reaction and vote summary to the activity log
  • XEP-0388: SASL2 and XEP-0484: FAST token authentication for faster reconnection
  • XEP-0012: Last Activity — display how long ago offline contacts were last seen
  • Full emoji picker (emoji-mart) with dynamic viewport positioning
  • Media cache: downloaded images cached to filesystem to avoid re-downloading, with storage management screen
  • Per-tab XMPP resources and BroadcastChannel tab coordination for multi-tab support
  • Proto-XEP drafts for appearance sync, conversation sync, ignored users, and @ALL mentions
  • Unread message badge on scroll-to-bottom button with two-step scroll: first click jumps to new message marker, second click to bottom
  • IRC-style mention detection with fallback highlighting in MUC rooms
  • Highlight effect when navigating to a specific message from activity log
  • Activity log events are clickable and navigate to the relevant conversation and message
  • Scoped reaction muting in activity log (per-conversation instead of global)
  • Ability to disable push notifications from settings
  • Syntax highlighting for code blocks with theme integration
  • Expandable code block modal with fullscreen mobile support
  • MAM server archive search to supplement local IndexedDB results
  • Find-on-page search within conversations (Cmd+F)
  • Search rebuild progress UI and empty state improvements
  • XEP-0359: Origin-id support for outgoing stanzas
  • Global accent color picker with theme-specific presets
  • Own nick and avatar use accent color instead of hardcoded green
  • Message send slide-up animation
  • Particle burst animation on reaction add
  • Sidebar view fade-in transition on view switch
  • VCard info popover on occupant and member list nicks
  • Lazy-loaded syntax highlighting grammars per language
  • Web persistent media cache with improved unavailable media UI
  • Inline context preview for reaction and vote events in activity log
  • Interactive demo mode with guided tutorial, room browsing, mock IQ responses, and admin panel

Changed

  • Room sorting by latest message with muted room flag
  • Inline reactions limited to 9 with overflow indicator, sorted by count
  • Inline hat badges limited to 3 with overflow tooltip
  • Reaction tooltips limited to 9 names in large rooms
  • Plural-aware "months ago" and "years ago" duration formatting across all locales
  • External links now open in system default browser instead of Tauri webview
  • Upgraded to React 19 with React Compiler for automatic memoization
  • Upgraded to Vite 8 with lazy-loaded infrequent views

Fixed

  • SM session resumption now properly attempts on reconnect
  • Draft text no longer leaks to active room on conversation switch
  • Message retraction and moderation in MUC rooms
  • Avatar falls back to letter display when image fails to load
  • Hide typing indicator for ignored users in MUC rooms
  • Prevent continuous video flickering on Linux/KDE by stabilizing dimensions
  • XMPP Console blanking prevented with restored memoization and virtualization
  • Resolve display name via occupant-id when message nick mismatches
  • Blank screen on re-login after data clear prevented by resetting URL hash
  • Message correction uses replace target ID when original is missing
  • Reconnect backoff reset on wake from sleep
  • Cached MUC occupant avatars restored across sessions
  • More-options dropdown no longer overlaps bottom of chat on last message
  • New message marker shown for conversations not yet opened in session
  • Header misalignment and sidebar item spacing consistency
  • Tauri control characters filtered from text input fields
  • Delayed messages skipped when computing MAM catch-up cursor
  • Admin user list refreshed after closing completed command
  • New messages marker cleared when user scrolls past it

Full Changelog

v0.14.0

19 Mar 09:53
e369672

Choose a tag to compare

What's New in v0.14.0

Added

  • XEP-0425: Message Moderation — moderators can retract other users' messages in MUC rooms, with moderator attribution and reason display
  • MUC room creation, configuration, and destruction support
  • MUC room user management: affiliation/role changes, kick, and ban
  • MUC hat management UI for room owners (XEP-0317): define, assign, and remove hats via ad-hoc commands
  • Per-room ignored user management with server-side storage (XEP-0223)
  • RSM pagination support for MUC room browsing
  • Contact management dropdown in the occupant room sidebar
  • Contact addition button in profile screen
  • Occupant context menu on right-click/long-press of nicknames in room messages
  • Suppress sound and desktop notifications when presence is Do Not Disturb
  • Open external links in Tauri webview popup instead of system browser
  • XEP-0054: vCard info display in contact popover (full name, organisation, email, country)
  • XEP-0054: vCard editing in profile settings — add, edit, and remove vCard fields (full name, company, email, country)
  • XEP-0054: vCard info display in contact profile view
  • Avatar lightbox overlay on click in message view
  • Full-screen occupant panel on small screens
  • Font size setting in appearance preferences
  • PEP-based conversation list synchronisation (ConversationSync module)
  • XEP-0202: Entity Time — display contact local time in chat header and contact popover
  • Display message delivery errors, and offer the options to retry sending the message
  • Add modal to join a room using its JID

Changed

  • Improved mobile rendering layout
  • Context menus close on scroll for better UX
  • Reply arrow moved to avatar column in reply context for better visual alignment
  • Dropdown menus aligned to the left on small screens
  • Extracted reusable ModalShell, ConfirmDialog, and useNotificationPermission components
  • Switched to HashRouter and relative asset paths for sub-path deployable static builds

Fixed

  • Active room not moving to top of sidebar on new messages
  • New message marker lagging behind when switching conversations
  • Blank window in MUC rooms caused by stale ResizeObserver ref
  • Reactions UI disabled in rooms without stable occupant identity
  • Lazy loading pagination in room discovery
  • Ignored user filtering improved by cross-matching JIDs and occupant IDs
  • Notifications suppressed for replies quoting ignored users in MUC rooms
  • Native window theme syncing for 'system' mode in Tauri
  • Contacts sidebar button alignment
  • Navigation stack management to help on mobile
  • Chevron rotation logic in RoomHeader
  • Modals closing when click-dragging from inside to outside
  • Notification lastSeenMessageId not advancing on outgoing messages
  • Devices section rendering in UserInfoPopover
  • Fallback to occupant JID username when contact JID is unavailable
  • Owner showing as moderator in chat view
  • Missing room messages after reconnect or app restart
  • Missing "name" attribute on "external" elements (required by spec)

Full Changelog

v0.14.0-beta.2

17 Mar 11:14

Choose a tag to compare

v0.14.0-beta.2 Pre-release
Pre-release

What's New in v0.14.0

Added

  • XEP-0425: Message Moderation — moderators can retract other users' messages in MUC rooms, with moderator attribution and reason display
  • MUC room creation, configuration, and destruction support
  • MUC room user management: affiliation/role changes, kick, and ban
  • MUC hat management UI for room owners (XEP-0317): define, assign, and remove hats via ad-hoc commands
  • Per-room ignored user management with server-side storage (XEP-0223)
  • RSM pagination support for MUC room browsing
  • Contact management dropdown in the occupant room sidebar
  • Contact addition button in profile screen
  • Occupant context menu on right-click/long-press of nicknames in room messages
  • Suppress sound and desktop notifications when presence is Do Not Disturb
  • Open external links in Tauri webview popup instead of system browser
  • XEP-0054: vCard info display in contact popover (full name, organisation, email, country)
  • XEP-0054: vCard editing in profile settings — add, edit, and remove vCard fields (full name, company, email, country)
  • XEP-0054: vCard info display in contact profile view
  • Avatar lightbox overlay on click in message view
  • Full-screen occupant panel on small screens
  • Font size setting in appearance preferences
  • PEP-based conversation list synchronisation (ConversationSync module)
  • XEP-0202: Entity Time — display contact local time in chat header and contact popover
  • Display message delivery errors, and offer the options to retry sending the message
  • Add modal to join a room using its JID

Changed

  • Improved mobile rendering layout
  • Context menus close on scroll for better UX
  • Reply arrow moved to avatar column in reply context for better visual alignment
  • Dropdown menus aligned to the left on small screens
  • Extracted reusable ModalShell, ConfirmDialog, and useNotificationPermission components
  • Switched to HashRouter and relative asset paths for sub-path deployable static builds

Fixed

  • Active room not moving to top of sidebar on new messages
  • New message marker lagging behind when switching conversations
  • Blank window in MUC rooms caused by stale ResizeObserver ref
  • Reactions UI disabled in rooms without stable occupant identity
  • Lazy loading pagination in room discovery
  • Ignored user filtering improved by cross-matching JIDs and occupant IDs
  • Notifications suppressed for replies quoting ignored users in MUC rooms
  • Native window theme syncing for 'system' mode in Tauri
  • Contacts sidebar button alignment
  • Navigation stack management to help on mobile
  • Chevron rotation logic in RoomHeader
  • Modals closing when click-dragging from inside to outside
  • Notification lastSeenMessageId not advancing on outgoing messages
  • Devices section rendering in UserInfoPopover
  • Fallback to occupant JID username when contact JID is unavailable
  • Owner showing as moderator in chat view

Full Changelog

v0.14.0-beta.1

16 Mar 13:11
b91b00e

Choose a tag to compare

v0.14.0-beta.1 Pre-release
Pre-release

What's New in v0.14.0-beta.1

Added

  • XEP-0425: Message Moderation — moderators can retract other users' messages in MUC rooms, with moderator attribution and reason display
  • MUC room creation, configuration, and destruction support
  • MUC room user management: affiliation/role changes, kick, and ban
  • MUC hat management UI for room owners (XEP-0317): define, assign, and remove hats via ad-hoc commands
  • Per-room ignored user management with server-side storage (XEP-0223)
  • RSM pagination support for MUC room browsing
  • Contact management dropdown in the occupant room sidebar
  • Contact addition button in profile screen
  • Occupant context menu on right-click/long-press of nicknames in room messages
  • Suppress sound and desktop notifications when presence is Do Not Disturb
  • Open external links in Tauri webview popup instead of system browser
  • XEP-0054: vCard info display in contact popover (full name, organisation, email, country)
  • XEP-0054: vCard editing in profile settings — add, edit, and remove vCard fields (full name, company, email, country)
  • XEP-0054: vCard info display in contact profile view
  • Avatar lightbox overlay on click in message view
  • Full-screen occupant panel on small screens
  • Font size setting in appearance preferences
  • PEP-based conversation list synchronisation (ConversationSync module)
  • XEP-0202: Entity Time — display contact local time in chat header and contact popover
  • Display message delivery errors, and offer the options to retry sending the mesage

Changed

  • Improved mobile rendering layout
  • Context menus close on scroll for better UX
  • Reply arrow moved to avatar column in reply context for better visual alignment
  • Dropdown menus aligned to the left on small screens
  • Extracted reusable ModalShell, ConfirmDialog, and useNotificationPermission components

Fixed

  • Active room not moving to top of sidebar on new messages
  • New message marker lagging behind when switching conversations
  • Blank window in MUC rooms caused by stale ResizeObserver ref
  • Reactions UI disabled in rooms without stable occupant identity
  • Lazy loading pagination in room discovery
  • Ignored user filtering improved by cross-matching JIDs and occupant IDs
  • Notifications suppressed for replies quoting ignored users in MUC rooms
  • Native window theme syncing for 'system' mode in Tauri
  • Contacts sidebar button alignment
  • Navigation stack management to help on mobile
  • Chevron rotation logic in RoomHeader
  • Modals closing when click-dragging from inside to outside
  • Notification lastSeenMessageId not advancing on outgoing messages
  • Devices section rendering in UserInfoPopover
  • Fallback to occupant JID username when contact JID is unavailable
  • Owner showing as moderator in chat view

Full Changelog

v0.13.3

04 Mar 18:05
f69b08c

Choose a tag to compare

What's New in v0.13.3

Added

  • MUC room member affiliation discovery for avatars, panel, and mentions
  • MUC message history authors included in mention autocomplete
  • Session persistence scoped by JID for multi-account isolation
  • XMPP Console log batching with increased entry limit

Changed

  • Windows installer defaults to passive install mode
  • Keyboard shortcut listener dependencies stabilized
  • Stanza-id references enforced in MUCs when available

Fixed

  • SM resumption now detects cache clear and triggers full sync
  • Roster subscription refusal no longer creates ghost entries
  • Message reactions normalized for consistent reactor identifiers
  • Viewport pending reports flushed on conversation switch to avoid stale states
  • Reply behavior uses client-generated IDs for chat messages (XEP-0461)
  • Unicode normalization improved for MUC nickname mention matching
  • Media URLs with special characters in path handled correctly
  • Linux keyring uses Secret Service backend for persistent credential storage
  • Linux WebKitGTK dmabuf renderer disabled to prevent Wayland crash
  • iOS safe area insets for camera cutout and home indicator (PWA)
  • Deep link async URI processing errors handled explicitly
  • Service worker install and audio notification guards hardened
  • Clear-storage event listener made unmount-safe
  • Flatpak runtime updated to GNOME 49

Full Changelog

v0.13.2

19 Feb 14:48
d86b070

Choose a tag to compare

What's New in v0.13.2

Added

  • SDK: Connection state machine for more predictable connection lifecycle
  • --dangerous-insecure-tls CLI flag to disable TLS certificate verification
  • SDK diagnostic logging for user troubleshooting, with shortcut to access log file
  • Russian, Belarusian, Ukrainian, and Simplified Chinese translations (31 languages total)
  • Linux system tray support with close-to-tray functionality
  • Mod+Q full quit shortcut on Windows/Linux
  • SCRAM authentication mechanism support with browser polyfills and UI display
  • Windows drag and drop support

Changed

  • Beta release process for pre-release testing
  • Separated SM resumption and fresh session initialization paths
  • Optimized active conversation rendering with useChatActive hook
  • MAM guards to skip unnecessary operations during SM resumption
  • Improved connection fallback: proper WebSocket URL resolution and proxy restart
  • XMPP Console performance with useCallback/React.memo
  • Reduced MAM traffic on connect
  • Use system DNS as default with fallback to Tokio resolver

Fixed

  • Connection error handling with firewall hint for proxy mode failures
  • harden shutdown/cleanup flow and add DNS timing logs
  • Proxy memory handling with buffer size limits and better stanza extraction
  • Reconnection logic and login display optimizations
  • Connection error message formatting
  • Multiple freeze conditions on reconnect after sleep/network change or server restart
  • SRV priority sorting and TLS SNI domain handling
  • Room avatar loss when occupant goes offline
  • Duplicate messages from IRC bridges in MAM queries
  • Avatar blob URL memory leak with deduplication pool
  • Status message updates while staying online
  • MUC nick preserved on reconnect short-circuit
  • Linux logout lockups on proxy disconnect
  • Non-fatal errors now keep reconnecting with capped backoff
  • WebSocket protocol header compliance (RFC 7395) preventing browser rejection on Windows
  • Try all SRV record endpoints on connection failure instead of only the first
  • macOS reconnect reliability during sleep and focus events
  • Flatpak build updated for system tray support

Full Changelog