summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-07 13:05:34 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-07 13:05:34 -0400
commitf9fac11028354f15d786d5b854608edb10716f79 (patch)
tree0a42305174eb84561a584549cd685c5e95670f36
parent2022836b819241842acae1d20c61895025bf364b (diff)
downloadSMAPI-f9fac11028354f15d786d5b854608edb10716f79.tar.gz
SMAPI-f9fac11028354f15d786d5b854608edb10716f79.tar.bz2
SMAPI-f9fac11028354f15d786d5b854608edb10716f79.zip
Add 'release highlights' links to release notes
-rw-r--r--docs/release-notes.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 3b8b0f8b..4671ba95 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -8,7 +8,7 @@
-->
## 3.7
-Released 07 September 2020 for Stardew Valley 1.4.1 or later.
+Released 07 September 2020 for Stardew Valley 1.4.1 or later. See [release highlights](https://www.patreon.com/posts/41341767).
* For players:
* Added heuristic compatibility rewrites. (This improves mod compatibility with Android and future game updates.)
@@ -64,7 +64,7 @@ Released 21 June 2020 for Stardew Valley 1.4.1 or later.
* Fixed event priority sorting.
## 3.6
-Released 20 June 2020 for Stardew Valley 1.4.1 or later.
+Released 20 June 2020 for Stardew Valley 1.4.1 or later. See [release highlights](https://www.patreon.com/posts/38441800).
* For players:
* Added crossplatform compatibility for mods which use the `[HarmonyPatch(type)]` attribute.
@@ -106,7 +106,7 @@ Released 20 June 2020 for Stardew Valley 1.4.1 or later.
* Changed SMAPI's Harmony ID from `io.smapi` to `SMAPI` for readability in Harmony summaries.
## 3.5
-Released 27 April 2020 for Stardew Valley 1.4.1 or later.
+Released 27 April 2020 for Stardew Valley 1.4.1 or later. See [release highlights](https://www.patreon.com/posts/36471055).
* For players:
* SMAPI now prevents more game errors due to broken items, so you no longer need save editing to remove them.
@@ -140,7 +140,7 @@ Released 24 March 2020 for Stardew Valley 1.4.1 or later.
* Fixed mouse input suppression not working in SMAPI 3.4.
## 3.4
-Released 22 March 2020 for Stardew Valley 1.4.1 or later.
+Released 22 March 2020 for Stardew Valley 1.4.1 or later. See [release highlights](https://www.patreon.com/posts/35161371).
* For players:
* Fixed semi-transparency issues on Linux/Mac in recent versions of Mono (e.g. pink shadows).
@@ -173,7 +173,7 @@ Released 22 February 2020 for Stardew Valley 1.4.1 or later.
* Fixed errors with custom spouse room mods in SMAPI 3.3.
## 3.3
-Released 22 February 2020 for Stardew Valley 1.4.1 or later.
+Released 22 February 2020 for Stardew Valley 1.4.1 or later. See [release highlights](https://www.patreon.com/posts/34248719).
* For players:
* Improved performance for mods which load many images.
@@ -207,7 +207,7 @@ Released 22 February 2020 for Stardew Valley 1.4.1 or later.
* The SMAPI log now prefixes the OS name with `Android` on Android.
## 3.2
-Released 01 February 2020 for Stardew Valley 1.4.1 or later.
+Released 01 February 2020 for Stardew Valley 1.4.1 or later. See [release highlights](https://www.patreon.com/posts/33659728).
* For players:
* SMAPI now prevents crashes due to invalid schedule data.
@@ -248,7 +248,7 @@ Released 01 February 2020 for Stardew Valley 1.4.1 or later.
* Dropped API support for the pre-3.0 update-check format.
## 3.1
-Released 05 January 2019 for Stardew Valley 1.4.1 or later.
+Released 05 January 2019 for Stardew Valley 1.4.1 or later. See [release highlights](https://www.patreon.com/posts/32904041).
* For players:
* Added separate group in 'skipped mods' list for broken dependencies, so it's easier to see what to fix first.