Skip to main content
All patches

08 Sep 2026 · v1.128.0

Fixes, 08 Sep 2026

2 Improved2 Fixed

2 Improved

  1. The docs page leads with the search box now

    It used to open with a hero, a headline about docs, and two start cards before you reached anything you could search. Four separate things asked who you were, and the top button and the first card went to the same page. Search is first, the doors are two, and the page ships less than half the bytes.

  2. Two thirds of the stylesheet was for screens that no longer exist

    The setup wizard, the dashboard and the old theme switcher were all rewritten at some point and none of them took their CSS along. That plus a pile of hand-picked font sizes came to 1,769 lines nobody was using. Every size left is a real step on the scale, and the owl on the loading screen starts spinning, which it has never once done.

2 Fixed

  1. Two ways to turn off a DM that was never sent

    The post-raid feedback ask is a post in your raid channel. It always has been. But the settings called it a morning-after DM and offered to switch it off, and a snooze button promised beak shut for sixty days. Both saved your answer and neither was ever read. The ask pings a role in a channel, so no per-member opt-out could have worked. Both are gone and the setting says where the post actually lands.

  2. The contents list on a guide finally follows you down

    It was told to stick and never did, because a wrapper further up had overflow hidden, which quietly switches sticky off for everything inside it. Guide pages also had lines running to a hundred and nine characters. Both fixed, and the fix to the wrapper means the next sticky thing anyone writes will just work.