Pathoschild / SMAPI

The modding API for Stardew Valley.
https://smapi.io/
GNU Lesser General Public License v3.0
1.71k stars 258 forks source link

Anonymise user home directory #953

Closed AnotherPillow closed 1 day ago

AnotherPillow commented 1 month ago

This PR converts all C:\Users\..., /home/... and similar to be simply ~ when shown in logs or log files.

Pathoschild commented 1 day ago

Merged into develop for the upcoming SMAPI 4.1.0. Thanks for the help!