diff options
author | ClxS <slxxls92@gmail.com> | 2016-03-12 22:35:45 +0000 |
---|---|---|
committer | ClxS <slxxls92@gmail.com> | 2016-03-12 22:35:45 +0000 |
commit | d367b0a7bceeac210ee7336477f98559b6122d13 (patch) | |
tree | 278bf90be1aff05e623c17e3cebc37709b20d898 /README.md | |
parent | 1b6244c0876648946f27d83bb3e33b6b5b30bdf2 (diff) | |
download | SMAPI-d367b0a7bceeac210ee7336477f98559b6122d13.tar.gz SMAPI-d367b0a7bceeac210ee7336477f98559b6122d13.tar.bz2 SMAPI-d367b0a7bceeac210ee7336477f98559b6122d13.zip |
Updated readme. Switched on Optimise Code switch. It only have minimal impact in C#, but might as well.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -4,13 +4,10 @@ SMAPI (Stardew Mapping Application Programming Interface) is a tool to help modders make changes to Stardew. It is a standalone executable which goes alongside your Stardew.exe. -## Latest Version: 0.37.2 -- Added KeyReleased event -- Added event handlers for GamePads -- Internal Cleanup -Tested and works with current versions of: SmartMod, StardewCJB , FreezeInside +## Latest Version: 0.37.3 +- Small performance patch -Download: https://github.com/ClxS/SMAPI/releases/tag/0.37.2 +Download: https://github.com/ClxS/SMAPI/releases/tag/0.37.3 ## Installation |