3 Commits
0.1.4 ... 0.1.5

Author SHA1 Message Date
702b91b87a Version bump, I'm dumb.
Some checks failed
Create Release / build (push) Has been cancelled
2025-08-23 04:16:06 +01:00
084cfb518a Version bump, I'm dumb. 2025-08-23 04:15:51 +01:00
fa2d647a64 TOS updates to clarify account deletion 2025-08-23 04:13:51 +01:00
2 changed files with 22 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
<Project Sdk="Dalamud.NET.Sdk/13.0.0">
<PropertyGroup>
<AssemblyName>Snowcloak</AssemblyName>
<Version>0.1.3</Version>
<Version>0.1.5</Version>
<PackageProjectUrl>https://github.com/Eauldane/SnowcloakClient/</PackageProjectUrl>
</PropertyGroup>

View File

@@ -167,6 +167,15 @@ The plugin creator tried their best to keep you secure. However, there is no gua
UiSharedService.TextWrapped("""
Mod files that are saved on the service will remain on the service as long as there are requests for the files from clients. After a period of not being used, the mod files will be automatically deleted.
""");
UiSharedService.TextWrapped("""
Accounts that are inactive for ninety (90) days will be deleted for privacy reasons.
""");
UiSharedService.TextWrapped("""
Snowcloak is operated from servers located in the European Union. You agree not to upload any content to the service that violates EU law; and more specifically, German law.
""");
UiSharedService.TextWrapped("""
You may delete your account at any time from within the Settings panel of the plugin. Any mods unique to you will then be removed from the server within 14 days.
""");
UiSharedService.TextWrapped("""
This service is provided as-is.
""");