• v1.6.1 a3ce31e638

    v1.6.1
    All checks were successful
    Release / build-and-release (push) Successful in 2m38s
    Stable

    christin released this 2026-07-21 18:14:39 +02:00 | 3 commits to main since this release

    Added

    • FediSuite can now be installed as a desktop/OS app (e.g. via Chrome/Edge's "Install app" option, or "Add to Home Screen" on mobile) thanks to a new web app manifest and icon set.

    Changed

    • Line and area charts across the dashboard and Übersicht now show visible data points, and the Übersicht overview tab was tightened up into a more compact stat summary matching the new dashboard.
    • Every button in the app — including in Settings, the admin area, and the post composer, which had been missed in the initial redesign pass — now shares the same flat, borderless style as the sidebar navigation instead of a mix of solid-fill and outlined buttons.
    • Dark mode now has noticeably more visual depth and contrast between cards and the page background, bringing it in line with the polish of light mode.

    Fixed

    • In light mode, the selected option in radio-style pickers (such as the appearance/theme picker in settings) is now clearly marked; previously the selection was nearly invisible.

    This release publishes the FediSuite server Docker images (app and background worker) used by the self-hosting Docker Compose stack.

    Docker images on Docker Hub: https://hub.docker.com/r/christinloehner/fedisuite

    docker pull christinloehner/fedisuite:1.6.1          # linux/amd64
    docker pull christinloehner/fedisuite:arm64-1.6.1    # linux/arm64
    
    Downloads