From 705c7d311669c1578faf2a6857a5fd1a30129477 Mon Sep 17 00:00:00 2001 From: JonKazama-Hellion Date: Sat, 2 May 2026 02:30:42 +0200 Subject: [PATCH] Bump to 0.2.0 with the webinterface-removal changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Project version goes from 0.1.2 to 0.2.0 — a minor bump rather than a patch because the webinterface removal is a behavioural change for anyone who relied on it. csproj, plugin manifest yaml and the custom-repo repo.json are all moved over together so the Dalamud plugin list, the manifest and the download links agree. The yaml description picks up a leading paragraph that names the removal up front; pre-installation users see it in the Dalamud plugin browser. Both yaml and repo.json gain a 0.2.0 changelog block that explains the audit context, lists every concrete code change and reassures that the privacy filter, retention sweep, first-run wizard and exporter are untouched. Older changelog entries are preserved in chronological order behind it. repo.json AssemblyVersion and TestingAssemblyVersion go to 0.2.0.0 and the three download links point at v0.2.0/latest.zip; the tag itself is created by hand alongside the GitHub release. Build (Release) produces ChatTwo/bin/Release/HellionChat/latest.zip (~17 MB) and HellionChat.json with no warnings. --- ChatTwo/ChatTwo.csproj | 2 +- ChatTwo/HellionChat.yaml | 49 ++++++++++++++++++++++++++++++++++++---- repo.json | 14 ++++++------ 3 files changed, 53 insertions(+), 12 deletions(-) diff --git a/ChatTwo/ChatTwo.csproj b/ChatTwo/ChatTwo.csproj index cba2eb6..5df366a 100755 --- a/ChatTwo/ChatTwo.csproj +++ b/ChatTwo/ChatTwo.csproj @@ -4,7 +4,7 @@ 0.1.0 is our bootstrap release; the underlying Chat 2 base is called out in the yaml changelog so users can see what it derives from. --> - 0.1.2 + 0.2.0 enable