update SMAPI URL in user agent (#454)

This commit is contained in:
Jesse Plamondon-Willard 2018-03-04 17:34:43 -05:00
parent cea113eb29
commit 90c8593ba9
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
* Updated compatibility list.
* Fixed some incompatible-mod errors not showing the mod URL.
* Fixed rare crash with a specific combination of `manifest.json` fields and internal SMAPI mod data.
* Fixed update checks not working for Nexus Mods due to a change in their API.
* For the [log parser][]:
* Fixed mod list not including all mods if at least one has no author name.

View File

@ -18,7 +18,7 @@
"LogParserUrl": null // see top note
},
"ApiClients": {
"UserAgent": "SMAPI/{0} (+https://github.com/Pathoschild/SMAPI)",
"UserAgent": "SMAPI/{0} (+https://smapi.io)",
"ChucklefishBaseUrl": "https://community.playstarbound.com",
"ChucklefishModPageUrlFormat": "resources/{0}",