summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
AgeCommit message (Collapse)Author
2021-09-13enable beta info on the mod compatibility list by defaultJesse Plamondon-Willard
2021-09-13fix JSON validator line numbers sometimes incorrectJesse Plamondon-Willard
2021-09-13add nullable support in JSON convertersJesse Plamondon-Willard
2021-09-08fix error when loading corrupted translation filesJesse Plamondon-Willard
2021-09-03prepare for releaseJesse Plamondon-Willard
2021-09-03remove asset propagation for Data/BundlesJesse Plamondon-Willard
2021-09-02drop support for unofficial 64-bit modeJesse Plamondon-Willard
2021-09-02prepare path utilities for the upcoming Stardew Valley 1.5.5Jesse Plamondon-Willard
The game will use Linux-style paths for assets on all platforms, which will break the current equivalence between path and asset name formats.
2021-09-01add friendly errors when using SMAPI 3.12.x with Stardew Valley 1.5.5+Jesse Plamondon-Willard
2021-09-01add Big Silo to compatibility listJesse Plamondon-Willard
2021-09-01fix translations not initialized for temporary content packsJesse Plamondon-Willard
2021-09-01reduce unneeded operations when scanning/rewriting mod DLLsJesse Plamondon-Willard
2021-09-01update release notesJesse Plamondon-Willard
2021-09-01add hurry_all console commandJesse Plamondon-Willard
2021-08-26prepare for releaseJesse Plamondon-Willard
2021-08-26only check 64-bit compatibility if an assembly fails to loadJesse Plamondon-Willard
Apparently some 32-bit-only DLLs load successfully with the unofficial 64-bit version of the game.
2021-08-25prepare for releaseJesse Plamondon-Willard
2021-08-25fix assembly resolver not tracking loaded mods correctlyJesse Plamondon-Willard
2021-08-25prepare for releaseJesse Plamondon-Willard
2021-08-25update release notesJesse Plamondon-Willard
2021-08-25fix console encoding issues (#798)Jesse Plamondon-Willard
2021-08-25add 64-bit compatibility check before loading modsJesse Plamondon-Willard
That reduces time spent trying to rewrite them (which won't work anyway), and shows a more informative message than the default 'DLL couldn't be loaded' error.
2021-08-25fix update checks not recommending prerelease mod versions for SMAPI betaJesse Plamondon-Willard
2021-08-25fix some installer errors not showing info headerJesse Plamondon-Willard
2021-08-25fix prerelease update alerts shown for non-prerelease playersJesse Plamondon-Willard
2021-08-25fix data helper's WriteJsonFile not deleting file if data is null (#799)Jesse Plamondon-Willard
2021-08-25add GetInAllLocales to translation APIJesse Plamondon-Willard
2021-08-08fix edge case where Netcode references aren't rewritten correctlyJesse Plamondon-Willard
2021-08-05prevent weird null reference exception in error-handlingJesse Plamondon-Willard
2021-08-05correct release dateJesse Plamondon-Willard
2021-08-04prepare for releaseJesse Plamondon-Willard
2021-08-04fix error when error-handling invalid ReflectionTypeLoadException errorsJesse Plamondon-Willard
2021-08-04undo Constants.Save* changes in 3.12.1Jesse Plamondon-Willard
2021-08-03prepare for releaseJesse Plamondon-Willard
2021-08-03fix Mono.Cecil failing to resolve references to SMAPI in some edge casesJesse Plamondon-Willard
2021-08-03increase software conflict message to warning level to simplify troubleshootingJesse Plamondon-Willard
2021-08-02update compatibility listJesse Plamondon-Willard
2021-08-02use more reliable method to get save folder nameJesse Plamondon-Willard
SMAPI now tracks the actual folder name being loaded to avoid edge cases where the folder name doesn't match the save ID.
2021-08-01prepare for releaseJesse Plamondon-Willard
2021-07-31fix map reload not correctly reloading interior doorsJesse Plamondon-Willard
2021-07-31fix crash when farm name contains invalid-in-file-path characters (#791)Jesse Plamondon-Willard
2021-07-30recover save when mods leave null objects in the worldJesse Plamondon-Willard
2021-07-28fix handling of Unicode characters in consoleJesse Plamondon-Willard
2021-07-28add accessed key to dictionary KeyNotFoundException messageJesse Plamondon-Willard
2021-07-28refactor new code a bitJesse Plamondon-Willard
2021-07-27world_clear: Adding 'removeable' option that includes everything except ↵bladeoflight16
permanent bushes
2021-07-21merge release note sectionsJesse Plamondon-Willard
2021-07-21Merge branch 'harmony-2' into developJesse Plamondon-Willard
2021-07-21add error if some SMAPI DLLs have mismatched versionsJesse Plamondon-Willard
2021-07-20fix error loading .xnb files from the local mod folder since SMAPI 3.0Jesse Plamondon-Willard