# Changelog All notable changes to this fork are documented here. ## 0.3.0 — 2026-08-24 Fork of `dsh-power-button` 0.2.0 (upstream: [keyiadiannao/dsh-restart-button](https://github.com/keyiadiannao/dsh-restart-button)). ### Fixed - **Light-theme toast / overlay unreadable text**: the restart-complete toast, the preparing toast and the full-screen restart overlay used `--dsw-alias-label-primary` for text on a dark background. In the light theme that token resolves to near-black, producing black-on-dark-grey text (reported on macOS). Text is now pinned to a light color, since the toast/veil backgrounds are dark in both themes. - **Power button shorter than the Settings trigger**: the button was 34px tall while DSH's Settings trigger is 42px. Height and surrounding geometry (width, margins, padding) now mirror the Settings trigger exactly. ### Changed - **Log files disabled**: the plugin no longer writes `~/.dsh/restart-helper-*.log` (boot breadcrumb, restart-helper progress, restart-confirmation entries) and no longer redirects the relaunched process's stdout/stderr into `~/.dsh/dsh-web.log` (relaunch now uses `stdio: 'ignore'`). - **Power menu order**: the menu now lists **Shutdown** first, then **Restart** (previously Restart was first). ## 0.2.0 — upstream Original release by the upstream project. See the upstream repository for its history.