For those following #56 this release tries to incorporate all the feedback provided there.
This release includes:
- Fixed compatibility issues with macOS Catalina.
- Use WKWebView instead deprecated UIWebView for better performance.
- Support for clearing webView data (including cache, history and cookies).
- Support for infinite item time by passing in a negative number (e.g.
-1
). - Use standard
file://
scheme to load local files e.g.file:///Users/admin/index.html
. - Fix Esc key issue.
- Fix white flash when starting screensaver with display light mode set.
- Fix configuration panel display issue while running in dark mode.
Tip: run xattr -d com.apple.quarantine WebViewScreenSaver.saver
after unzipping to avoid the Security prompt tango since the build is unsigned.