Bump to 0.3.0 with the audit, brand and command-rename changelog
Phase 2 of the audit follow-ups, the Hellion Online Media brand sweep and the rename of the slash commands all land in one release. The slash command rename is breaking for users who had macros bound to /chat2, /chat2Viewer or /clearlog2, which is the main reason this is a 0.3.0 rather than a 0.2.1. csproj, plugin manifest yaml, custom-repo repo.json (assembly version, testing assembly version and the three download links) and the README version banner are all moved over together so the Dalamud plugin list, the manifest and the install instructions agree. The README project status checklist is updated to reflect that Phase 2 is closed; Phase 3 holds the remaining backlog (MySQL backend, encryption, libnotify, etc). The yaml and repo.json changelogs gain a 0.3.0 block that walks through the four substantial groups of changes (slash command rename, audit hardening, brand sweep, About tab) in plain prose. The 0.2.0 block stays underneath in chronological order. Build (Release) verified — ChatTwo/bin/Release/HellionChat/latest.zip (~17.5 MB) and HellionChat.json regenerate cleanly with no warnings. The tag itself is created by hand alongside the GitHub release.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Hellion Chat
|
||||
|
||||
**Version 0.2.0** — DSGVO-bewusste Erweiterung von [Chat 2](https://github.com/Infiziert90/ChatTwo) für FINAL FANTASY XIV / Dalamud.
|
||||
**Version 0.3.0** — DSGVO-bewusste Erweiterung von [Chat 2](https://github.com/Infiziert90/ChatTwo) für FINAL FANTASY XIV / Dalamud.
|
||||
|
||||
Hellion Chat baut auf Chat 2 auf und ergänzt es um Datenschutz- und Daten-Handling-Kontrollen, die mit den Datenschutz-Regeln in der EU, den USA und Japan im Einklang sind. Alle Chat-2-Funktionen, Befehle und Tastenkürzel funktionieren unverändert. Eigenständiger Plugin-Slot, eigene Konfiguration, eigene Datenbank.
|
||||
|
||||
@@ -231,7 +231,7 @@ Konflikte in Upstream-Sprach-Ressourcen (`Language.<lang>.resx`) kommen häufig
|
||||
|
||||
## Projektstatus
|
||||
|
||||
**Version 0.2.0** | Stand: Mai 2026
|
||||
**Version 0.3.0** | Stand: Mai 2026
|
||||
|
||||
Alle Bootstrap-Phasen abgeschlossen:
|
||||
|
||||
@@ -244,11 +244,13 @@ Alle Bootstrap-Phasen abgeschlossen:
|
||||
- [x] About-Tab im Hellion-Branding mit License + Disclaimer
|
||||
- [x] AI-Disclosure dokumentiert (Pair-Klassifikation)
|
||||
- [x] Webinterface entfernt (Phase 1.5, Audit-Konsequenz aus 2026-05-02)
|
||||
- [x] Audit-Hardening Phase 2 (Path-Traversal, Retention-Race, DbViewer-Konsistenz, Privacy-Filter-Help-Text)
|
||||
- [x] Slash-Commands auf `/hellion`-Familie umbenannt
|
||||
- [x] Theme auf Hellion-Online-Media-Brand-Palette aligned (Arctic Cyan + Ember Orange)
|
||||
- [x] About-Tab vollständig lokalisiert (EN + DE) mit Mission-Statement und neutraler Tonart
|
||||
|
||||
Phase 2 (offen, kein festes Datum):
|
||||
Phase 3 (offen, kein festes Datum):
|
||||
|
||||
- [ ] EmoteCache Path-Traversal-Hardening (`Path.GetFullPath` + StartsWith-Check)
|
||||
- [ ] Race-Hardening für `RetentionLastRunAt` (CompareExchange / Lock)
|
||||
- [ ] MySQL/MariaDB-Backend mit Drei-Stufen-Bestätigung
|
||||
- [ ] PostgreSQL-Backend
|
||||
- [ ] Encryption für sensible Channels (AES-256, lokaler Key)
|
||||
|
||||
Reference in New Issue
Block a user