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:
@@ -177,6 +177,12 @@
|
||||
<data name="Migration_Notification_Content" xml:space="preserve">
|
||||
<value>Privacy filter activated by default. Settings → Privacy to adjust.</value>
|
||||
</data>
|
||||
<data name="Migration_Webinterface_Removed_Title" xml:space="preserve">
|
||||
<value>Hellion Chat 0.2.0</value>
|
||||
</data>
|
||||
<data name="Migration_Webinterface_Removed_Content" xml:space="preserve">
|
||||
<value>The webinterface has been removed in this version because it could not be hardened to the privacy guarantees Hellion Chat makes by default. If you used it, please consult the README for context.</value>
|
||||
</data>
|
||||
<data name="Wizard_Title" xml:space="preserve">
|
||||
<value>Hellion Chat — Welcome</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user