Skip to content

Accord v2.3.2

Choose a tag to compare

@github-actions github-actions released this 18 Jul 19:18

Fixed

  • Image zoom no longer breaks: the fullscreen viewer was rendered inside
    the chat panel, and since Liquid Glass an ancestor backdrop-filter turns
    into the containing block for position: fixed — the overlay came out
    clipped and misplaced. It now renders at the document root (portal).
  • Floating panels readable again on animated themes: server menu, server
    settings and other glass surfaces were far too translucent when the
    backdrop blur silently fails (WKWebView + animated scene layers) — content
    behind bled through. Glass panels are now near-opaque, with the blur kept
    as a progressive enhancement.

Changed

  • Bigger emojis in messages: unicode emojis are rendered ~45% larger
    than the surrounding text, and custom server emojis go from 22 px to 28 px
    (48 px with the "large" setting).
Install notes (macOS "damaged" warning, Windows SmartScreen)

macOS — the app is not damaged: it is not notarized by Apple (that requires a paid developer certificate), and macOS reports quarantined, non-notarized apps as "damaged" on Apple Silicon. Fix it once, after dragging Accord into Applications:

xattr -cr /Applications/Accord.app

Windows — the installer is not code-signed: click More info → Run anyway.