fix(release): shrink v1.2.0 changelog under Discord embed-description 4096 cap

Forge-Auto-Announce workflow failed twice on tag push because the
Discord webhook returned 400 — embed.description hit 5346 chars,
which exceeds Discord's hard 4096-per-field limit. The workflow's
own 5500-total cap (V6 check) didn't catch it because it was a
per-field overflow, not a total-payload overflow.

Both yaml changelog block and forge-post DE-body trimmed:
- yaml v1.2.0 EN-block: 3249 → 2104 chars
- forge-post DE-body: 2069 → 1543 chars
- description final: 3675 chars (with ~420 char headroom)
- total payload: 3740 / 5500

Plugin-Manager-facing changelog still covers all v1.2.0 highlights
plus the post-test bug fixes; just denser. Tag will be force-recreated
on this commit so workflow_dispatch picks up the trimmed files from
the v1.2.0 tag tree.

Backlog item: workflow should add a per-field cap check (4096 for
description, 1024 for field values) so future releases fail-fast
locally before hitting Discord.
This commit is contained in:
2026-05-06 00:37:12 +02:00
parent 0165cba966
commit 06c72adc28
2 changed files with 51 additions and 79 deletions
+11 -12
View File
@@ -2,16 +2,15 @@
subtitle: "Layout Refresh" subtitle: "Layout Refresh"
versionsnatur: "Major-UI-Cycle" versionsnatur: "Major-UI-Cycle"
--- ---
- Sidebar im modernisiertem Layout: nur noch Icons in fixer 44 px Breite, Tab-Name als Tooltip beim Hover, vertikale Akzent-Pill markiert den aktiven Tab - Sidebar im neuen Look: fix 44 px breit, nur Icons, Tab-Name als Tooltip beim Hover, vertikale Akzent-Pill markiert den aktiven Tab
- Top-Tabs bekommen eine 2 px Akzent-Underline am unteren Rand statt Background-Fill für den aktiven Tab - Top-Tabs bekommen eine Akzent-Underline statt Background-Fill am aktiven Tab
- Pro Tab eigenes Icon zuweisbar via Settings → Tabs (15 FontAwesome-Glyphen-Pool) - Pro Tab eigenes Icon wählbar in Einstellungen → Tabs (FontAwesome-Pool)
- Bottom-Status-Bar (22 px) zeigt fünf Live-Signale: aktiver Channel mit Color-Dot, Privacy-Badge, Tab- und Message-Counter, Auto-Tell-Counter, Plugin-Version. Update einmal pro Sekunde, gecached - Auto-Tell-Tabs sind jetzt visuell unterscheidbar: jeder Tell-Partner bekommt ein eigenes Icon (envelope/star/heart/bell/bookmark/flag/fire) plus eigene Farbe aus 12-Farb-Palette — 84 Kombinationen, gleicher Partner ergibt konsistent dieselbe
- Card-Rows als Default-Layout für Messages: Sender-Header in Channel-Farbe, Body auf eigener Zeile, dezenter Trenner zwischen den Karten - Pulsierender roter Dot oben rechts am Sidebar-Icon zeigt ungelesene Nachrichten an. Sanft, 2-Sekunden-Cycle, deaktivierbar über `Configuration.ReduceMotion` (UI-Toggle in v1.3.0)
- `Compact Density`-Toggle in Aussehen schaltet zurück auf den klassischen Einzeiler `[HH:mm] Sender: Text` - Bottom-Status-Bar (22 px) mit fünf Live-Slots: aktiver Channel + Color-Dot, Privacy-Badge, Tab/Message-Counter, Auto-Tell-Counter, Plugin-Version. Update 1×/Sek
- Auto-Tell-Tabs unterscheiden sich jetzt visuell: jeder Tell-Partner bekommt ein eigenes Icon (envelope/star/heart/bell/bookmark/flag/fire) plus eigene Farbe aus 12-Farb-Palette — 84 Icon-Farb-Kombinationen, gleicher Partner ergibt konsistent dieselbe Kombination - Card-Rows als Default-Message-Render: Sender-Header in Channel-Farbe, Body neue Zeile, dezenter Trenner. `Compact Density`-Toggle in Aussehen schaltet zurück auf den Einzeiler
- Pulsierender roter Dot oben rechts am Sidebar-Icon wenn ein Tab ungelesene Nachrichten hat. Sanft, 2-Sekunden-Cycle, lässt sich über `Configuration.ReduceMotion` deaktivieren (UI-Toggle kommt in v1.3.0) - Bug-Fix: Settings speichern löscht den Chat-Verlauf nicht mehr. Refilter läuft jetzt nur wenn Filter-relevante Settings geändert wurden — Cosmetic-Änderungen lassen den Chat unverändert. Persistente und Auto-Tell-Tabs überleben beide
- Migration v14 → v15: alte `HellionThemeEnabled` und `HellionThemeWindowOpacity` Konfigurationsfelder entfernt, alle anderen Settings bleiben erhalten - Bug-Fix: Hellion-Schrift (Exo 2) blockt die Schriftgröße nicht mehr — 4K-User können hochskalieren
- Bug-Fix: Settings speichern zerstört nicht mehr den Chat-Verlauf. Der schwere Refilter-Cycle läuft jetzt nur noch wenn sich Filter-relevante Settings tatsächlich geändert haben (Privacy-Filter, gemerkte Channels, Tab-Channel-Auswahl) — Cosmetic-Änderungen wie Theme oder Tab-Icons lassen den Chat unverändert. Persistente Tabs und Auto-Tell-Tabs überleben beide - Migration v14 → v15: alte Theme-Felder entfernt, alle anderen Settings bleiben
- Bug-Fix: Sidebar-Buttons sitzen jetzt vertikal in einer Linie mit der ersten Message-Zeile, Status-Bar-Versionsname wird vollständig angezeigt
Animation-Polish (Lerps, Theme-Crossfade, Header-Quick-Picker) folgt in v1.3.0. v1.2.0 ist bewusst Hard-Switch — sauberes Layout zuerst, Bewegung später. Animation-Polish (Lerps, Theme-Crossfade, Quick-Picker) folgt in v1.3.0.
+40 -67
View File
@@ -57,86 +57,59 @@ tags:
changelog: |- changelog: |-
**Hellion Chat 1.2.0 — Layout Refresh** **Hellion Chat 1.2.0 — Layout Refresh**
Second cycle of the UI modernisation. Tab layouts modernised in Second UI cycle: tab layouts modernised in both modes, a new
both modes, a new bottom status bar surfaces five live signals, bottom status bar, card-rows as default message render, and
and messages render as card rows by default. Auto-Tell tabs that you can finally tell apart at a glance.
Tab layouts: Sidebar (icon-only, fixed 44 px):
- Sidebar is now icon-only at fixed 44 px width. Tab name shows - Tab name on hover-tooltip, vertical accent pill on the
as tooltip on hover. Active tab marked with a vertical accent active tab, child background no longer paints the top
pill on the left window edge. padding area.
- Top tabs get an accent underline pill on the active tab - Per-tab custom icons via Settings → Tabs.
instead of a background fill. - Auto-Tell tabs: each partner gets a hashed icon (envelope/
- Per-tab custom icons via Settings → Tabs (15-glyph star/heart/bell/bookmark/flag/fire) plus hashed color
FontAwesome picker). Default mapping covers General/System/ (12-color palette) — 84 distinct combinations.
FreeCompany/Group/Linkshell/Tells/Auto-Tells. - Pulsing red dot in the top-right of any tab with unread
messages, subtle 2-second sine pulse, respects
Configuration.ReduceMotion.
Bottom status bar (22 px): Top tabs:
- Active channel with color dot - Accent underline pill on the active tab instead of the old
- Privacy-First badge background fill. Icon prefixes were attempted but reverted
- Tab and message counters — Dalamud's default font atlas has no FontAwesome glyphs.
- Auto-tell counter (hidden when zero)
- Plugin version (right-aligned, muted)
Updates 1×/second, cached. Bottom status bar (22 px, 1×/sec cached):
- Active channel with color dot, Privacy-First badge, tab +
message counters, auto-tell counter (hidden at zero),
plugin version (right-aligned, muted).
Message rendering: Message rendering:
- Card rows are the new default. Sender header in channel color, - Card rows by default — sender header in channel color, body
body on its own line, subtle border between cards. on its own line, subtle border between cards.
- Compact-Density toggle in Appearance switches back to the - Compact-Density toggle in Appearance returns the classic
classic single-line `[HH:mm] Sender: Text` layout. single-line `[HH:mm] Sender: Text` layout.
Migration:
- v14 → v15: legacy Configuration fields HellionThemeEnabled
and HellionThemeWindowOpacity removed. All other settings
preserved. Users who skip versions and migrate v13 → v15
directly will receive the default WindowOpacity (0.85);
re-adjust in Settings → Themes if needed.
Auto-Tell tabs:
- Each tell partner gets a hashed icon from a 7-glyph tell
pool (envelope/star/heart/bell/bookmark/flag/fire) plus a
hashed color from a 12-color palette. 84 distinct icon+
color combinations make parallel tells visually
distinguishable at a glance.
Unread indicator:
- Sidebar tabs with unread messages get a pulsing red dot in
the top-right corner. Subtle 2-second sine-wave pulse for
peripheral visibility without distraction. Respects
Configuration.ReduceMotion (UI toggle lands in v1.3.0).
Bug fixes from in-game testing: Bug fixes from in-game testing:
- Settings save no longer wipes chat history by default. The - Settings save no longer wipes chat history. Refilter cycle
heavy ClearAllTabs + FilterAllTabsAsync refilter cycle now only runs when filter-relevant settings actually changed
only runs when a filter-relevant setting actually changed (privacy, channel selection); cosmetic changes leave the
(Privacy filter, persisted channels, per-tab channel chat intact. Persistent and Auto-Tell tabs both survive.
selection). Cosmetic changes — theme, tab icons, layout - Hellion Schrift (Exo 2) no longer blocks font-size
flags — keep the in-session chat intact. Combined with an adjustment — 4K users can scale up properly.
Identifier-based MessageList restore in Configuration. - Sidebar buttons align with the first message row, status
UpdateFrom and a TempTab skip in ClearAllTabs/FilterAllTabs, bar version slot is no longer clipped.
persistent tabs and Auto-Tell tabs both survive the save.
- Sidebar buttons now align vertically with the first message Migration v14 → v15: legacy theme fields removed
row (top padding mirrors the chat header toolbar height). (HellionThemeEnabled, HellionThemeWindowOpacity). All other
- Sidebar child window no longer paints the top padding with settings preserved.
its frame background.
- Status bar version slot ("vX.Y.Z · Hellion") no longer
clips its rightmost character.
- Top-tab icon prefix attempt was reverted: Dalamud's default
font atlas does not include FontAwesome codepoints, so
mixed-font in a single tab label renders as tofu. Underline
pill alone is the v1.2.0 visual treatment for top tabs.
Polish (lerps, theme crossfade, header quick-picker) follows Polish (lerps, theme crossfade, header quick-picker) follows
in v1.3.0. v1.2.0 is intentionally hard-switch — clean layout in v1.3.0.
first, motion next.
Based on Chat 2 1.35.3 (upstream Infiziert90/ChatTwo, EUPL-1.2). Based on Chat 2 1.35.3 (upstream Infiziert90/ChatTwo, EUPL-1.2).