Bump configuration version to 8 with a webinterface-removal notice
The webinterface fields are gone from the Configuration class so any existing entries (WebinterfacePassword, AuthStore, WebinterfacePort and friends) get dropped on the next save automatically — Newtonsoft silently skips properties the target type does not declare. The version bump itself is what stops the one-shot notification from firing on every launch. A new pair of HellionStrings entries (EN + DE) explains the change to users coming from 0.1.x. Title: "Hellion Chat 0.2.0", body points at the README for context. Notification fires once per upgrade.
This commit is contained in:
+2
@@ -99,6 +99,8 @@ internal class HellionStrings
|
||||
|
||||
internal static string Migration_Notification_Title => Get(nameof(Migration_Notification_Title));
|
||||
internal static string Migration_Notification_Content => Get(nameof(Migration_Notification_Content));
|
||||
internal static string Migration_Webinterface_Removed_Title => Get(nameof(Migration_Webinterface_Removed_Title));
|
||||
internal static string Migration_Webinterface_Removed_Content => Get(nameof(Migration_Webinterface_Removed_Content));
|
||||
|
||||
internal static string Wizard_Title => Get(nameof(Wizard_Title));
|
||||
internal static string Wizard_Intro => Get(nameof(Wizard_Intro));
|
||||
|
||||
Reference in New Issue
Block a user