• v0.8 d02411adfd

    v0.8 Stable

    x9 released this 2026-06-02 14:40:13 +02:00 | 7 commits to main since this release

    Added

    • Web changelog page (/changelog/) that renders CHANGELOG.md from the repo (Forgejo raw
      API via the /forgejo-api proxy) - single source of truth. Linked from the site nav.
    • CI release automation: the release workflow derives the release notes from CHANGELOG.md,
      and a version tag (vX.Y) builds, signs and publishes a named (non-prerelease) release for
      that version; main/dispatch keep the rolling latest prerelease.

    Fixed

    • BackInfo background color: use the COLORREF value 4668194 for #223B47. BackInfo uses a
      COLORREF (0x00BBGGRR / BGR), so the 0.7 value 2243399 (0x223B47) was read with red/blue
      swapped and rendered olive-brown (#473B22). Reverts the 0.7 change.
    • BackInfo black border in some profiles (04): BackInfo paints a centered bitmap; when it is
      smaller than the screen, the surrounding desktop showed black in profiles whose
      Control Panel\Colors\Background was not set. The solid desktop background color (#223B47) is
      now written to HKU.DEFAULT and to every existing user profile (loading each hive as needed),
      in addition to the Default hive and current user, so the area around the bitmap blends in.

    Built from d02411a

    Downloads