What are you talking about?
This is a single HTML-file and a shitload of images. Nothing accesses any external resources. And there is for sure no auto-updater.
Maybe you have too much snake oil installed...
Not really. Plenty of people make changes to the repository.
So the Skin Colour of my Char got raised to "medium" because of the update even though its winter ingame, that cant be right? Any Help?
Sounds like you have skin changes due to sun exposure enabled, and spent a lot of time outside. It will change back slowly if you avoid the sun. If you're impatient, you can change values in the console, but it tends to require either guesswork or
If using the .html:
Open the console (f12 on many browsers, may default to one of the other tabs)
paste into the console
SugarCube.State.variables.skinColor.valueOf()
hit enter
You can navigate the skin color object from that, and hopefully see which parts need modifying.
to change an item, replace valueOf() with that item, then an equals, then the desired value
example: to make the character's base skin light, you'd write
SugarCube.State.variables.skinColor.natural = "light"
then hit enter,
You'll probably need to do something that causes some to pass to make it update.
Note: That example is probably what you want if you want whote skin.
2nd Note: There's no good way to get a list of all the options for each item that I'm aware of. You can open the html file, but the current version is 300k+ lines. You might be able to luck out and get in the right area or get a better idea of what to search if you do a search for a chunk of text from a tanning event. just avoid chunks with pronouns, apostrophe's ('), quotes ("), and anything oddly colored.
If using the .apk:
Avoid the sun for a bit?