diff --git a/.github/forge-posts/v1.1.0.md b/.github/forge-posts/v1.1.0.md new file mode 100644 index 0000000..533464b --- /dev/null +++ b/.github/forge-posts/v1.1.0.md @@ -0,0 +1,12 @@ +--- +subtitle: "Theme Foundation" +versionsnatur: "Major-UI-Cycle" +--- +- Theme-Engine mit fünf Built-In-Themes: Hellion Arctic (Default), Chat 2 Klassik, Event Horizon, Moonlit Bloom, Mint Grove +- Settings öffnet jetzt eine Card-Grid-Übersicht — Klick auf eine Card führt in den Detail-View, Breadcrumb und ESC zurück zur Übersicht +- Themes-Tab mit Mini-Mockup pro Theme, Live-Switch beim Klick +- Eigene Themes als JSON in `pluginConfigs/HellionChat/themes/` — Beispiel-Vorlage wird beim ersten Start automatisch abgelegt +- Optional pro Theme eigene Chat-Channel-Farben mit Übernehmen/Behalten-Banner — niemals automatisch überschrieben +- Plugin-Icon zum Hellion-Forge-Hammer gewechselt +- Migration v13 → v14: alle User landen auf Hellion Arctic. Wer den Upstream-Look will, wählt Chat 2 Klassik in Settings → Themes +- Anleitung zum Schreiben eigener Themes: `docs/THEME-AUTHORING.md` diff --git a/HellionChat/HellionChat.yaml b/HellionChat/HellionChat.yaml index 4342129..2a00b2a 100755 --- a/HellionChat/HellionChat.yaml +++ b/HellionChat/HellionChat.yaml @@ -46,7 +46,8 @@ accepts_feedback: true icon_url: https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/icon.png image_urls: - https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/chatWindow.png - - https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/withSimpleTweaks.png + - https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/settingsOverview.png + - https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/themesPicker.png tags: - Social - UI diff --git a/HellionChat/images/chatWindow.png b/HellionChat/images/chatWindow.png index a982c4f..f31a112 100644 Binary files a/HellionChat/images/chatWindow.png and b/HellionChat/images/chatWindow.png differ diff --git a/HellionChat/images/settingsOverview.png b/HellionChat/images/settingsOverview.png new file mode 100644 index 0000000..72f15b7 Binary files /dev/null and b/HellionChat/images/settingsOverview.png differ diff --git a/HellionChat/images/themesPicker.png b/HellionChat/images/themesPicker.png new file mode 100644 index 0000000..7842ab3 Binary files /dev/null and b/HellionChat/images/themesPicker.png differ diff --git a/HellionChat/images/withSimpleTweaks.png b/HellionChat/images/withSimpleTweaks.png deleted file mode 100644 index 9c15d4d..0000000 Binary files a/HellionChat/images/withSimpleTweaks.png and /dev/null differ diff --git a/repo.json b/repo.json index 5a842b6..8129da2 100644 --- a/repo.json +++ b/repo.json @@ -29,7 +29,8 @@ "IconUrl": "https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/icon.png", "ImageUrls": [ "https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/chatWindow.png", - "https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/withSimpleTweaks.png" + "https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/settingsOverview.png", + "https://raw.githubusercontent.com/JonKazama-Hellion/HellionChat/main/HellionChat/images/themesPicker.png" ], "DownloadCount": 0, "IsHide": false,