docs: release 0.8
Promote [Unreleased] to [0.8]: BackInfo background color (COLORREF) and the black-border-in-some-profiles fix, plus the web changelog page and CI release automation finalized this cycle. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
d20b0b439e
commit
e24d7182ac
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -8,6 +8,17 @@ Builds are continuous: every push to `main` produces a signed `xetup.exe` publis
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
_Nothing yet._
|
||||||
|
|
||||||
|
## [0.8] - 2026-06-02
|
||||||
|
|
||||||
|
### 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
|
### Fixed
|
||||||
- **BackInfo background color**: use the COLORREF value `4668194` for #223B47. BackInfo uses a
|
- **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
|
COLORREF (`0x00BBGGRR` / BGR), so the 0.7 value `2243399` (`0x223B47`) was read with red/blue
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue