Releases: liquidx/webviewscreensaver
WebViewScreenSaver 2.4
Fixed remote URLs list fetching. #30
Full Changelog: v2.3...v2.4
WebViewScreenSaver 2.3
Fixed animations, interactions and lingering legacyScreenSaver on Sonoma.
Added new preview feature which allows authentication and annoying prompt dismissal.
Full Changelog: v2.2.1...v2.3
WebViewScreenSaver 2.2.1
This release provides an adhoc codesigned build which works on Apple Silicon.
*Tip: run xattr -d com.apple.quarantine WebViewScreenSaver.saver
after unzipping to avoid the Security prompt tango.
WebViewScreenSaver 2.2
This release includes:
- Support for macOS Big Sur
including native Apple Silicon support. - Support for loading default address from Info.plist #21 which enables easier customization by editing that file.
Tip: run xattr -d com.apple.quarantine WebViewScreenSaver.saver
after unzipping to avoid the Security prompt tango since the build is unsigned.
WebViewScreenSaver 2.1
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.
WebViewScreenSaver 2.0
In this release:
- Fixed compatibilities issues for Mac OS X 10.9 and 10.10.