Make default version v1.0 instead of 0.8
When you access https://www.satisfactorytools.com/production it redirects to https://www.satisfactorytools.com/0.8/production with a popup that you're using the Update 8 version with a button to switch to 1.0.
It should instead redirect to https://www.satisfactorytools.com/1.0/production by default
Hi, see https://github.com/greeny/SatisfactoryTools/pull/191 for some of the reasoning behind this
Would it not be possible to only redirect the ones with a share code in the URL instead of all requests?
Possibly, but given that most of the links that lead to that page are from 0.8 and before anyway, I'd say that it's better to keep the back compatibility and give user a warning about it. Also I'm not 100% sure about how it would work with share links on versionless link. Feels like a very minor change with a lot of ifs for something that doesn't (at least imo) happen very often anyway.