summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClxS <slxxls92@gmail.com>2016-03-07 17:41:39 +0000
committerClxS <slxxls92@gmail.com>2016-03-07 17:41:39 +0000
commit38f59b079ec9f24c574d2681a41555038b291b03 (patch)
treed382f9c2e5c16055ee419f18cbdf2ab6c7ce7056
parenteebbab0e1e955824128ff117351048913014a952 (diff)
downloadSMAPI-38f59b079ec9f24c574d2681a41555038b291b03.tar.gz
SMAPI-38f59b079ec9f24c574d2681a41555038b291b03.tar.bz2
SMAPI-38f59b079ec9f24c574d2681a41555038b291b03.zip
Updated readme
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 0672586b..b7187732 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,13 @@
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.1
-- Minor update to avoid confusion by me forgetting to update the version information. Altered how version info is stored.
-- Logging is now in it's own contained class and no longer part of the main program. Deprecated functions still exist to keep a bit of backwards compatibility but will eventually be removed.
-- For Modders: Logging has changed, other than that nothing you need to worry about from 0.37.0
+## 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
-Download: https://github.com/ClxS/SMAPI/releases/tag/0.37.1
+Download: https://github.com/ClxS/SMAPI/releases/tag/0.37.2
## Installation