EagleFiler 1.9.17
EagleFiler 1.9.17 is a maintenance release of my digital filing cabinet and e-mail archiving app. This version improves capturing Web pages from Orion and Safari, works better with different font sizes, and improves tag auto-completion and searching.
Some interesting issues were:
If JavaScript is disabled in Safari, the
do JavaScript
AppleScript command doesn’t raise an error; it just returns an undefined value that will blow up the script later when you try to do something with it.I continue to run into problems with
NSURLComponents
. Previous problems include thestring
property beingnil
when it shouldn’t be (according to the documentation). The latest problem is that sometimes creating a new object fails due to a__NSPlaceholderURLComponents
object that can’t be initialized. There are a bunch of things to watch out for with this API.NSFileCoordinator
reports errors reading symlinks in iCloud Drive unless you tell it to resolve them.Firefox has changed the way bookmarklets work so that opening an external URL now replaces the page content with the URL string. Sometimes it also fails to open external URLs at all unless you reset the private/security settings.
The Mac App Store version was in review for 3.5 hours. Then I got an e-mail that it was “now eligible for distribution.” However, it did not actually get released to the store. App Store Connect still showed it as “In Review” for another 30 minutes. I don’t recall this ever happening before. It used to immediately come out of review and then say something like “Processing for App Store.”
Previously: