Want to know what has changed since a previous version? This page lists those changes. You can alter the range of release notes to display if you wish.
(Release 5025b): released 2026-05-21; requires Mac OS 12.4; Tahoe compatible
Support for Tahoe
Updated the app to work better with macOS Tahoe (26.x).
Now requires macOS Monterey (12.4) or later.
All components are now universal, so work on Apple silicon and Intel-based Macs; a requirement for macOS 27.
Improved Web Page Service
The Web Page service now handles errors better when using the option to capture the rendered source.
Instead of resulting in a failure if the initial fetch gives an error, it waits for the rendered page to finish, and determines the result and HTML from that.
If the loaded HTML has an error, it tries to do a clean load, ignoring the provided headers, to match the preview shown.
Tests list refinements
Simplified the time ranges in the tests list when using relative times; instead of showing "10 min, 18 sec ago (3 secs)" for the last check time (and duration), it now just shows "checked 10 min (3 secs)"; the extra units didn't add much value, and including "checked" makes it more clear what this value is.
Similarly the time of the last change is now displayed as "changed 2 hr ago".
If a test doesn't have any filters, it instead shows "changes not filtered".
When a test is currently failing, it now omits the empty recovery time, so just shows the failure time like "failed 7 min ago".
When a test has recovered, it now shows the duration in addition to the failure and recovery times, e.g. "failed 45 min to 6 min ago (39 mins)".
Since Simon has been around for 14 years, fixed logic that assumed dates over 10 years were not sensible.
Preview improvements
Fixed remembering and restoring the Preview pane position when switching between tests with a web preview (like Web Page ones) and just a transcript (like Ping).
Fixed Check Now not checking all or multiple selected tests when the Preview pane is visible.
Changed the Preview message for the Notifiers list to clarify to use File ▸ Notify Now or the reload toolbar button to try a notifier.
Updated variables
Renamed {TestFailureCount} as {TestErrorCount}: the current failure/error streak.
Renamed {TestRecoveryCount} as {TestRecoveredCount}: the current recovery count.
Added {TestCheckCount}: the total number of times the test has been checked.
Added {TestSuccessCount}: the total number of successful checks.
Added {TestFailureCount}: the total number of failed checks.
Added {TestRecoveryCount}: the total number of recoveries from a failure.
Other changes
Fixed the Application service when checking if an app is running; it was previously timing out.
Improved the Application service output to sort the values alphabetically, so checking multiple times won't trigger a spurious change.
Fixed the Get Average Ping Response Time filter; it was giving an error before.
Fixed the test editor summary sometimes listing the "Block" filter as "BlockBlock".
Fixed the Setup Assistant showing the page to import web bookmarks on first run.
Fixed notifiers sometimes not firing when syncing is off, especially ones from versions prior to 5.0.
Updated the default Dejal Reddit test to work based on recent Reddit changes (the filters needed adjusting).