summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-13 18:24:54 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-13 18:24:54 -0400
commit6521df7b131924835eb797251c1e956fae0d6e13 (patch)
treeb704dc64b6b6fef72615bac8950d5eff3c80ea89 /docs/release-notes.md
parente22a54212182d0adc443ac95bc791e83c90f7e10 (diff)
parentb7b8b001c5c2dc5d2c9fc1347532ca29368c2325 (diff)
downloadSMAPI-6521df7b131924835eb797251c1e956fae0d6e13.tar.gz
SMAPI-6521df7b131924835eb797251c1e956fae0d6e13.tar.bz2
SMAPI-6521df7b131924835eb797251c1e956fae0d6e13.zip
Merge branch 'develop' into stable
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md29
1 files changed, 25 insertions, 4 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index c02b2dd2..5a7d5ef2 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,10 +1,29 @@
# Release notes
+## 2.11.3
+Released 13 September 2019 for Stardew Valley 1.3.36.
+
+* For players:
+ * SMAPI now prevents invalid items from breaking menus on hover.
+ * SMAPI now prevents invalid event preconditions from crashing the game (thanks to berkayylmao!).
+ * SMAPI now prevents more invalid dialogue from crashing the game.
+ * Fixed errors during early startup not shown before exit.
+ * Fixed various error messages and inconsistent spelling.
+
+* For the web UI:
+ * When filtering the mod list, clicking a mod link now automatically adds it to the visible mods.
+ * Added log parser instructions for Android.
+ * Fixed log parser failing in some cases due to time format localisation.
+
+* For modders:
+ * `this.Monitor.Log` now defaults to the `Trace` log level instead of `Debug`. The change will only take effect when you recompile the mod.
+ * Fixed 'location list changed' verbose log not correctly listing changes.
+
## 2.11.2
-Released 22 April 2019 for Stardew Valley 1.3.36.
+Released 23 April 2019 for Stardew Valley 1.3.36.
* For players:
- * Fixed error when a custom map references certain vanilla tilesheets on MacOS.
- * Fixed compatibility with Arch Linux.
+ * Fixed error when a custom map references certain vanilla tilesheets on Linux/Mac.
+ * Fixed compatibility with some Linux distros.
## 2.11.1
Released 17 March 2019 for Stardew Valley 1.3.36.
@@ -15,8 +34,10 @@ Released 17 March 2019 for Stardew Valley 1.3.36.
* Updated mod compatibility list.
* Fixed `world_clear` console command removing chests edited to have a debris name.
-* For the web UI:
+* For modders:
* Added support for suppressing false-positive warnings in rare cases.
+
+* For the web UI:
* The log parser now collapses redundant sections by default.
* Fixed log parser column resize bug.