Skip to content

Releases: liquidx/webviewscreensaver

WebViewScreenSaver 2.4

13 Mar 17:20
Compare
Choose a tag to compare

Fixed remote URLs list fetching. #30

Full Changelog: v2.3...v2.4

WebViewScreenSaver 2.3

13 Mar 11:11
37fc7ca
Compare
Choose a tag to compare

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

08 Jul 08:49
Compare
Choose a tag to compare

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

28 Jan 23:14
Compare
Choose a tag to compare

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

13 Oct 19:13
Compare
Choose a tag to compare

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

14 Jun 02:30
Compare
Choose a tag to compare

In this release:

  • Fixed compatibilities issues for Mac OS X 10.9 and 10.10.