• v2.1.3 4203a78e49

    DinoX v2.1.3
    All checks were successful
    Build / Validate Manual Selection (push) Has been skipped
    Build / Release Static Preflight (push) Successful in 42s
    Build / Mirror AppImage Runtimes (push) Has been skipped
    Build / Core Build (push) Successful in 25m24s
    Build / Build AppImage (push) Successful in 26m43s
    Build / Build Flatpak (push) Successful in 36m13s
    Stable

    Ralf released this 2026-06-14 11:37:39 +02:00 | 5 commits to master since this release

    DinoX v2.1.3

    Modern XMPP client with extended features.

    What's New

    Fixed

    • OpenPGP for XMPP interoperability: Improved XEP-0373/XEP-0374 interoperability with clients that publish lowercase OpenPGP key-data nodes or use a jabber:client payload namespace inside encrypted signcrypt envelopes.
    • OpenPGP contact status wording: Clarified the XEP-0373/XEP-0374 contact-details state so advertised support is not confused with a retrievable XMPP-published key.
    • MUC bookmark sync timeouts: Reduced repeated PubSub timeout noise while keeping clear room-specific warnings when bookmark autojoin sync fails.
    • MQTT settings and reconnects: Hardened MQTT enable/disable and reconnect handling to avoid stale UI state, duplicate connections, and account/standalone mode races.
    • Cached avatars in add-conversation dialogs: Restored cached contact and group avatars in the contact and group chat selection dialogs after restart without triggering network-heavy UI row loading.
    • Windows MUC occupant warnings: Cleaned up Windows-specific MUC occupant warning paths from the recent large-room work.

    Installation

    Debian/Ubuntu

    sha256sum -c dinox_2.1.3_*.deb.sha256
    sudo apt install ./dinox_2.1.3_*.deb
    

    AppImage

    sha256sum -c DinoX-2.1.3-*.AppImage.sha256
    chmod +x DinoX-*.AppImage
    ./DinoX-*.AppImage
    

    Flatpak

    flatpak install flathub org.gnome.Platform//50
    sha256sum -c dinox-2.1.3-x86_64.flatpak.sha256
    flatpak install --user ./dinox-2.1.3-x86_64.flatpak
    flatpak run im.dinox.dinox
    

    Build from Source

    tar xf dinox-2.1.3.tar.gz
    cd dinox-2.1.3
    ./scripts/ci-build-deps.sh
    meson setup build -Dplugin-mqtt=enabled -Dplugin-rtp=enabled -Dlocation-sharing=enabled -Dplugin-rtp-vaapi=enabled
    ./scripts/build.sh --strict
    ./build/main/dinox
    
    Downloads