From 78989aa5c0dcd47d6e1628476578d7cf3de9af48 Mon Sep 17 00:00:00 2001
From: Waitsnake <942085+Waitsnake@users.noreply.github.com>
Date: Fri, 13 Aug 2021 21:27:44 +0200
Subject: [PATCH] Update README.md
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ae0ecdd..79c38af 100755
--- a/README.md
+++ b/README.md
@@ -15,9 +15,11 @@ This project was originally (release 1.0) written with Xcode 6.2 and SDK for OSX
The release 1.4.0 was compiled with Xcode 10.1 with SDK for OSX 10.14 Mojave. It was tested successfully under Mavericks(10.9.5), El Capitan(10.11.6), High Sierra(10.13.6) and Mojave(10.14.5).
-The latest release 1.5.3 was compiled with Xcode 10.2.1 with SDK for OSX 10.14 Mojave. It was tested successfully under Mavericks(10.9.5), High Sierra(10.13.6) and Mojave(10.14.6).
+The release 1.5.3 was compiled with Xcode 10.2.1 with SDK for OSX 10.14 Mojave. It was tested successfully under Mavericks(10.9.5), High Sierra(10.13.6) and Mojave(10.14.6).
-_Note: AnimatedGif is **not working** with **Catalina(10.15**) and **Big Sur(11.0)** since screensavers are now sandboxed (this means no GIF files can be selected or read from local disk and also background mode is broken), see issue #57 and #63._
+The latest release 1.5.4 was compiled with Xcode 12.5.1 with SDK for macOS 11 Big Sur. It was tested successfully under High Sierra(10.13.6), Mojave(10.14.6) and Big Sur(11.5.2).
+
+_Note: AnimatedGif is **not working** with **Catalina(10.15)** and early versions of **Big Sur(11)** (later OS versions of Big Sur make Sandbox more open and allow selection of local user files) since screensavers are sandboxed (this means no GIF files can be selected or read from local disk and also background mode is broken), see issue #57 and #63._
Since release 1.5.0 AnimatedGif supports Metal(API) for rendering.
@@ -25,6 +27,8 @@ When started AnimatedGif tries to initialise Metal as first choice for rendering
Unfortunately the screensaver clock is not working together with background mode and will be disabled if background mode is enabled. But the clock works fine in normal screensaver mode.
+Because Big Sur(11.5.2) still sandboxes screensaver the background mode is still not working and so this button will be automaticly disabled since release 1.5.4 when Big Sur(and Catalina) is detected. But background mode is still available on Mojave or earlier versions of OSX.
+
## Setup - Mac