release(v1.5.6): rewrite manifest for the settings overhaul
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
---
|
||||
subtitle: "Backlog-Sync Filter und Notifications"
|
||||
versionsnatur: "Bundle-Patch (Hälfte 2 von 2)"
|
||||
subtitle: "Settings Overhaul + Filter & Notification Polish"
|
||||
versionsnatur: "Settings-Overhaul-Release"
|
||||
---
|
||||
- **Regex-Filter pro Tab.** Ein Tab kann jetzt zusätzlich zum Kanal-Filter einen regulären Ausdruck tragen und damit gezielt nur Nachrichten mit einem bestimmten Schlüsselwort sammeln. Einstellbar in den Tab-Einstellungen.
|
||||
- **Warnung vor Plugin-Zeichen.** Enthält eine zu sendende Nachricht Symbole, die nur mit HellionChat oder einem ähnlichen Plugin korrekt erscheinen, warnt das Plugin vorab. Ein zweites Enter sendet trotzdem. Abschaltbar in den Einstellungen unter Chat.
|
||||
- **Namens-Darstellung.** Im Chat-Log lässt sich jetzt steuern, wann der Heimatwelt-Name an einen Spielernamen angehängt wird und ob der volle Name, nur der Vorname oder Initialen erscheinen.
|
||||
- **Getrennte Deckkraft.** Das Haupt-Chat-Fenster hat jetzt einen eigenen Deckkraft-Wert für den nicht fokussierten Zustand und kann so beim Spielen dezent in den Hintergrund treten.
|
||||
- **Lautstärke-Regler.** Die drei mitgelieferten Custom-Sounds haben einen Lautstärke-Schieberegler bekommen, in den Einstellungen unter Allgemein.
|
||||
- Fünf Backlog-Items, Schema-Bump auf v19 (rein additiv). Zweite Hälfte des zweiteiligen Backlog-Cleanup-Pass. Drei Items wurden gestrichen (Details in den Cycle-Notes).
|
||||
- **Settings komplett neu strukturiert** — die zehn alten Tabs sind auf sieben zusammengefasst (Allgemein, Aussehen, Chat, Fenster, Kanäle, Daten & Privatsphäre, Über). Jeder Tab gliedert sich jetzt in Sektionen, die beim Reingehen eingeklappt sind. Controls innerhalb einer Sektion sind nach Typ gruppiert. Tabs-Tab im Per-Tab-Panel ebenfalls in Sub-Sektionen aufgeteilt.
|
||||
- **Absender-Namen anpassbar** — neue Optionen in Chat → Nachrichten für das Namensformat (Voll / Vorname / Initialen) und das Welt-Suffix (Nie / Andere Welten / Immer).
|
||||
- **Pre-Send-Warnung für Plugin-Symbole** — beim Senden einer Nachricht mit Symbolen, die nur HellionChat-User sehen, kommt eine Warnung. Verhindert leere Kästchen bei anderen.
|
||||
- **Getrennte Fenster-Deckkraft** — Aktiv vs. Inaktiv. Aktiv wie bisher; Inaktiv über einen zweiten Slider unter Aussehen → Fenster-Stil.
|
||||
- **Lautstärke für eigene Notification-Sounds** — Slider in Allgemein → Sound, im Kanäle-Tab pro Tab nochmal angezeigt. Wirkt nur auf die drei mitgelieferten Custom-Sounds, die 16 Game-Sounds bleiben unverändert.
|
||||
- **Regex-Filter pro Tab gestrichen** — kurz dabei, dann verworfen: der eingebaute FFXIV-Blackword-Filter deckt das ab.
|
||||
- **Lokalisierung erweitert** — neue Section-Titel und v1.5.6-Controls in allen 24 Sprachen, maschinell übersetzt. Native-Review läuft weiter über den Hellion Forge Discord.
|
||||
|
||||
@@ -35,29 +35,15 @@ tags:
|
||||
- Replacement
|
||||
- Privacy
|
||||
changelog: |-
|
||||
**v1.5.6 — Upstream-Sync Filter-Notification-Polish (2026-05-22)**
|
||||
**v1.5.6 — Settings Overhaul + Filter & Notification Polish (2026-05-23)**
|
||||
|
||||
A backlog-sync cycle: filter and notification items plus polish.
|
||||
Half two of a two-part backlog cleanup pass.
|
||||
|
||||
User-visible:
|
||||
|
||||
- Tabs can carry an optional regular-expression filter applied on
|
||||
top of the channel filter, so a tab can collect only messages
|
||||
that contain a given keyword. Set it in the tab settings.
|
||||
- Before sending a message that contains plugin-only symbols
|
||||
(which other players may see as empty boxes), HellionChat now
|
||||
shows a warning; press Enter again to send anyway. Toggle in
|
||||
Settings -> Chat.
|
||||
- Sender names can be reformatted in the chat log: choose when the
|
||||
home world is appended and whether the full name, first name
|
||||
only, or initials are shown. Settings -> Chat.
|
||||
- The main chat window now has a separate opacity value for when
|
||||
it is not focused, so it can fade back while you play.
|
||||
- The three bundled custom notification sounds gained a volume
|
||||
slider in Settings -> General.
|
||||
|
||||
Schema bumped to v19 (additive fields only, no data migration).
|
||||
- Settings window reorganised: ten tabs down to seven (General, Appearance, Chat, Window, Channels, Data & Privacy, About). Each tab now uses collapsible sections grouped by control type. Sections start collapsed every time you open a tab — less noise, easier to find what you need.
|
||||
- New sender-name display options under Chat → Messages: separate world-suffix and name-format modes (Full name / First name only / Initials × Never / Other worlds only / Always).
|
||||
- Plugin-only symbols now show a pre-send warning so other players do not get empty boxes (Chat → Messages → "Warn before sending plugin-only symbols").
|
||||
- Separate window opacity for focused vs. inactive chat window (Appearance → Window style → "Inactive window opacity"). The slider above sets the focused value.
|
||||
- Custom notification sound volume slider (General → Sound, and mirrored in Channels → per-tab → Notification). Affects only the three bundled custom sounds; the 16 game sounds are unaffected.
|
||||
- The per-tab regex filter that briefly shipped earlier in this cycle has been removed — FFXIV's built-in blackword filter covers the same need.
|
||||
- All 24 locale files updated for the new section labels and the v1.5.6 control labels (machine translation; native review continues via the Hellion Forge Discord).
|
||||
|
||||
Based on Chat 2 1.35.3 (upstream Infiziert90/ChatTwo, EUPL-1.2).
|
||||
|
||||
|
||||
@@ -299,16 +299,15 @@ An optional submission to the Dalamud main plugin repo (in addition to the custo
|
||||
|
||||
## Project Status
|
||||
|
||||
**Version 1.5.6** — Upstream-Sync Filter-Notification-Polish. A backlog-sync cycle,
|
||||
half two of a two-part cleanup pass. Tabs can carry an optional regular-expression
|
||||
filter on top of the channel filter to collect only messages matching a keyword. A
|
||||
pre-send warning fires when a message contains plugin-only symbols other players may
|
||||
see as empty boxes. Sender names in the chat log are now configurable: choose when the
|
||||
home world is appended and whether the full name, first name only, or initials are
|
||||
shown. The main chat window has a separate opacity value for when it is not focused, so
|
||||
it can fade back while you play. The three bundled custom notification sounds gained a
|
||||
volume slider in Settings. Schema bumped to v19, additive fields only, no data
|
||||
migration.
|
||||
**Version 1.5.6** — Settings Overhaul + Filter & Notification Polish. The Settings window
|
||||
has been reorganised from ten tabs to seven (General, Appearance, Chat, Window, Channels,
|
||||
Data & Privacy, About). Each tab now uses collapsible sections grouped by control type;
|
||||
sections start collapsed every time you enter a tab. New sender-name display options in
|
||||
Chat → Messages let you control when the home world is appended and whether to show the
|
||||
full name, first name only, or initials. A pre-send warning fires when a message contains
|
||||
plugin-only symbols other players may see as empty boxes. The chat window now has a
|
||||
separate opacity for when it is not focused. The three bundled custom notification sounds
|
||||
gained a volume slider in Settings → General. All 24 locale files updated.
|
||||
|
||||
---
|
||||
|
||||
|
||||
+8
-8
@@ -11,15 +11,15 @@ releases as an overview and links to the release pages for details.
|
||||
|
||||
---
|
||||
|
||||
## Hellion Chat 1.5.6 — Upstream-Sync Filter-Notification-Polish (2026-05-22)
|
||||
## Hellion Chat 1.5.6 — Settings Overhaul + Filter & Notification Polish (2026-05-23)
|
||||
|
||||
A backlog-sync cycle, half two of a two-part cleanup pass. Five inherited items:
|
||||
an optional per-tab regex filter, a pre-send warning for plugin-only symbols,
|
||||
sender name display options (world suffix and name form), a separate opacity
|
||||
value for the unfocused chat window, and a volume slider for the bundled custom
|
||||
sounds. Schema bumped to v19 — additive fields only, no data migration. Three
|
||||
backlog items (Chat Clear on Name Change, Auto-Detect Duties, Kick from Novice
|
||||
Network) were dropped — see the cycle notes.
|
||||
- Settings window reorganised: ten tabs down to seven (General, Appearance, Chat, Window, Channels, Data & Privacy, About). Each tab now uses collapsible sections grouped by control type. Sections start collapsed every time you open a tab — less noise, easier to find what you need.
|
||||
- New sender-name display options under Chat → Messages: separate world-suffix and name-format modes (Full name / First name only / Initials × Never / Other worlds only / Always).
|
||||
- Plugin-only symbols now show a pre-send warning so other players do not get empty boxes (Chat → Messages → "Warn before sending plugin-only symbols").
|
||||
- Separate window opacity for focused vs. inactive chat window (Appearance → Window style → "Inactive window opacity"). The slider above sets the focused value.
|
||||
- Custom notification sound volume slider (General → Sound, and mirrored in Channels → per-tab → Notification). Affects only the three bundled custom sounds; the 16 game sounds are unaffected.
|
||||
- The per-tab regex filter that briefly shipped earlier in this cycle has been removed — FFXIV's built-in blackword filter covers the same need.
|
||||
- All 24 locale files updated for the new section labels and the v1.5.6 control labels (machine translation; native review continues via the Hellion Forge Discord).
|
||||
|
||||
---
|
||||
|
||||
|
||||
+19
-5
@@ -22,12 +22,26 @@ parallel as a continuous correction pass, gathered via the Hellion Forge Discord
|
||||
|
||||
---
|
||||
|
||||
## v1.5.6 — Upstream-Sync Filter-Notification-Polish (released 2026-05-22)
|
||||
## v1.5.6 — Settings Overhaul + Filter & Notification Polish (released 2026-05-23)
|
||||
|
||||
A backlog-sync cycle: an optional per-tab regex filter, a pre-send warning for
|
||||
plugin-only symbols, sender name display options, a separate unfocused-window
|
||||
opacity, and a custom-sound volume slider. Half two of a two-part backlog
|
||||
cleanup pass. Schema bumped to v19, additive only.
|
||||
Settings window reorganised from ten tabs to seven (General, Appearance, Chat, Window,
|
||||
Channels, Data & Privacy, About). Each tab uses collapsible sections grouped by control
|
||||
type; sections start collapsed on every tab-open.
|
||||
|
||||
Delivered from the originally-planned v1.5.5b bundle:
|
||||
- **UI-7** — Sender-name display options: world-suffix mode (Never / Other worlds only / Always)
|
||||
and name-format mode (Full name / First name only / Initials). Lives in Chat → Messages.
|
||||
- **UI-11** — Pre-send warning when a message contains plugin-only symbols. Toggle in
|
||||
Chat → Messages.
|
||||
- **UI-12** — Separate window opacity for focused vs. inactive chat window. New slider in
|
||||
Appearance → Window style.
|
||||
- **AUDIO-1** — Custom notification sound volume slider. General → Sound, mirrored in
|
||||
Channels → per-tab → Notification. Affects only the three bundled custom sounds.
|
||||
- ~~**UI-8**~~ — **GESTRICHEN**: per-tab regex filter. Removed because FFXIV's built-in
|
||||
blackword filter covers the same need.
|
||||
|
||||
All 24 locale files updated for new section labels and v1.5.6 control labels (machine
|
||||
translation; native review via Hellion Forge Discord).
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user