From 2287aeeb6580cab125d274e604115680a9b2daea Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Thu, 3 Jan 2019 18:40:55 -0500 Subject: improve save backup error-handling, keep first backup of the day --- docs/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 80ce7d33..84e322fe 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,9 @@ * For players: * Added mod page link to 'missing dependency' errors for the most common dependencies. + * Improved save backups: + * When compression isn't available on Linux, SMAPI now falls back to uncompressed backups. + * SMAPI now keeps the first backup created for the day, instead of the last one. * Restrict to Stardew Valley 1.3.33 or earlier (to avoid confusion when SDV 1.3.35 is released). * Fixed 'unknown mod' deprecation warnings showing a stack trace when developers mode not enabled. * Fixed 'unknown mod' deprecation warnings when they occur in the Mod constructor. -- cgit