summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
AgeCommit message (Collapse)Author
2019-12-03update Content Patcher schemaJesse Plamondon-Willard
2019-12-02prepare for releaseJesse Plamondon-Willard
2019-12-02add support for semver 2.0 build metadata, update for SDV 1.4.0.1Jesse Plamondon-Willard
2019-12-02fix JSON Validator issuesJesse Plamondon-Willard
2019-12-02migrate from AWS to AzureJesse Plamondon-Willard
This commit migrates from subdomains to paths (due to the cost of a wildcard HTTPS certificate on Azure), adds a web project to redirect the old subdomains from AWS to Azure, and removes AWS-specific hacks.
2019-12-02update readme and release notesJesse Plamondon-Willard
2019-11-30update translation docs (#664, #671)Jesse Plamondon-Willard
2019-11-27fallback to Amazon S3 if saving a log to Pastebin failsJesse Plamondon-Willard
2019-11-24polish release notesJesse Plamondon-Willard
2019-11-24update packagesJesse Plamondon-Willard
2019-11-16fix render events not raised during minigamesJesse Plamondon-Willard
2019-11-09overhaul update checksJesse Plamondon-Willard
This commit moves the core update-check logic serverside, and adds support for community-defined version mappings. For example, that means false update alerts can now be solved by the community for all players.
2019-11-08update release notes (#605)Jesse Plamondon-Willard
2019-11-07add support for CurseForge update keys (#605)Jesse Plamondon-Willard
2019-11-04no longer omit zero patch numbers when formatting versionsJesse Plamondon-Willard
2019-11-04add friendly error for BadImageFormatException on launchJesse Plamondon-Willard
2019-11-03add support for using environment variables instead of command-line ↵Jesse Plamondon-Willard
arguments (#665)
2019-10-29make item spawn commands more robustJesse Plamondon-Willard
2019-10-03fix non-generic GetAPI not checking that all mods are loaded (#662)Jesse Plamondon-Willard
2019-10-02tweak docsJesse Plamondon-Willard
2019-10-01auto-fix save data when a custom location mod is removedJesse Plamondon-Willard
2019-10-01add support for core translation filesJesse Plamondon-Willard
2019-10-01remove unused translation field & methodJesse Plamondon-Willard
2019-09-26auto-fix save data when a custom NPC mod is removedJesse Plamondon-Willard
2019-09-23make console colors configurableJesse Plamondon-Willard
2019-09-16log custom SMAPI settings to simplify troubleshootingJesse Plamondon-Willard
2019-09-14fix ICursorPosition.AbsolutePixels not adjusted for zoomJesse Plamondon-Willard
2019-09-14update release notes for asset changesJesse Plamondon-Willard
2019-09-14track texture asset keys, fix NPC portrait propagationJesse Plamondon-Willard
2019-09-14reorganise 3.0 release notes, add release highlightsJesse Plamondon-Willard
2019-09-14add asset propagation for Data\FarmAnimals (#618)Jesse Plamondon-Willard
2019-09-14update packagesJesse Plamondon-Willard
2019-09-14update SMAPI/game version mapJesse Plamondon-Willard
2019-09-14add Android detectionJesse Plamondon-Willard
2019-09-14Merge pull request #658 from danvolchek/log-parser-user-agent-detectionJesse Plamondon-Willard
[SMAPI.Web] Detect the client's platform and check the right log parser input accordingly
2019-09-14update release notesJesse Plamondon-Willard
2019-09-14log skipped loose filesJesse Plamondon-Willard
2019-09-14fix 'unknown file extension' error not listing .json as a valid extensionJesse Plamondon-Willard
2019-09-14fix asset changes not affecting cached asset loads in a specific caseJesse Plamondon-Willard
2019-09-14fix typos and inconsistent spellingJesse Plamondon-Willard
2019-09-14add support for transparent schema errors (#654)Jesse Plamondon-Willard
2019-09-14integrate Content Patcher schema into validator, update docs (#654)Jesse Plamondon-Willard
2019-09-14tweak button names, update release notes (#654)Jesse Plamondon-Willard
2019-09-14fix error when Chucklefish page doesn't exist for update checksJesse Plamondon-Willard
2019-09-14track license info for mod GitHub repos (#651)Jesse Plamondon-Willard
2019-09-14back up saves in a background threadJesse Plamondon-Willard
2019-09-14fetch mod info from Nexus API if the web page is hidden due to adult content ↵Jesse Plamondon-Willard
(#651)
2019-09-14add remote mod status to update check info (#651)Jesse Plamondon-Willard
2019-09-14apply tilesheet fixes to XNB map files tooJesse Plamondon-Willard
2019-09-14normalise custom map's tilesheet paths for the OSJesse Plamondon-Willard