Skip to content

Commit a81ebd1

Browse files
AdaInTheLabclaude
andauthored
release: cut v2.7.1 (#76)
Patch release — bundles the two PackRelay panel readability fixes that landed right after v2.7.0: - #74 — card titles + form labels bumped to --kc-text-primary - #75 — force card background to --kc-bg-card via :deep(.p-card) scoped override (root cause: KC's global.css set --p-card-color but not --p-card-background, so PrimeVue's pale default surface was bleeding through) No backend changes. ModInfo.xml + frontend/package.json bumped to 2.7.1, CHANGELOG entry added. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e766bec commit a81ebd1

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,26 @@ pulls notes from — it's the minimum, the GitHub release page is the maximum.
1212

1313
## [Unreleased]
1414

15-
## [2.7.0] - 2026-05-17
15+
## [2.7.1] - 2026-05-17
16+
17+
> [Full notes](https://github.com/Kitsune-Den/KitsuneCommand/releases/tag/v2.7.1)
18+
> · Patch release — PackRelay panel readability fixes that landed
19+
> right after v2.7.0 shipped. No backend changes; pure CSS.
20+
21+
### Fixed
22+
23+
- **PackRelay panel — card titles + form labels were washing out** at
24+
~3:1 contrast on the dark theme. Bumped `.page-title`, `.p-card-title`,
25+
`.form-label`, and `.meta-label` to `--kc-text-primary` (#e8eaed) so
26+
they read at WCAG-AA contrast against the dark card surface. (PR #74)
27+
- **PackRelay cards rendered on a pale default surface** because
28+
KC's `global.css` set `--p-card-color` (text) but never
29+
`--p-card-background`, so PrimeVue's stock pale card bled through
30+
and made the just-brightened labels invisible. Scoped `:deep(.p-card)`
31+
override in `PackRelayView.vue` forces the card background to
32+
`--kc-bg-card` with a `--kc-border` outline. (PR #75)
33+
34+
1635

1736
> [Full notes](https://github.com/Kitsune-Den/KitsuneCommand/releases/tag/v2.7.0)
1837
> · Marquee feature: **Publish to PackRelay.cloud** from the panel,

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kitsunecommand-frontend",
33
"private": true,
4-
"version": "2.7.0",
4+
"version": "2.7.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src/KitsuneCommand/ModInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<xml>
33
<Name value="KitsuneCommand" />
44
<DisplayName value="KitsuneCommand - Server Management" />
5-
<Version value="2.7.0" />
5+
<Version value="2.7.1" />
66
<Description value="Web-based server management panel and RESTful API for 7 Days to Die dedicated servers. Monitoring | Management | Map" />
77
<Author value="AdaInTheLab" />
88
<Website value="https://github.com/Kitsune-Den/KitsuneCommand" />

0 commit comments

Comments
 (0)